Trace number 4545240

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.22 3586.02

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-45-21-3-mgd_c18.opb
MD5SUM6b2fe99dba414b0499b72921573350a8
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 benchmark128.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4115
Total number of constraints47919
Number of constraints which are clauses44840
Number of constraints which are cardinality constraints (but not clauses)45
Number of constraints which are nor clauses,nor cardinality constraints3034
Minimum length of a constraint1
Maximum length of a constraint195
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 241
Number of bits of the biggest sum of numbers8
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4545240-1753238178.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.72/0.42	c ... done. Wall clock time 0.281s.
0.72/0.42	c declared #vars     4115
0.72/0.42	c #constraints  48009
0.72/0.42	c constraints type 
0.72/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 44823
0.72/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 45
0.72/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3079
0.72/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.72/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.72/0.42	c 48009 constraints processed.
3.14/1.95	c cleaning 2496 clauses out of 5000 with flag 36512/5000
5.10/3.68	c cleaning 4241 clauses out of 8504 with flag 91381/11000
7.40/5.85	c cleaning 5620 clauses out of 11263 with flag 161091/18000
10.36/8.64	c cleaning 6819 clauses out of 13644 with flag 246741/26001
13.81/12.05	c cleaning 7902 clauses out of 15824 with flag 357938/35000
18.20/16.30	c cleaning 8954 clauses out of 17924 with flag 491542/45002
22.77/20.82	c cleaning 9977 clauses out of 19968 with flag 640417/56000
28.15/26.11	c cleaning 10988 clauses out of 21996 with flag 827839/68005
34.33/32.23	c cleaning 12000 clauses out of 24003 with flag 1037967/81000
41.50/39.29	c cleaning 12998 clauses out of 26005 with flag 1270618/95002
49.88/47.50	c cleaning 14000 clauses out of 28009 with flag 1538672/110004
59.43/57.00	c cleaning 14986 clauses out of 30007 with flag 1844072/126002
70.20/67.41	c cleaning 16008 clauses out of 32019 with flag 2152298/143000
82.36/79.49	c cleaning 16997 clauses out of 34015 with flag 2492022/161004
95.20/92.17	c cleaning 18006 clauses out of 36014 with flag 2843667/180000
109.78/106.61	c cleaning 18995 clauses out of 38008 with flag 3227557/200000
125.39/122.11	c cleaning 19987 clauses out of 40013 with flag 3627116/221000
142.93/139.18	c cleaning 21001 clauses out of 42027 with flag 4054606/243001
161.21/157.32	c cleaning 22007 clauses out of 44027 with flag 4488795/266002
182.44/178.24	c cleaning 23002 clauses out of 46020 with flag 4979628/290002
204.44/199.98	c cleaning 24001 clauses out of 48016 with flag 5442526/315000
228.32/223.74	c cleaning 24986 clauses out of 50015 with flag 5933543/341000
253.97/249.25	c cleaning 26005 clauses out of 52029 with flag 6430338/368000
284.20/278.98	c cleaning 26990 clauses out of 54024 with flag 6999257/396000
313.54/308.11	c cleaning 28009 clauses out of 56034 with flag 7590075/425000
346.13/340.63	c cleaning 29006 clauses out of 58027 with flag 8185973/455002
380.93/375.12	c cleaning 29994 clauses out of 60020 with flag 8815170/486001
419.33/413.42	c cleaning 31002 clauses out of 62025 with flag 9447248/518000
463.09/456.36	c cleaning 32006 clauses out of 64023 with flag 10092631/551000
505.61/498.86	c cleaning 33006 clauses out of 66018 with flag 10772887/585001
555.47/548.45	c cleaning 33988 clauses out of 68011 with flag 11448545/620000
607.83/600.56	c cleaning 35004 clauses out of 70024 with flag 12151733/656001
661.70/654.39	c cleaning 35986 clauses out of 72019 with flag 12868537/693000
717.33/709.62	c cleaning 37010 clauses out of 74033 with flag 13574034/731000
778.22/770.32	c cleaning 37998 clauses out of 76025 with flag 14282729/770002
841.56/833.28	c cleaning 39007 clauses out of 78026 with flag 15029322/810001
909.79/901.20	c cleaning 40000 clauses out of 80018 with flag 15757890/851000
983.22/974.44	c cleaning 40988 clauses out of 82018 with flag 16493025/893000
1060.54/1051.51	c cleaning 42002 clauses out of 84032 with flag 17252344/936002
1137.79/1128.60	c cleaning 43007 clauses out of 86030 with flag 18009748/980002
1221.13/1211.83	c cleaning 44011 clauses out of 88024 with flag 18779668/1025003
1307.07/1297.40	c cleaning 44991 clauses out of 90010 with flag 19566639/1071000
1404.16/1394.25	c cleaning 45999 clauses out of 92019 with flag 20379117/1118000
1503.64/1493.08	c cleaning 46994 clauses out of 94020 with flag 21193213/1166000
1609.27/1598.44	c cleaning 48006 clauses out of 96027 with flag 22004681/1215001
1718.58/1707.58	c cleaning 48991 clauses out of 98020 with flag 22830565/1265000
1832.24/1821.09	c cleaning 50009 clauses out of 100033 with flag 23645017/1316004
1945.78/1934.37	c cleaning 51008 clauses out of 102021 with flag 24471905/1368001
2067.87/2056.05	c cleaning 51996 clauses out of 104012 with flag 25341883/1421000
2192.47/2180.48	c cleaning 52997 clauses out of 106016 with flag 26231462/1475000
2323.66/2311.49	c cleaning 53993 clauses out of 108019 with flag 27122999/1530000
2469.74/2457.35	c cleaning 55001 clauses out of 110027 with flag 28034777/1586001
2620.95/2608.19	c cleaning 56010 clauses out of 112025 with flag 28923833/1643000
2771.46/2758.26	c cleaning 56998 clauses out of 114015 with flag 29809612/1701000
2933.39/2919.80	c cleaning 57996 clauses out of 116018 with flag 30740730/1760001
3096.39/3082.60	c cleaning 59001 clauses out of 118021 with flag 31668712/1820000
3265.67/3251.85	c cleaning 60003 clauses out of 120023 with flag 32625030/1881003
3452.26/3438.18	c cleaning 61002 clauses out of 122020 with flag 33589206/1943003
3600.07/3585.91	c starts		: 6910
3600.07/3585.92	c timeout
3600.07/3585.92	c conflicts		: 1997186
3600.07/3585.92	c decisions		: 5560841
3600.07/3585.92	c propagations		: 560897925
3600.07/3585.92	c inspects		: 25522299957
3600.07/3585.92	c shortcuts		: 0
3600.07/3585.92	c learnt literals	: 0
3600.07/3585.92	c learnt binary clauses	: 6
3600.07/3585.92	c learnt ternary clauses	: 54
3600.07/3585.92	c learnt constraints	: 1997186
3600.07/3585.92	c ignored constraints	: 0
3600.07/3585.92	c root simplifications	: 0
3600.07/3585.92	c removed literals (reason simplification)	: 72934043
3600.07/3585.92	c reason swapping (by a shorter reason)	: 0
3600.07/3585.92	c Calls to reduceDB	: 58
3600.07/3585.93	c Number of update (reduction) of LBD	: 999428
3600.07/3585.93	c Imported unit clauses	: 0
3600.07/3585.93	c No decision after first conflict	: false
3600.07/3585.93	c number of reductions to clauses (during analyze)	: 0
3600.07/3585.93	c number of learned constraints concerned by reduction	: 0
3600.07/3585.93	c number of learning phase by resolution	: 0
3600.07/3585.93	c number of learning phase by cutting planes	: 0
3600.07/3585.93	c number of rounding to 1 operations	: 0
3600.07/3585.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3585.93	c number of reductions of the coefficients by power 2 	: 0
3600.07/3585.93	c number of right shift for reduction by power 2 	: 0
3600.07/3585.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3585.93	c number of ending skipping 	: 0
3600.07/3585.93	c number of internal skipping 	: 0
3600.07/3585.93	c number of derivation steps 	: 0
3600.07/3585.93	c number of skipped derivation steps 	: 0
3600.07/3585.93	c number of remaining unassigned 	: 0
3600.07/3585.93	c number of remaining assigned 	: 0
3600.07/3585.93	c number of falsified literals weakened from reason	: 0
3600.07/3585.93	c number of falsified literals weakened from conflict	: 0
3600.07/3585.93	c time for arithmetic operations	: 0
3600.07/3585.93	c minimum degree of deleted constraints	: null
3600.07/3585.93	c maximum degree of deleted constraints	: null
3600.07/3585.93	c number of deleted constraints	: 0
3600.07/3585.93	c speed (assignments/second)	: 156434.8466952354
3600.07/3585.93	c non guided choices	: 580
3600.07/3585.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 115195
3600.07/3585.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.07/3585.98	s UNKNOWN
3600.07/3585.98	c Total wall clock time (in seconds): 3585.851

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545240-1753238178/watcher-4545240-1753238178 -o /tmp/evaluation-result-4545240-1753238178/solver-4545240-1753238178 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167713 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545240-1753238178.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=168214, runsolver pid=168211

[startup+0.10006 s]*
/proc/loadavg: 4.57 4.39 4.32 5/337 168232
/proc/meminfo: memFree=99607300/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=18930384 memory=57816 CPUtime=0.12 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 6569 0 0 0 11 1 0 0 20 0 18 0 239495601 19384713216 14454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4732596 14454 5367 1 0 547619 0
[pid=168214/tid=168216] ppid=168211 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 5063 0 0 0 7 1 0 0 20 0 18 0 239495602 19384713216 14454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239495604 19384713216 14454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=18930384 memory=60684515959228 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239495605 19384713216 14454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57816 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.57 4.39 4.32 6/337 168232
/proc/meminfo: memFree=99597092/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=18930384 memory=68308 CPUtime=0.33 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 7071 0 0 0 31 2 0 0 20 0 18 0 239495601 19384713216 17077 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4732596 17077 5431 1 0 547927 0
[pid=168214/tid=168216] ppid=168211 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 5287 0 0 0 16 1 0 0 20 0 18 0 239495602 19384713216 17077 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=18930384 memory=16168 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239495604 19384713216 17077 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239495605 19384713216 17077 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68308 KiB

[startup+0.305719 s]*
/proc/loadavg: 4.57 4.39 4.32 6/337 168232
/proc/meminfo: memFree=99562560/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=18930384 memory=109104 CPUtime=0.52 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 8526 0 0 0 49 3 0 0 20 0 18 0 239495601 19384713216 27276 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4732596 27276 5431 1 0 548906 0
[pid=168214/tid=168216] ppid=168211 vsize=18930384 memory=-9105267327093220028 CPUtime=0.27 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 5307 0 0 0 25 2 0 0 20 0 18 0 239495602 19384713216 27276 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239495604 19384713216 27276 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239495605 19384713216 27276 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109104 KiB

[startup+0.700243 s]
/proc/loadavg: 4.57 4.39 4.32 7/339 168234
/proc/meminfo: memFree=99508304/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=167900 CPUtime=1.28 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 12225 0 0 0 124 4 0 0 20 0 20 0 239495601 19521036288 41975 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 41975 5463 1 0 551710 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=27264 CPUtime=0.59 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 5365 0 0 0 56 3 0 0 20 0 20 0 239495602 19521036288 41975 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 41975 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 41975 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=4740 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 41975 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167900 KiB

[startup+1.50027 s]
/proc/loadavg: 4.57 4.39 4.32 6/339 168234
/proc/meminfo: memFree=99323804/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=178060 CPUtime=2.73 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 19711 0 0 0 268 5 0 0 20 0 20 0 239495601 19521036288 44515 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 44515 5463 1 0 554023 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=0 CPUtime=1.38 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 5514 0 0 0 135 3 0 0 20 0 20 0 239495602 19521036288 44515 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 44515 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 44515 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=4740 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 44515 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178060 KiB

[startup+3.10597 s]
/proc/loadavg: 4.52 4.39 4.32 5/339 168234
/proc/meminfo: memFree=99283392/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=221584 CPUtime=4.59 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 22744 0 0 0 453 6 0 0 20 0 20 0 239495601 19521036288 55396 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 55396 5463 1 0 554069 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=10496 CPUtime=2.92 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 6540 0 0 0 289 3 0 0 20 0 20 0 239495602 19521036288 55396 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=-9105267327093220028 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 55396 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 55396 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 55396 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 4.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221584 KiB

[startup+6.30023 s]
/proc/loadavg: 4.52 4.39 4.32 5/339 168234
/proc/meminfo: memFree=99197392/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=301816 CPUtime=7.91 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 23374 0 0 0 782 9 0 0 20 0 20 0 239495601 19521036288 75454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 75454 5463 1 0 554072 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 6572 0 0 0 600 3 0 0 20 0 20 0 239495602 19521036288 75454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 75454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 75454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=178060 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 75454 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 301816 KiB

[startup+12.7003 s]
/proc/loadavg: 4.48 4.38 4.32 6/339 168234
/proc/meminfo: memFree=99066848/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=468128 CPUtime=14.53 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 25752 0 0 0 1441 12 0 0 20 0 20 0 239495601 19521036288 117032 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 117032 5463 1 0 554072 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=178060 CPUtime=12.26 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 7278 0 0 0 1223 3 0 0 20 0 20 0 239495602 19521036288 117032 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 117032 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=383976 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 117032 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 117032 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 14.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 468128 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.36 4.31 5/339 168234
/proc/meminfo: memFree=98493676/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=850696 CPUtime=27.54 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 28781 0 0 0 2733 21 0 0 20 0 20 0 239495601 19521036288 212674 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 212674 5495 1 0 660590 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=-9105267327093220028 CPUtime=24.77 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 8462 0 0 0 2472 5 0 0 20 0 20 0 239495602 19521036288 212674 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=27264 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 212674 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 212674 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 212674 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 27.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 850696 KiB

[startup+51.1057 s]
/proc/loadavg: 4.31 4.35 4.31 5/339 168235
/proc/meminfo: memFree=97832836/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=1369680 CPUtime=53.56 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 31919 0 0 0 5324 32 0 0 20 0 20 0 239495601 19521036288 342420 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 342420 5495 1 0 660591 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=1277520 CPUtime=49.86 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 9101 0 0 0 4981 5 0 0 20 0 20 0 239495602 19521036288 342420 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=1168856 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 342420 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0

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

/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1113 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3236.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/340 168607
/proc/meminfo: memFree=105465516/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3296.39 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 188522 0 0 0 329395 244 0 0 20 0 20 0 239495601 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 1905193 5527 1 0 2588122 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3257.83 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 97896 0 0 0 325744 39 0 0 20 0 20 0 239495602 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1145 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3296.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/340 168612
/proc/meminfo: memFree=105459508/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3356.28 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 190688 0 0 0 335383 245 0 0 20 0 20 0 239495601 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 1905193 5527 1 0 2588122 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=1792 CPUtime=3317.69 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 100012 0 0 0 331730 39 0 0 20 0 20 0 239495602 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3356.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/340 168614
/proc/meminfo: memFree=105470240/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3416.53 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 194618 0 0 0 341406 247 0 0 20 0 20 0 239495601 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 1905193 5527 1 0 2588122 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3377.19 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 102464 0 0 0 337680 39 0 0 20 0 20 0 239495602 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=27264 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1201 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3416.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/339 168616
/proc/meminfo: memFree=105480740/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3476.41 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 195595 0 0 0 347393 248 0 0 20 0 20 0 239495601 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 1905193 5527 1 0 2588122 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3437.05 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 103288 0 0 0 343666 39 0 0 20 0 20 0 239495602 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1237 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3476.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.14 4.15 5/339 168618
/proc/meminfo: memFree=105483416/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3536.59 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 198774 0 0 0 353408 251 0 0 20 0 20 0 239495601 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 1905193 5527 1 0 2588122 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3496.63 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 105137 0 0 0 349623 40 0 0 20 0 20 0 239495602 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1239 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3536.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/339 168620
/proc/meminfo: memFree=105486064/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3596.47 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 201329 0 0 0 359394 253 0 0 20 0 20 0 239495601 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 1905193 5527 1 0 2588122 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=5760 CPUtime=3556.49 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 107531 0 0 0 355609 40 0 0 20 0 20 0 239495602 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=7620772 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1279 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3596.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.9 s]
/proc/loadavg: 4.10 4.12 4.14 5/339 168620
/proc/meminfo: memFree=105486316/131250000 swapFree=33010416/33010684
[pid=168214] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3600.07 cores=5,7
/proc/168214/stat : 168214 (java) S 168211 168214 167700 0 -1 4194304 201427 0 0 0 359754 253 0 0 20 0 20 0 239495601 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
/proc/168214/statm: 4765878 1905193 5527 1 0 2588122 0
[pid=168214/tid=168216] ppid=168211 vsize=19063512 memory=7620772 CPUtime=3560.08 cores=5,7
/proc/168214/task/168216/stat : 168216 (java) R 168211 168214 167700 0 -1 4194368 107626 0 0 0 355968 40 0 0 20 0 20 0 239495602 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168225] ppid=168211 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/168214/task/168225/stat : 168225 (Finalizer) S 168211 168214 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239495604 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168232] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168232/stat : 168232 (Common-Cleaner) S 168211 168214 167700 0 -1 4194368 1279 0 0 0 0 0 0 0 20 0 20 0 239495605 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
[pid=168214/tid=168234] ppid=168211 vsize=19063512 memory=16584 CPUtime=0 cores=5,7
/proc/168214/task/168234/stat : 168234 (Timer-0) S 168211 168214 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239495644 19521036288 1905193 18446744073709551615 94567904235520 94567904239216 140733856341680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94567904247032 94567904247824 94567924183040 140733856348543 140733856348644 140733856348644 140733856354248 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7620772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.66 s, system=2.56271 s

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

[startup+3586.01 s]*
/proc/loadavg: 4.10 4.12 4.14 5/321 168623
/proc/meminfo: memFree=108108008/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3586.02
CPU time (s): 3600.22
CPU user time (s): 3597.66
CPU system time (s): 2.56271
CPU usage (%): 100.396
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7620772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.66
system time used= 2.56271
maximum resident set size= 7621668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203346
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109547
involuntary context switches= 4384


# summary of solver processes directly reported to runsolver:
#   pid: 168214
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.66
#   total CPU system time (s): 2.56271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.59021 second user time and 16.5599 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 04:36:18
IDJOB=4545240
IDBENCH=180780
IDSOLVER=3363
FILE ID=nodeC018/4545240-1753238178
RUNJOBID= nodeC018-1753234778-167713
SLURM_JOB_ID= 9687862
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545240-1753238178/watcher-4545240-1753238178 -o /tmp/evaluation-result-4545240-1753238178/solver-4545240-1753238178 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167713 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545240-1753238178.opb

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=363735930

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        99626756 kB
MemAvailable:   100248912 kB
Buffers:            2128 kB
Cached:          1372532 kB
SwapCached:           28 kB
Active:         30554516 kB
Inactive:         294304 kB
Active(anon):   29500116 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   294020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:      29476772 kB
Mapped:           128480 kB
Shmem:             26240 kB
KReclaimable:     225548 kB
Slab:             322192 kB
SReclaimable:     225548 kB
SUnreclaim:        96644 kB
KernelStack:        5184 kB
PageTables:        61452 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   37305776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  29091840 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC018 at 2025-07-23 05:36:04