Trace number 4545084

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.33 3508.45

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-table-3-3-9.opb
MD5SUM297c2237af667ea8e386e1666cb34677
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark146.963
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables625728
Total number of constraints628780
Number of constraints which are clauses6288
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints622436
Minimum length of a constraint1
Maximum length of a constraint2712
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 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
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.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4545084-1753236215.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
5.28/3.01	c ... done. Wall clock time 2.87s.
5.28/3.01	c declared #vars     625728
5.28/3.01	c #constraints  628864
5.28/3.01	c constraints type 
5.28/3.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3488
5.28/3.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
5.28/3.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 622398
5.28/3.01	c org.sat4j.pb.constraints.pb.UnitClausePB => 67
5.28/3.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2828
5.28/3.01	c 628864 constraints processed.
23.38/19.59	c cleaning 2495 clauses out of 4996 with flag 24355/5002
40.85/36.45	c cleaning 4241 clauses out of 8494 with flag 53394/11000
55.44/50.13	c cleaning 5570 clauses out of 11251 with flag 82450/18000
75.50/69.53	c cleaning 6829 clauses out of 13680 with flag 119172/26000
98.19/91.51	c cleaning 7917 clauses out of 15851 with flag 163334/35001
123.79/116.69	c cleaning 8899 clauses out of 17933 with flag 215862/45000
164.71/155.81	c cleaning 9996 clauses out of 20034 with flag 301108/56000
192.84/183.30	c cleaning 11017 clauses out of 22038 with flag 362457/68001
231.74/221.18	c cleaning 11904 clauses out of 24020 with flag 454309/81001
273.60/261.25	c cleaning 12965 clauses out of 26115 with flag 554164/95002
321.82/308.46	c cleaning 13968 clauses out of 28148 with flag 669411/110000
368.65/351.74	c cleaning 14964 clauses out of 30176 with flag 777310/126000
423.55/405.39	c cleaning 16089 clauses out of 32211 with flag 922081/143001
487.02/465.21	c cleaning 16845 clauses out of 34115 with flag 1070354/161000
554.01/530.87	c cleaning 18085 clauses out of 36254 with flag 1243015/180000
622.97/597.32	c cleaning 18890 clauses out of 38170 with flag 1424395/200003
694.34/665.12	c cleaning 19827 clauses out of 40263 with flag 1603207/221000
778.32/747.43	c cleaning 21140 clauses out of 42434 with flag 1830995/243000
861.11/827.08	c cleaning 22079 clauses out of 44291 with flag 2052245/266000
961.65/926.35	c cleaning 22943 clauses out of 46208 with flag 2301382/290000
1062.74/1025.71	c cleaning 24055 clauses out of 48263 with flag 2573480/315002
1208.98/1165.04	c cleaning 25073 clauses out of 50209 with flag 2914745/341004
1333.06/1287.58	c cleaning 25908 clauses out of 52131 with flag 3212193/368000
1488.08/1440.56	c cleaning 26946 clauses out of 54219 with flag 3555860/396001
1652.22/1602.70	c cleaning 28085 clauses out of 56273 with flag 3894412/425003
1807.48/1753.12	c cleaning 28906 clauses out of 58188 with flag 4252886/455006
1976.14/1919.56	c cleaning 30049 clauses out of 60277 with flag 4622585/486002
2234.16/2173.36	c cleaning 31016 clauses out of 62227 with flag 5210146/518002
2466.54/2401.60	c cleaning 31992 clauses out of 64207 with flag 5655094/551000
2673.83/2606.14	c cleaning 33021 clauses out of 66214 with flag 6028224/585001
2882.55/2805.13	c cleaning 33781 clauses out of 68194 with flag 6440693/620003
3124.80/3043.64	c cleaning 35137 clauses out of 70409 with flag 6906336/656000
3397.28/3308.10	c cleaning 35878 clauses out of 72270 with flag 7407685/693000
3600.08/3508.31	c starts		: 1393
3600.08/3508.32	c conflicts		: 717381
3600.08/3508.32	c decisions		: 30330614
3600.08/3508.32	c propagations		: 4745246798
3600.08/3508.32	c inspects		: 15607721279
3600.08/3508.32	c shortcuts		: 0
3600.08/3508.33	c learnt literals	: 98
3600.08/3508.33	c learnt binary clauses	: 42
3600.08/3508.33	c learnt ternary clauses	: 65
3600.08/3508.33	c learnt constraints	: 717283
3600.08/3508.33	c ignored constraints	: 0
3600.08/3508.33	c root simplifications	: 0
3600.08/3508.33	c removed literals (reason simplification)	: 257496
3600.08/3508.33	c reason swapping (by a shorter reason)	: 0
3600.08/3508.33	c Calls to reduceDB	: 33
3600.08/3508.33	c Number of update (reduction) of LBD	: 450351
3600.08/3508.33	c Imported unit clauses	: 0
3600.08/3508.33	c No decision after first conflict	: false
3600.08/3508.33	c number of reductions to clauses (during analyze)	: 0
3600.08/3508.33	c number of learned constraints concerned by reduction	: 0
3600.08/3508.33	c number of learning phase by resolution	: 0
3600.08/3508.33	c number of learning phase by cutting planes	: 0
3600.08/3508.33	c number of rounding to 1 operations	: 0
3600.08/3508.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3508.33	c number of reductions of the coefficients by power 2 	: 0
3600.08/3508.33	c number of right shift for reduction by power 2 	: 0
3600.08/3508.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3508.33	c number of ending skipping 	: 0
3600.08/3508.33	c number of internal skipping 	: 0
3600.08/3508.33	c number of derivation steps 	: 0
3600.08/3508.33	c number of skipped derivation steps 	: 0
3600.08/3508.33	c number of remaining unassigned 	: 0
3600.08/3508.33	c number of remaining assigned 	: 0
3600.08/3508.33	c number of falsified literals weakened from reason	: 0
3600.08/3508.33	c number of falsified literals weakened from conflict	: 0
3600.08/3508.33	c time for arithmetic operations	: 0
3600.08/3508.35	c minimum degree of deleted constraints	: null
3600.08/3508.35	c maximum degree of deleted constraints	: null
3600.08/3508.35	c number of deleted constraints	: 0
3600.08/3508.35	c speed (assignments/second)	: 1353741.8096461282
3600.08/3508.35	c non guided choices	: 955915
3600.08/3508.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60731
3600.08/3508.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 42
3600.08/3508.40	s UNKNOWN
3600.08/3508.40	c Total wall clock time (in seconds): 3508.264

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: 63665 MiB (61560 MiB free)
  memory of node 1: 64507 MiB (57413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545084-1753236215/watcher-4545084-1753236215 -o /tmp/evaluation-result-4545084-1753236215/solver-4545084-1753236215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166547 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545084-1753236215.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 4.20 4.20 4.18 7/339 167457
/proc/meminfo: memFree=121797852/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=18930384 memory=55628 CPUtime=0.12 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 6532 0 0 0 10 2 0 0 20 0 18 0 239299316 19384713216 13907 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4732596 13907 5373 1 0 547612 0
[pid=167439/tid=167441] ppid=167436 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 5047 0 0 0 7 1 0 0 20 0 18 0 239299317 19384713216 13907 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299319 19384713216 13907 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=18930384 memory=60684515963265 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239299320 19384713216 13907 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55628 KiB

[startup+0.205899 s]*
/proc/loadavg: 4.20 4.20 4.18 7/339 167457
/proc/meminfo: memFree=121761180/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=18930384 memory=98948 CPUtime=0.31 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 7062 0 0 0 28 3 0 0 20 0 18 0 239299316 19384713216 24737 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4732596 24737 5437 1 0 547934 0
[pid=167439/tid=167441] ppid=167436 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 5323 0 0 0 16 2 0 0 20 0 18 0 239299317 19384713216 24737 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=18930384 memory=16198 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299319 19384713216 24737 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239299320 19384713216 24737 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 98948 KiB

[startup+0.305789 s]*
/proc/loadavg: 4.20 4.20 4.18 7/339 167457
/proc/meminfo: memFree=121699804/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=18930384 memory=160300 CPUtime=0.5 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 8537 0 0 0 45 5 0 0 20 0 18 0 239299316 19384713216 40075 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4732596 40075 5437 1 0 548904 0
[pid=167439/tid=167441] ppid=167436 vsize=18930384 memory=-8744414212221870780 CPUtime=0.28 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 5352 0 0 0 25 3 0 0 20 0 18 0 239299317 19384713216 40075 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299319 19384713216 40075 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239299320 19384713216 40075 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 160300 KiB

[startup+0.700262 s]
/proc/loadavg: 4.35 4.23 4.19 6/340 167458
/proc/meminfo: memFree=121598728/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=18996948 memory=271816 CPUtime=1.26 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 10425 0 0 0 118 8 0 0 20 0 19 0 239299316 19452874752 67954 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4749237 67954 5469 1 0 550166 0
[pid=167439/tid=167441] ppid=167436 vsize=18996948 memory=27648 CPUtime=0.61 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 5388 0 0 0 56 5 0 0 20 0 19 0 239299317 19452874752 67954 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239299319 19452874752 67954 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239299320 19452874752 67954 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 271816 KiB

[startup+1.50024 s]
/proc/loadavg: 4.35 4.23 4.19 8/340 167458
/proc/meminfo: memFree=121545676/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=18996948 memory=535060 CPUtime=2.84 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 18019 0 0 0 269 15 0 0 20 0 19 0 239299316 19452874752 133765 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4749237 133765 5469 1 0 1081142 0
[pid=167439/tid=167441] ppid=167436 vsize=18996948 memory=3328 CPUtime=1.25 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) S 167436 167439 166535 0 -1 4194368 5511 0 0 0 116 9 0 0 20 0 19 0 239299317 19452874752 133765 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239299319 19452874752 133765 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239299320 19452874752 133765 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 535060 KiB

[startup+3.10589 s]
/proc/loadavg: 4.35 4.23 4.19 6/339 167524
/proc/meminfo: memFree=126409832/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=1383544 CPUtime=5.45 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 19673 0 0 0 512 33 0 0 20 0 20 0 239299316 19521036288 345886 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 345886 5469 1 0 1808663 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=10752 CPUtime=2.54 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 5898 0 0 0 231 23 0 0 20 0 20 0 239299317 19521036288 345886 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 345886 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 345886 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1383544 KiB

[startup+6.30025 s]
/proc/loadavg: 4.32 4.23 4.19 5/341 167526
/proc/meminfo: memFree=125680156/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=1454052 CPUtime=9.59 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 19977 0 0 0 923 36 0 0 20 0 20 0 239299316 19521036288 363513 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 363513 5501 1 0 1808772 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=5760 CPUtime=5.63 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 5984 0 0 0 540 23 0 0 20 0 20 0 239299317 19521036288 363513 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 363513 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 363513 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 363513 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1454052 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.22 4.19 5/341 167526
/proc/meminfo: memFree=125291164/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=1454180 CPUtime=16.1 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 21889 0 0 0 1574 36 0 0 20 0 20 0 239299316 19521036288 363545 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 363545 5501 1 0 1808772 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=10752 CPUtime=12.02 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 6652 0 0 0 1179 23 0 0 20 0 20 0 239299317 19521036288 363545 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=1454052 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 363545 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 363545 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 363545 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 16.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1454180 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.21 4.19 5/341 167526
/proc/meminfo: memFree=124828324/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=1532700 CPUtime=29.66 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 32271 0 0 0 2926 40 0 0 20 0 20 0 239299316 19521036288 383175 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 383175 5501 1 0 1808862 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=0 CPUtime=24.54 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 8844 0 0 0 2431 23 0 0 20 0 20 0 239299317 19521036288 383175 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 383175 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=-8744414212221870780 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 383175 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=1454052 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 383175 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 29.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1532700 KiB

[startup+51.1059 s]
/proc/loadavg: 4.27 4.23 4.19 5/342 167528
/proc/meminfo: memFree=123373484/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=2291320 CPUtime=56.6 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 43070 0 0 0 5603 57 0 0 20 0 20 0 239299316 19521036288 572830 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 572830 5501 1 0 1808862 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=1991796 CPUtime=49.27 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 11563 0 0 0 4904 23 0 0 20 0 20 0 239299317 19521036288 572830 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=-9033487913792086716 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 572830 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 572830 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=1991796 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 572830 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 56.6 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3162.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/341 167679
/proc/meminfo: memFree=98084564/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=14756704 CPUtime=3244.57 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 557286 0 0 0 323993 464 0 0 20 0 20 0 239299316 19521036288 3689176 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 3689176 5501 1 0 4092964 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=-8744414212221870780 CPUtime=3100.61 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 237006 0 0 0 309947 114 0 0 20 0 20 0 239299317 19521036288 3689176 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=14756704 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 3689176 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 2818 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 3689176 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=27648 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 3689176 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3244.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14756704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.32 4.22 4.19 5/342 167682
/proc/meminfo: memFree=98075772/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3310.62 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 588805 0 0 0 330591 471 0 0 20 0 20 0 239299316 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 3691229 5501 1 0 4092964 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=14762868 CPUtime=3159.29 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 247946 0 0 0 315815 114 0 0 20 0 20 0 239299317 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 2878 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=14762868 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3310.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14764916 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/342 167684
/proc/meminfo: memFree=98063604/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3371.63 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 595965 0 0 0 336689 474 0 0 20 0 20 0 239299316 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 3691229 5501 1 0 4092964 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3218.01 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 251797 0 0 0 321685 116 0 0 20 0 20 0 239299317 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=27648 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 2907 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3371.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14764916 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/342 167686
/proc/meminfo: memFree=98063248/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3432.04 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 601607 0 0 0 342728 476 0 0 20 0 20 0 239299316 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 3691229 5501 1 0 4092964 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=4764 CPUtime=3277.37 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 256549 0 0 0 327620 117 0 0 20 0 20 0 239299317 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=27648 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 2979 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3432.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14764916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.18 5/342 167688
/proc/meminfo: memFree=98059304/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3493.1 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 608218 0 0 0 348832 478 0 0 20 0 20 0 239299316 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 3691229 5501 1 0 4092964 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=4764 CPUtime=3336.07 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 259206 0 0 0 333490 117 0 0 20 0 20 0 239299317 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 3052 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3493.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14764916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/341 167701
/proc/meminfo: memFree=98059532/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3553.58 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 612561 0 0 0 354877 481 0 0 20 0 20 0 239299316 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 3691229 5501 1 0 4092964 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=4764 CPUtime=3395.34 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 262362 0 0 0 339415 119 0 0 20 0 20 0 239299317 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 3182 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3553.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14764916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3508.3 s]
/proc/loadavg: 3.71 4.06 4.14 4/315 167736
/proc/meminfo: memFree=102067664/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3600.08 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 619756 0 0 0 359525 483 0 0 20 0 20 0 239299316 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4765878 3691229 5501 1 0 4092964 0
[pid=167439/tid=167441] ppid=167436 vsize=19063512 memory=14764916 CPUtime=3440.64 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) R 167436 167439 166535 0 -1 4194368 266059 0 0 0 343945 119 0 0 20 0 20 0 239299317 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299319 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19063512 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 3289 0 0 0 0 0 0 0 20 0 20 0 239299320 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167525] ppid=167436 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/167439/task/167525/stat : 167525 (Timer-0) S 167436 167439 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299622 19521036288 3691229 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14764916 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.45 s, system=4.87868 s

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

[startup+3508.4 s]
/proc/loadavg: 3.71 4.06 4.14 4/315 167736
/proc/meminfo: memFree=102067664/131249996 swapFree=33010416/33010684
[pid=167439] ppid=167436 vsize=19263204 memory=14765684 CPUtime=3600.27 cores=1,3
/proc/167439/stat : 167439 (java) S 167436 167439 166535 0 -1 4194304 622248 0 0 0 359544 483 0 0 20 0 16 0 239299316 19725520896 3691421 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
/proc/167439/statm: 4815801 3691421 5533 1 0 4093891 0
[pid=167439/tid=167441] ppid=167436 vsize=19263204 memory=14764916 CPUtime=3440.75 cores=1,3
/proc/167439/task/167441/stat : 167441 (java) S 167436 167439 166535 0 -1 4194368 266094 0 0 0 343956 119 0 0 20 0 16 0 239299317 19725520896 3691421 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167450] ppid=167436 vsize=19263204 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167450/stat : 167450 (Finalizer) S 167436 167439 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 239299319 19725520896 3691421 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
[pid=167439/tid=167457] ppid=167436 vsize=19263204 memory=14764916 CPUtime=0 cores=1,3
/proc/167439/task/167457/stat : 167457 (Common-Cleaner) S 167436 167439 166535 0 -1 4194368 3289 0 0 0 0 0 0 0 20 0 16 0 239299320 19725520896 3691421 18446744073709551615 94592153882624 94592153886320 140725962394992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94592153894136 94592153894928 94592184782848 140725962402175 140725962402276 140725962402276 140725962407880 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14765684 KiB

Child status: 143

Real time (s): 3508.45
CPU time (s): 3600.33
CPU user time (s): 3595.45
CPU system time (s): 4.87868
CPU usage (%): 102.619
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14765684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.45
system time used= 4.87868
maximum resident set size= 14765812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 622275
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111443
involuntary context switches= 10667


# summary of solver processes directly reported to runsolver:
#   pid: 167439
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3595.45
#   total CPU system time (s): 4.87868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13551 second user time and 18.6664 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 04:03:36
IDJOB=4545084
IDBENCH=180703
IDSOLVER=3363
FILE ID=nodeC017/4545084-1753236215
RUNJOBID= nodeC017-1753232630-166547
SLURM_JOB_ID= 9687845
Free space on /tmp= 432992 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-table-3-3-9.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545084-1753236215/watcher-4545084-1753236215 -o /tmp/evaluation-result-4545084-1753236215/solver-4545084-1753236215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166547 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545084-1753236215.opb

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

MD5SUM BENCH= 297c2237af667ea8e386e1666cb34677
RANDOM SEED=827179366

nodeC017 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		: 3600.064
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	: 7000.12
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		: 3600.361
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	: 7000.12
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		: 3575.505
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	: 7000.12
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		: 3604.480
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	: 7000.12
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		: 3600.417
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	: 7000.12
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.772
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	: 7000.12
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		: 3600.061
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	: 7000.12
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.732
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121828580 kB
MemAvailable:   122312016 kB
Buffers:            1688 kB
Cached:          1250404 kB
SwapCached:           32 kB
Active:          8446192 kB
Inactive:         276676 kB
Active(anon):    7472908 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   252568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29668 kB
Writeback:             0 kB
AnonPages:       7473212 kB
Mapped:           128876 kB
Shmem:             26240 kB
KReclaimable:     193248 kB
Slab:             288992 kB
SReclaimable:     193248 kB
SUnreclaim:        95744 kB
KernelStack:        5200 kB
PageTables:        18308 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16075412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7198720 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC017 at 2025-07-23 05:02:04