Trace number 4509722

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 CP 2025-06-06? (TO) 3600.75 3593.19

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
MD5SUM70456d73d2f29031b06a5b292ce0fc7b
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 benchmark57.2992
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints252
Number of constraints which are clauses252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.11/0.22	c Free memory 		2106806208
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.30/0.23	c Number of processors 	2
0.47/0.40	c Pseudo Boolean Optimization by upper bound
0.47/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	c  - never skip resolution steps
0.47/0.40	c  - Auto-division on coefficients is disabled
0.47/0.40	c  - No postprocessing
0.47/0.40	c  - Conflict is considered as is when resolving
0.47/0.40	c  - Use constraints as they come during conflict analysis
0.47/0.40	c  - Weaken first using unassigned literals
0.47/0.40	c  - Bump strategy: ALWAYS_ONE
0.47/0.40	c  - Bumper: ANY
0.47/0.40	c --- Begin Solver configuration ---
0.47/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.47/0.40	c Learn all clauses as in MiniSAT
0.47/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	c No reason simplification
0.47/0.40	c Armin Biere (Picosat) restarts strategy
0.47/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.40	c timeout=2147483s
0.47/0.40	c DB Simplification allowed=false
0.47/0.40	c Listener: none
0.47/0.40	c --- End Solver configuration ---
0.47/0.40	c solving HOME/instance-4509722-1751198603.opb
0.47/0.40	c reading problem ... 
0.47/0.40	c  no objective function found
0.65/0.47	c ... done. Wall clock time 0.064s.
0.65/0.47	c declared #vars     121
0.65/0.47	c #constraints  252
0.65/0.47	c constraints type 
0.65/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
0.65/0.47	c 252 constraints processed.
2.51/1.40	c cleaning 2499 clauses out of 5000
3.31/1.86	c cleaning 4245 clauses out of 8501
4.29/2.30	c cleaning 5624 clauses out of 11256
4.79/2.77	c cleaning 6812 clauses out of 13633
5.38/3.23	c cleaning 7902 clauses out of 15821
6.17/3.73	c cleaning 8945 clauses out of 17918
7.09/4.39	c cleaning 9981 clauses out of 19975
7.90/5.11	c cleaning 10990 clauses out of 21992
8.66/5.89	c cleaning 11993 clauses out of 24003
9.61/6.79	c cleaning 12991 clauses out of 26011
10.72/7.85	c cleaning 13996 clauses out of 28020
12.60/9.71	c cleaning 14998 clauses out of 30022
13.70/10.82	c cleaning 16002 clauses out of 32024
14.80/11.90	c cleaning 17006 clauses out of 34022
16.01/13.13	c cleaning 18004 clauses out of 36016
17.39/14.55	c cleaning 18999 clauses out of 38012
19.00/16.14	c cleaning 20004 clauses out of 40014
20.69/17.87	c cleaning 20996 clauses out of 42010
22.59/19.79	c cleaning 22001 clauses out of 44014
24.48/21.65	c cleaning 22998 clauses out of 46012
26.68/23.84	c cleaning 23992 clauses out of 48014
28.77/25.92	c cleaning 24997 clauses out of 50022
30.67/27.88	c cleaning 25998 clauses out of 52025
32.98/30.18	c cleaning 27006 clauses out of 54028
35.36/32.58	c cleaning 28005 clauses out of 56023
38.25/35.43	c cleaning 28997 clauses out of 58018
41.25/38.45	c cleaning 29997 clauses out of 60019
44.24/41.45	c cleaning 30994 clauses out of 62022
47.74/44.92	c cleaning 32009 clauses out of 64029
51.23/48.48	c cleaning 33001 clauses out of 66021
54.62/51.87	c cleaning 33993 clauses out of 68018
58.41/55.60	c cleaning 35001 clauses out of 70025
61.82/59.08	c cleaning 36005 clauses out of 72025
65.60/62.88	c cleaning 37002 clauses out of 74019
70.19/67.44	c cleaning 38001 clauses out of 76019
74.28/71.52	c cleaning 38997 clauses out of 78016
79.47/76.75	c cleaning 39985 clauses out of 80019
84.36/81.69	c cleaning 41008 clauses out of 82035
89.81/87.18	c cleaning 42001 clauses out of 84026
95.36/92.76	c cleaning 43002 clauses out of 86027
100.27/97.64	c cleaning 43996 clauses out of 88025
106.49/103.89	c cleaning 45003 clauses out of 90027
113.17/110.56	c cleaning 45998 clauses out of 92024
120.15/117.50	c cleaning 47005 clauses out of 94029
128.25/125.62	c cleaning 48004 clauses out of 96021
136.34/133.76	c cleaning 49002 clauses out of 98017
144.03/141.45	c cleaning 49993 clauses out of 100016
151.28/148.66	c cleaning 51000 clauses out of 102022
157.73/155.09	c cleaning 52001 clauses out of 104022
164.76/162.05	c cleaning 52999 clauses out of 106022
172.61/169.82	c cleaning 54002 clauses out of 108022
180.75/177.95	c cleaning 55001 clauses out of 110020
187.92/185.06	c cleaning 55999 clauses out of 112021
196.65/193.73	c cleaning 56994 clauses out of 114020
205.68/202.67	c cleaning 58009 clauses out of 116030
215.69/212.64	c cleaning 58990 clauses out of 118017
226.21/223.18	c cleaning 60005 clauses out of 120027
237.98/234.85	c cleaning 61000 clauses out of 122024
249.58/246.41	c cleaning 62006 clauses out of 124024
258.73/255.58	c cleaning 63000 clauses out of 126016
269.83/266.53	c cleaning 64002 clauses out of 128017
280.38/277.06	c cleaning 65002 clauses out of 130016
294.10/290.84	c cleaning 65995 clauses out of 132012
307.14/303.82	c cleaning 66998 clauses out of 134017
321.37/318.10	c cleaning 67995 clauses out of 136019
335.28/331.93	c cleaning 69002 clauses out of 138024
348.74/345.39	c cleaning 69998 clauses out of 140022
361.47/358.03	c cleaning 70996 clauses out of 142025
372.78/369.21	c cleaning 71998 clauses out of 144028
384.31/380.71	c cleaning 73005 clauses out of 146031
397.01/393.32	c cleaning 73995 clauses out of 148025
411.97/408.21	c cleaning 75005 clauses out of 150030
426.16/422.37	c cleaning 76007 clauses out of 152026
442.74/438.96	c cleaning 77003 clauses out of 154019
459.31/455.42	c cleaning 78000 clauses out of 156015
475.03/471.05	c cleaning 79003 clauses out of 158016
492.25/488.20	c cleaning 79990 clauses out of 160012
510.36/506.24	c cleaning 80997 clauses out of 162023
528.65/524.41	c cleaning 82009 clauses out of 164027
548.53/544.29	c cleaning 82995 clauses out of 166017
566.68/562.34	c cleaning 84005 clauses out of 168022
586.28/581.89	c cleaning 85001 clauses out of 170017
606.01/601.48	c cleaning 85994 clauses out of 172016
625.03/620.32	c cleaning 86996 clauses out of 174021
641.66/636.88	c cleaning 88000 clauses out of 176025
658.79/653.97	c cleaning 88995 clauses out of 178026
675.29/670.33	c cleaning 90000 clauses out of 180030
694.61/689.50	c cleaning 91007 clauses out of 182031
716.88/711.78	c cleaning 91999 clauses out of 184024
737.32/732.13	c cleaning 92996 clauses out of 186025
759.87/754.64	c cleaning 93992 clauses out of 188028
784.16/778.98	c cleaning 95003 clauses out of 190037
805.52/800.26	c cleaning 95999 clauses out of 192034
830.45/825.12	c cleaning 97012 clauses out of 194036
854.13/848.78	c cleaning 98005 clauses out of 196024
878.41/872.94	c cleaning 99004 clauses out of 198018
900.86/895.36	c cleaning 99999 clauses out of 200013
926.25/920.64	c cleaning 101000 clauses out of 202015
949.67/944.05	c cleaning 102004 clauses out of 204017
972.07/966.31	c cleaning 102999 clauses out of 206015
998.42/992.54	c cleaning 103989 clauses out of 208012
1028.02/1022.02	c cleaning 105003 clauses out of 210023
1055.42/1049.37	c cleaning 105993 clauses out of 212020
1081.05/1075.01	c cleaning 107000 clauses out of 214026
1103.69/1097.59	c cleaning 107996 clauses out of 216027
1130.74/1124.51	c cleaning 109000 clauses out of 218030
1159.34/1153.18	c cleaning 110001 clauses out of 220033
1184.87/1178.68	c cleaning 111011 clauses out of 222030
1212.21/1205.99	c cleaning 112002 clauses out of 224020
1236.85/1230.56	c cleaning 112998 clauses out of 226016
1265.44/1259.04	c cleaning 113996 clauses out of 228019
1295.76/1289.32	c cleaning 114997 clauses out of 230022
1324.22/1317.79	c cleaning 115995 clauses out of 232027
1351.84/1345.37	c cleaning 117002 clauses out of 234030
1378.61/1372.05	c cleaning 118006 clauses out of 236029
1404.45/1397.89	c cleaning 119002 clauses out of 238022
1430.11/1423.54	c cleaning 120002 clauses out of 240022
1460.51/1453.90	c cleaning 120992 clauses out of 242018
1490.46/1483.86	c cleaning 122005 clauses out of 244026
1521.81/1515.28	c cleaning 122996 clauses out of 246023
1555.48/1548.92	c cleaning 123997 clauses out of 248025
1598.03/1591.52	c cleaning 125002 clauses out of 250028
1633.17/1626.75	c cleaning 126005 clauses out of 252027
1669.44/1663.10	c cleaning 127003 clauses out of 254023
1707.54/1701.13	c cleaning 128001 clauses out of 256020
1741.75/1735.33	c cleaning 128996 clauses out of 258017
1776.97/1770.47	c cleaning 130003 clauses out of 260022
1817.27/1810.70	c cleaning 130997 clauses out of 262018
1858.10/1851.64	c cleaning 131999 clauses out of 264021
1890.08/1883.66	c cleaning 133007 clauses out of 266022
1927.06/1920.68	c cleaning 133994 clauses out of 268015
1964.20/1957.81	c cleaning 134994 clauses out of 270021
1997.57/1991.27	c cleaning 136005 clauses out of 272028
2038.72/2032.33	c cleaning 136996 clauses out of 274022
2075.43/2069.07	c cleaning 137996 clauses out of 276027
2122.85/2116.36	c cleaning 139008 clauses out of 278030
2160.65/2154.06	c cleaning 139996 clauses out of 280022
2210.70/2204.02	c cleaning 141011 clauses out of 282028
2253.34/2246.74	c cleaning 141998 clauses out of 284015
2297.41/2290.85	c cleaning 143001 clauses out of 286019
2339.03/2332.43	c cleaning 143989 clauses out of 288016
2381.55/2375.00	c cleaning 145006 clauses out of 290027
2418.89/2412.26	c cleaning 146003 clauses out of 292021
2462.41/2455.14	c cleaning 146995 clauses out of 294018
2507.60/2500.48	c cleaning 147999 clauses out of 296023
2554.28/2547.15	c cleaning 149003 clauses out of 298024
2598.55/2591.52	c cleaning 149999 clauses out of 300021
2643.27/2636.32	c cleaning 151006 clauses out of 302023
2684.66/2677.72	c cleaning 151993 clauses out of 304016
2723.47/2716.43	c cleaning 153003 clauses out of 306024
2773.20/2766.12	c cleaning 153998 clauses out of 308020
2819.26/2812.13	c cleaning 154998 clauses out of 310023
2865.13/2857.98	c cleaning 156003 clauses out of 312024
2918.56/2911.30	c cleaning 157002 clauses out of 314022
2982.15/2975.00	c cleaning 157998 clauses out of 316022
3044.41/3037.18	c cleaning 158992 clauses out of 318021
3106.45/3099.14	c cleaning 160002 clauses out of 320029
3170.08/3162.77	c cleaning 160998 clauses out of 322028
3224.19/3216.79	c cleaning 161991 clauses out of 324029
3284.97/3277.56	c cleaning 163014 clauses out of 326039
3338.29/3330.84	c cleaning 164002 clauses out of 328025
3388.92/3381.54	c cleaning 165005 clauses out of 330022
3448.33/3441.03	c cleaning 165994 clauses out of 332018
3503.60/3496.46	c cleaning 167002 clauses out of 334024
3551.11/3543.93	c cleaning 168001 clauses out of 336021
3600.00/3592.85	c starts		: 325
3600.00/3592.87	c conflicts		: 14525000
3600.00/3592.88	c decisions		: 17208877
3600.00/3592.88	c propagations		: 306341488
3600.00/3592.89	c inspects		: 43526626823
3600.00/3592.89	c shortcuts		: 0
3600.00/3592.89	c learnt literals	: 0
3600.00/3592.89	c learnt binary clauses	: 0
3600.00/3592.89	c learnt ternary clauses	: 0
3600.00/3592.89	c learnt constraints	: 14525000
3600.00/3592.89	c ignored constraints	: 0
3600.00/3592.89	c root simplifications	: 0
3600.00/3592.89	c removed literals (reason simplification)	: 0
3600.00/3592.90	c reason swapping (by a shorter reason)	: 0
3600.00/3592.90	c Calls to reduceDB	: 166
3600.00/3592.90	c Number of update (reduction) of LBD	: 0
3600.00/3592.90	c Imported unit clauses	: 0
3600.00/3592.90	c No decision after first conflict	: false
3600.00/3592.90	c number of reductions to clauses (during analyze)	: 0
3600.00/3592.90	c number of learned constraints concerned by reduction	: 0
3600.00/3592.90	c number of learning phase by resolution	: 0
3600.00/3592.90	c number of learning phase by cutting planes	: 0
3600.21/3592.90	c number of rounding to 1 operations	: 0
3600.21/3592.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.21/3592.90	c number of reductions of the coefficients by power 2 	: 0
3600.21/3592.90	c number of right shift for reduction by power 2 	: 0
3600.21/3592.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.21/3592.91	c number of ending skipping 	: 0
3600.21/3592.91	c number of internal skipping 	: 0
3600.21/3592.91	c number of derivation steps 	: 182166925
3600.21/3592.91	c number of skipped derivation steps 	: 0
3600.21/3592.91	c number of remaining unassigned 	: 0
3600.21/3592.91	c number of remaining assigned 	: 0
3600.21/3592.91	c number of falsified literals weakened from reason	: 0
3600.21/3592.91	c number of falsified literals weakened from conflict	: 0
3600.21/3592.91	c time for arithmetic operations	: 0
3600.21/3592.91	c minimum degree of deleted constraints	: null
3600.21/3592.92	c maximum degree of deleted constraints	: null
3600.21/3592.93	c number of deleted constraints	: 0
3600.21/3592.93	c speed (assignments/second)	: 85273.64819349012
3600.21/3592.93	c non guided choices	: 555
3600.62/3593.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 338020
3600.62/3593.16	s UNKNOWN
3600.62/3593.16	c Total wall clock time (in seconds): 3592.764

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509722-1751198603/watcher-4509722-1751198603 -o /tmp/evaluation-result-4509722-1751198603/solver-4509722-1751198603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751195027-23019 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509722-1751198603.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=23718, runsolver pid=23715

[startup+0.100071 s]*
/proc/loadavg: 4.79 4.70 4.60 6/325 23737
/proc/meminfo: memFree=119397924/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=18930384 memory=47864 CPUtime=0.11 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 5694 0 0 0 8 3 0 0 20 0 18 0 35539453 19384713216 11966 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4732596 11966 5273 1 0 546930 0
[pid=23718/tid=23720] ppid=23715 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 4623 0 0 0 5 2 0 0 20 0 18 0 35539455 19384713216 11966 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35539460 19384713216 11966 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=18930384 memory=59593594261064 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35539462 19384713216 11966 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47864 KiB

[startup+0.214642 s]*
/proc/loadavg: 4.79 4.70 4.60 7/325 23737
/proc/meminfo: memFree=119394900/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=18930384 memory=55280 CPUtime=0.3 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 6443 0 0 0 26 4 0 0 20 0 18 0 35539453 19384713216 13820 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4732596 13820 5337 1 0 547535 0
[pid=23718/tid=23720] ppid=23715 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 5009 0 0 0 17 2 0 0 20 0 18 0 35539455 19384713216 13820 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=18930384 memory=15877 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35539460 19384713216 13820 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35539462 19384713216 13820 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55280 KiB

[startup+0.321923 s]*
/proc/loadavg: 4.79 4.70 4.60 7/325 23737
/proc/meminfo: memFree=119362132/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=18930384 memory=58428 CPUtime=0.47 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 6764 0 0 0 42 5 0 0 20 0 18 0 35539453 19384713216 14607 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4732596 14607 5337 1 0 547775 0
[pid=23718/tid=23720] ppid=23715 vsize=18930384 memory=-6000919485658392941 CPUtime=0.29 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 5212 0 0 0 26 3 0 0 20 0 18 0 35539455 19384713216 14607 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35539460 19384713216 14607 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35539462 19384713216 14607 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58428 KiB

[startup+0.700444 s]
/proc/loadavg: 4.79 4.70 4.60 7/326 23738
/proc/meminfo: memFree=119362132/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=18996948 memory=72940 CPUtime=1.13 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 8083 0 0 0 106 7 0 0 20 0 19 0 35539453 19452874752 18235 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4749237 18235 5465 1 0 548758 0
[pid=23718/tid=23720] ppid=23715 vsize=18996948 memory=17152 CPUtime=0.59 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 5411 0 0 0 56 3 0 0 20 0 19 0 35539455 19452874752 18235 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=18996948 memory=10496 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35539460 19452874752 18235 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35539462 19452874752 18235 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35539501 19452874752 18235 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72940 KiB

[startup+1.50116 s]
/proc/loadavg: 4.79 4.70 4.60 6/326 23738
/proc/meminfo: memFree=119301324/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=163840 CPUtime=2.71 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 15951 0 0 0 260 11 0 0 20 0 20 0 35539453 19521036288 40960 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 40960 5497 1 0 551543 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=0 CPUtime=1.33 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) S 23715 23718 23008 0 -1 4194368 6251 0 0 0 127 6 0 0 20 0 20 0 35539455 19521036288 40960 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 40960 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 40960 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 40960 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163840 KiB

[startup+3.10571 s]
/proc/loadavg: 4.89 4.72 4.61 5/327 23739
/proc/meminfo: memFree=118978920/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=434312 CPUtime=5.29 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 21652 0 0 0 510 19 0 0 20 0 20 0 35539453 19521036288 108578 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 108578 5497 1 0 554553 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=10496 CPUtime=2.9 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 6800 0 0 0 279 11 0 0 20 0 20 0 35539455 19521036288 108578 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=-6000919485658392941 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 108578 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 108578 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 108578 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 434312 KiB

[startup+6.3002 s]
/proc/loadavg: 4.89 4.72 4.61 5/327 23739
/proc/meminfo: memFree=118471088/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=1005840 CPUtime=9.22 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 22499 0 0 0 893 29 0 0 20 0 20 0 35539453 19521036288 251460 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 251460 5497 1 0 554575 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=0 CPUtime=6.04 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 7543 0 0 0 583 21 0 0 20 0 20 0 35539455 19521036288 251460 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 251460 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 251460 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=163840 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 251460 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1005840 KiB

[startup+12.7004 s]
/proc/loadavg: 4.98 4.75 4.62 5/328 23740
/proc/meminfo: memFree=118085220/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=1313088 CPUtime=15.6 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 25184 0 0 0 1524 36 0 0 20 0 20 0 35539453 19521036288 328272 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 328272 5497 1 0 554575 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=163840 CPUtime=12.34 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 8449 0 0 0 1206 28 0 0 20 0 20 0 35539455 19521036288 328272 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 328272 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=1313088 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 328272 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 328272 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 15.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313088 KiB

[startup+25.5004 s]
/proc/loadavg: 5.06 4.77 4.63 5/328 23740
/proc/meminfo: memFree=118006696/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=1321292 CPUtime=28.37 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 27958 0 0 0 2799 38 0 0 20 0 20 0 35539453 19521036288 330323 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 330323 5497 1 0 554575 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=-6000919485658392941 CPUtime=24.93 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 10006 0 0 0 2465 28 0 0 20 0 20 0 35539455 19521036288 330323 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 330323 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 330323 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 330323 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 28.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321292 KiB

[startup+51.1141 s]
/proc/loadavg: 4.70 4.71 4.61 5/328 23740
/proc/meminfo: memFree=117800272/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=1327436 CPUtime=53.94 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 30400 0 0 0 5353 41 0 0 20 0 20 0 35539453 19521036288 331859 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 331859 5497 1 0 554575 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=1327436 CPUtime=50.07 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 11119 0 0 0 4979 28 0 0 20 0 20 0 35539455 19521036288 331859 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=1325388 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 331859 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=1315136 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=119851876/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3349.77 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 93692 0 0 0 334706 271 0 0 20 0 20 0 35539453 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 650880 5529 1 0 664312 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3302.1 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 47261 0 0 0 330163 47 0 0 20 0 20 0 35539455 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 924 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3349.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.37 4.29 5/327 24231
/proc/meminfo: memFree=120897040/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3409.7 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 94998 0 0 0 340694 276 0 0 20 0 20 0 35539453 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 650880 5529 1 0 664312 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3361.6 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 48051 0 0 0 336113 47 0 0 20 0 20 0 35539455 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3409.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603520 KiB

[startup+3462.3 s]
/proc/loadavg: 4.63 4.43 4.32 5/327 24244
/proc/meminfo: memFree=119121412/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3469.58 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 95256 0 0 0 346679 279 0 0 20 0 20 0 35539453 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 650880 5529 1 0 664312 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3420.92 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 48254 0 0 0 342045 47 0 0 20 0 20 0 35539455 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3469.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603520 KiB

[startup+3522.3 s]
/proc/loadavg: 4.48 4.44 4.33 6/327 24246
/proc/meminfo: memFree=118289228/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3529.5 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 96930 0 0 0 352666 284 0 0 20 0 20 0 35539453 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 650880 5529 1 0 664312 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3480.42 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 49383 0 0 0 347994 48 0 0 20 0 20 0 35539455 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3529.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603520 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.39 4.32 5/327 24248
/proc/meminfo: memFree=117801576/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3589.54 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 98355 0 0 0 358666 288 0 0 20 0 20 0 35539453 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 650880 5529 1 0 664312 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=16352 CPUtime=3539.88 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 50372 0 0 0 353940 48 0 0 20 0 20 0 35539455 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 1056 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3589.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.8 s]
/proc/loadavg: 4.32 4.39 4.32 5/327 24248
/proc/meminfo: memFree=117694600/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19063512 memory=2603520 CPUtime=3600 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 98373 0 0 0 359712 288 0 0 20 0 20 0 35539453 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4765878 650880 5529 1 0 664312 0
[pid=23718/tid=23720] ppid=23715 vsize=19063512 memory=-6000919485658392941 CPUtime=3550.35 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 50390 0 0 0 354987 48 0 0 20 0 20 0 35539455 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19063512 memory=5016 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35539460 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19063512 memory=5040 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 1056 0 0 0 0 0 0 0 20 0 20 0 35539462 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23738] ppid=23715 vsize=19063512 memory=5152 CPUtime=0 cores=4,6
/proc/23718/task/23738/stat : 23738 (Timer-0) S 23715 23718 23008 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35539501 19521036288 650880 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.84 s, system=2.91241 s

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

[startup+3593 s]*
/proc/loadavg: 4.29 4.38 4.32 7/328 24251
/proc/meminfo: memFree=117686536/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19263204 memory=2604416 CPUtime=3600.41 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 100885 0 0 0 359752 289 0 0 20 0 21 0 35539453 19725520896 651104 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4815801 651104 5529 1 0 665215 0
[pid=23718/tid=23720] ppid=23715 vsize=19263204 memory=-6000919472790595693 CPUtime=3550.56 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 50390 0 0 0 355008 48 0 0 20 0 21 0 35539455 19725520896 651104 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19263204 memory=6644 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35539460 19725520896 651104 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19263204 memory=3758276 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 1056 0 0 0 0 0 0 0 20 0 21 0 35539462 19725520896 651104 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=24250] ppid=23715 vsize=19263204 memory=6768 CPUtime=0.06 cores=4,6
/proc/23718/task/24250/stat : 24250 (Thread-0) R 23715 23718 23008 0 -1 4194368 395 0 0 0 6 0 0 0 20 0 21 0 35898735 19725520896 651104 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2604416 KiB

[startup+3593.12 s]
/proc/loadavg: 4.29 4.38 4.32 7/328 24251
/proc/meminfo: memFree=117686536/131382120 swapFree=33010684/33010684
[pid=23718] ppid=23715 vsize=19263204 memory=2604544 CPUtime=3600.62 cores=4,6
/proc/23718/stat : 23718 (java) S 23715 23718 23008 0 -1 4194304 100944 0 0 0 359773 289 0 0 20 0 21 0 35539453 19725520896 651136 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
/proc/23718/statm: 4815801 651136 5529 1 0 665215 0
[pid=23718/tid=23720] ppid=23715 vsize=19263204 memory=2603520 CPUtime=3550.66 cores=4,6
/proc/23718/task/23720/stat : 23720 (java) R 23715 23718 23008 0 -1 4194368 50390 0 0 0 355018 48 0 0 20 0 21 0 35539455 19725520896 651136 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23730] ppid=23715 vsize=19263204 memory=16352 CPUtime=0 cores=4,6
/proc/23718/task/23730/stat : 23730 (Finalizer) S 23715 23718 23008 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35539460 19725520896 651136 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=23737] ppid=23715 vsize=19263204 memory=2603520 CPUtime=0 cores=4,6
/proc/23718/task/23737/stat : 23737 (Common-Cleaner) S 23715 23718 23008 0 -1 4194368 1056 0 0 0 0 0 0 0 20 0 21 0 35539462 19725520896 651136 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
[pid=23718/tid=24250] ppid=23715 vsize=19263204 memory=2603520 CPUtime=0.13 cores=4,6
/proc/23718/task/24250/stat : 24250 (Thread-0) R 23715 23718 23008 0 -1 4194368 397 0 0 0 13 0 0 0 20 0 21 0 35898735 19725520896 651136 18446744073709551615 93926140022784 93926140026480 140725346499920 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93926140034296 93926140035088 93926155395072 140725346503038 140725346503142 140725346503142 140725346508744 0
Current children cumulated CPU time: 3600.62 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2604544 KiB

Child status: 143

Real time (s): 3593.19
CPU time (s): 3600.75
CPU user time (s): 3597.84
CPU system time (s): 2.91241
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2604544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.84
system time used= 2.91241
maximum resident set size= 2604672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101186
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120897
involuntary context switches= 8192


# summary of solver processes directly reported to runsolver:
#   pid: 23718
#   total CPU time (s): 3600.75
#   total CPU user time (s): 3597.84
#   total CPU system time (s): 2.91241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1045 second user time and 36.427 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 14:03:23
IDJOB=4509722
IDBENCH=158790
IDSOLVER=3361
FILE ID=nodeC008/4509722-1751198603
RUNJOBID= nodeC008-1751195027-23019
SLURM_JOB_ID= 9587601
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509722-1751198603/watcher-4509722-1751198603 -o /tmp/evaluation-result-4509722-1751198603/solver-4509722-1751198603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751195027-23019 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4509722-1751198603.opb

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

MD5SUM BENCH= 70456d73d2f29031b06a5b292ce0fc7b
RANDOM SEED=1177333872

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        119422216 kB
MemAvailable:   119077160 kB
Buffers:            3280 kB
Cached:           466476 kB
SwapCached:            0 kB
Active:         11192856 kB
Inactive:         219008 kB
Active(anon):   10960064 kB
Inactive(anon):        0 kB
Active(file):     232792 kB
Inactive(file):   219008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               764 kB
Writeback:             0 kB
AnonPages:      10945228 kB
Mapped:           122308 kB
Shmem:             17956 kB
KReclaimable:      85540 kB
Slab:             164800 kB
SReclaimable:      85540 kB
SUnreclaim:        79260 kB
KernelStack:        4992 kB
PageTables:        25164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   14889140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10702848 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC008 at 2025-06-29 15:03:17