Trace number 4545241

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 VeriPB 2025-06-06? (TO) 3600.13 3560.81

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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.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-4545241-1753238136.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.71/0.42	c ... done. Wall clock time 0.286s.
0.71/0.43	c declared #vars     4115
0.71/0.43	c #constraints  48009
0.71/0.43	c constraints type 
0.71/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 44823
0.71/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 45
0.71/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3079
0.71/0.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.71/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.71/0.43	c 48009 constraints processed.
5.54/3.18	c cleaning 2496 clauses out of 5000 with flag 36512/5000
8.40/5.69	c cleaning 4241 clauses out of 8504 with flag 91381/11000
11.42/8.57	c cleaning 5620 clauses out of 11263 with flag 161091/18000
15.26/12.15	c cleaning 6819 clauses out of 13644 with flag 246741/26001
19.59/16.35	c cleaning 7902 clauses out of 15824 with flag 357938/35000
24.97/21.64	c cleaning 8954 clauses out of 17924 with flag 491542/45002
31.04/27.53	c cleaning 9977 clauses out of 19968 with flag 640417/56000
38.19/34.42	c cleaning 10988 clauses out of 21996 with flag 827839/68005
45.69/41.83	c cleaning 12000 clauses out of 24003 with flag 1037967/81000
54.62/50.63	c cleaning 12998 clauses out of 26005 with flag 1270618/95002
65.11/60.86	c cleaning 14000 clauses out of 28009 with flag 1538672/110004
76.69/72.19	c cleaning 14986 clauses out of 30007 with flag 1844072/126002
89.20/84.37	c cleaning 16008 clauses out of 32019 with flag 2152298/143000
103.64/98.60	c cleaning 16997 clauses out of 34015 with flag 2492022/161004
119.38/114.26	c cleaning 18006 clauses out of 36014 with flag 2843667/180000
138.04/132.46	c cleaning 18995 clauses out of 38008 with flag 3227557/200000
157.27/151.40	c cleaning 19987 clauses out of 40013 with flag 3627116/221000
178.04/171.93	c cleaning 21001 clauses out of 42027 with flag 4054606/243001
200.25/193.63	c cleaning 22007 clauses out of 44027 with flag 4488795/266002
226.02/218.98	c cleaning 23002 clauses out of 46020 with flag 4979628/290002
251.19/243.81	c cleaning 24001 clauses out of 48016 with flag 5442526/315000
278.45/270.87	c cleaning 24986 clauses out of 50015 with flag 5933543/341000
308.49/300.56	c cleaning 26005 clauses out of 52029 with flag 6430338/368000
342.66/334.49	c cleaning 26990 clauses out of 54024 with flag 6999257/396000
376.31/367.80	c cleaning 28009 clauses out of 56034 with flag 7590075/425000
414.60/405.51	c cleaning 29006 clauses out of 58027 with flag 8185973/455002
455.06/445.65	c cleaning 29994 clauses out of 60020 with flag 8815170/486001
501.41/491.56	c cleaning 31002 clauses out of 62025 with flag 9447248/518000
551.72/541.42	c cleaning 32006 clauses out of 64023 with flag 10092631/551000
600.77/590.24	c cleaning 33006 clauses out of 66018 with flag 10772887/585001
658.08/646.90	c cleaning 33988 clauses out of 68011 with flag 11448545/620000
717.37/706.01	c cleaning 35004 clauses out of 70024 with flag 12151733/656001
780.82/768.71	c cleaning 35986 clauses out of 72019 with flag 12868537/693000
844.62/832.04	c cleaning 37010 clauses out of 74033 with flag 13574034/731000
913.39/900.44	c cleaning 37998 clauses out of 76025 with flag 14282729/770002
984.55/970.77	c cleaning 39007 clauses out of 78026 with flag 15029322/810001
1061.28/1046.98	c cleaning 40000 clauses out of 80018 with flag 15757890/851000
1143.95/1128.43	c cleaning 40988 clauses out of 82018 with flag 16493025/893000
1230.88/1214.84	c cleaning 42002 clauses out of 84032 with flag 17252344/936002
1318.84/1301.68	c cleaning 43007 clauses out of 86030 with flag 18009748/980002
1411.91/1394.25	c cleaning 44011 clauses out of 88024 with flag 18779668/1025003
1507.02/1488.39	c cleaning 44991 clauses out of 90010 with flag 19566639/1071000
1611.80/1592.27	c cleaning 45999 clauses out of 92019 with flag 20379117/1118000
1719.71/1699.46	c cleaning 46994 clauses out of 94020 with flag 21193213/1166000
1835.37/1814.29	c cleaning 48006 clauses out of 96027 with flag 22004681/1215001
1953.56/1931.50	c cleaning 48991 clauses out of 98020 with flag 22830565/1265000
2078.76/2055.08	c cleaning 50009 clauses out of 100033 with flag 23645017/1316004
2202.74/2178.10	c cleaning 51008 clauses out of 102021 with flag 24471905/1368001
2336.61/2310.40	c cleaning 51996 clauses out of 104012 with flag 25341883/1421000
2473.52/2445.70	c cleaning 52997 clauses out of 106016 with flag 26231462/1475000
2617.30/2587.86	c cleaning 53993 clauses out of 108019 with flag 27122999/1530000
2776.08/2744.82	c cleaning 55001 clauses out of 110027 with flag 28034777/1586001
2938.98/2905.94	c cleaning 56010 clauses out of 112025 with flag 28923833/1643000
3101.59/3066.73	c cleaning 56998 clauses out of 114015 with flag 29809612/1701000
3275.41/3238.87	c cleaning 57996 clauses out of 116018 with flag 30740730/1760001
3450.98/3413.27	c cleaning 59001 clauses out of 118021 with flag 31668712/1820000
3600.01/3560.71	c starts		: 6496
3600.01/3560.71	c timeout
3600.01/3560.72	c conflicts		: 1872864
3600.01/3560.72	c decisions		: 5247959
3600.01/3560.72	c propagations		: 526060519
3600.01/3560.72	c inspects		: 23164961397
3600.01/3560.72	c shortcuts		: 0
3600.01/3560.72	c learnt literals	: 0
3600.01/3560.72	c learnt binary clauses	: 6
3600.01/3560.72	c learnt ternary clauses	: 50
3600.01/3560.72	c learnt constraints	: 1872864
3600.01/3560.72	c ignored constraints	: 0
3600.01/3560.72	c root simplifications	: 0
3600.01/3560.72	c removed literals (reason simplification)	: 67288455
3600.01/3560.72	c reason swapping (by a shorter reason)	: 0
3600.01/3560.72	c Calls to reduceDB	: 56
3600.01/3560.72	c Number of update (reduction) of LBD	: 940823
3600.01/3560.72	c Imported unit clauses	: 0
3600.01/3560.72	c No decision after first conflict	: false
3600.01/3560.73	c number of reductions to clauses (during analyze)	: 0
3600.01/3560.73	c number of learned constraints concerned by reduction	: 0
3600.01/3560.73	c number of learning phase by resolution	: 0
3600.01/3560.73	c number of learning phase by cutting planes	: 0
3600.01/3560.73	c number of rounding to 1 operations	: 0
3600.01/3560.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3560.73	c number of reductions of the coefficients by power 2 	: 0
3600.01/3560.73	c number of right shift for reduction by power 2 	: 0
3600.01/3560.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3560.73	c number of ending skipping 	: 0
3600.01/3560.73	c number of internal skipping 	: 0
3600.01/3560.73	c number of derivation steps 	: 0
3600.01/3560.73	c number of skipped derivation steps 	: 0
3600.01/3560.73	c number of remaining unassigned 	: 0
3600.01/3560.73	c number of remaining assigned 	: 0
3600.01/3560.73	c number of falsified literals weakened from reason	: 0
3600.01/3560.73	c number of falsified literals weakened from conflict	: 0
3600.01/3560.73	c time for arithmetic operations	: 0
3600.01/3560.73	c minimum degree of deleted constraints	: null
3600.01/3560.73	c maximum degree of deleted constraints	: null
3600.01/3560.73	c number of deleted constraints	: 0
3600.01/3560.73	c speed (assignments/second)	: 147757.64775539542
3600.01/3560.73	c non guided choices	: 580
3600.01/3560.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 111878
3600.01/3560.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.01/3560.79	s UNKNOWN
3600.01/3560.79	c Total wall clock time (in seconds): 3560.648

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (59351 MiB free)
  memory of node 1: 64465 MiB (57327 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545241-1753238136/watcher-4545241-1753238136 -o /tmp/evaluation-result-4545241-1753238136/solver-4545241-1753238136 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168239 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545241-1753238136 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545241-1753238136.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
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=169286, runsolver pid=169283

[startup+0.100061 s]*
/proc/loadavg: 4.56 4.73 4.63 6/340 169304
/proc/meminfo: memFree=119450048/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=18930384 memory=55544 CPUtime=0.12 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 6541 0 0 0 10 2 0 0 20 0 18 0 239491101 19384713216 13886 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4732596 13886 5329 1 0 547587 0
[pid=169286/tid=169288] ppid=169283 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 5044 0 0 0 6 1 0 0 20 0 18 0 239491103 19384713216 13886 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239491105 19384713216 13886 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=18930384 memory=58485492697507 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239491105 19384713216 13886 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55544 KiB

[startup+0.20596 s]*
/proc/loadavg: 4.56 4.73 4.63 7/340 169304
/proc/meminfo: memFree=119433728/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=18930384 memory=66324 CPUtime=0.31 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 7088 0 0 0 28 3 0 0 20 0 18 0 239491101 19384713216 16581 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4732596 16581 5425 1 0 547979 0
[pid=169286/tid=169288] ppid=169283 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 5327 0 0 0 15 2 0 0 20 0 18 0 239491103 19384713216 16581 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=18930384 memory=2630 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239491105 19384713216 16581 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239491105 19384713216 16581 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66324 KiB

[startup+0.305902 s]*
/proc/loadavg: 4.56 4.73 4.63 6/340 169304
/proc/meminfo: memFree=119393084/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=18930384 memory=105352 CPUtime=0.51 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 8605 0 0 0 47 4 0 0 20 0 18 0 239491101 19384713216 26338 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4732596 26338 5425 1 0 548985 0
[pid=169286/tid=169288] ppid=169283 vsize=18930384 memory=-8959181809885422268 CPUtime=0.25 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 5349 0 0 0 23 2 0 0 20 0 18 0 239491103 19384713216 26338 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239491105 19384713216 26338 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239491105 19384713216 26338 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105352 KiB

[startup+0.700245 s]
/proc/loadavg: 4.56 4.73 4.63 7/342 169306
/proc/meminfo: memFree=119327864/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=177440 CPUtime=1.25 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 15827 0 0 0 119 6 0 0 20 0 20 0 239491101 19521036288 44360 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 44360 5457 1 0 554242 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=24704 CPUtime=0.57 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 5438 0 0 0 53 4 0 0 20 0 20 0 239491103 19521036288 44360 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 44360 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 44360 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 44360 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177440 KiB

[startup+1.50023 s]
/proc/loadavg: 4.56 4.73 4.63 6/342 169306
/proc/meminfo: memFree=119292140/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=187684 CPUtime=2.85 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 21796 0 0 0 277 8 0 0 20 0 20 0 239491101 19521036288 46921 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 46921 5457 1 0 554254 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=0 CPUtime=1.34 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 5786 0 0 0 129 5 0 0 20 0 20 0 239491103 19521036288 46921 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 46921 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 46921 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 46921 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187684 KiB

[startup+3.1146 s]
/proc/loadavg: 4.59 4.73 4.64 5/342 169306
/proc/meminfo: memFree=119058372/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=384768 CPUtime=5.54 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 24235 0 0 0 540 14 0 0 20 0 20 0 239491101 19521036288 96192 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 96192 5457 1 0 733890 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=10752 CPUtime=2.78 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) S 169283 169286 168228 0 -1 4194368 6288 0 0 0 269 9 0 0 20 0 20 0 239491103 19521036288 96192 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=-8959181809885422268 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 96192 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 96192 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 96192 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 384768 KiB

[startup+6.30021 s]
/proc/loadavg: 4.59 4.73 4.64 5/342 169306
/proc/meminfo: memFree=118422500/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=959196 CPUtime=9.12 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 26439 0 0 0 883 29 0 0 20 0 20 0 239491101 19521036288 239799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 239799 5457 1 0 974161 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=0 CPUtime=5.84 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 7232 0 0 0 564 20 0 0 20 0 20 0 239491103 19521036288 239799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 239799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 239799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=193972 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 239799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 959196 KiB

[startup+12.7002 s]
/proc/loadavg: 4.54 4.72 4.63 5/342 169306
/proc/meminfo: memFree=117615676/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=1494232 CPUtime=15.86 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 27325 0 0 0 1541 45 0 0 20 0 20 0 239491101 19521036288 373558 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 373558 5457 1 0 974177 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=193972 CPUtime=12.02 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 7439 0 0 0 1170 32 0 0 20 0 20 0 239491103 19521036288 373558 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 373558 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=1494232 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 373558 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 373558 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 15.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1494232 KiB

[startup+25.5003 s]
/proc/loadavg: 4.42 4.69 4.62 5/342 169306
/proc/meminfo: memFree=116370728/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2472996 CPUtime=29.04 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 31191 0 0 0 2832 72 0 0 20 0 20 0 239491101 19521036288 618249 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 618249 5489 1 0 1099514 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=-8959181809885422268 CPUtime=24.31 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 9142 0 0 0 2380 51 0 0 20 0 20 0 239491103 19521036288 618249 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 618249 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 618249 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 618249 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 29.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2472996 KiB

[startup+51.1058 s]
/proc/loadavg: 4.42 4.66 4.62 5/341 169307
/proc/meminfo: memFree=115335608/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2748040 CPUtime=55.12 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 38298 0 0 0 5417 95 0 0 20 0 20 0 239491101 19521036288 687010 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 687010 5489 1 0 1099533 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=2748040 CPUtime=49.31 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 11617 0 0 0 4864 67 0 0 20 0 20 0 239491103 19521036288 687010 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=2600264 CPUtime=0 cores=4,6

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

/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=2387196 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2458 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3197.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2387196 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.20 4.22 5/341 169681
/proc/meminfo: memFree=81020036/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2387196 CPUtime=3258.94 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 217647 0 0 0 324487 1407 0 0 20 0 20 0 239491101 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 596799 5489 1 0 611043 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=2387196 CPUtime=3183.4 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 104478 0 0 0 317091 1249 0 0 20 0 20 0 239491103 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=2387196 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2458 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 596799 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3258.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2387196 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.21 4.22 5/341 169683
/proc/meminfo: memFree=80477624/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3319.47 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 221876 0 0 0 330521 1426 0 0 20 0 20 0 239491101 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 598562 5489 1 0 611045 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3242.79 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 107238 0 0 0 323013 1266 0 0 20 0 20 0 239491103 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=-8959181809885422268 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2458 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=2394248 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3319.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2394248 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.22 5/340 169684
/proc/meminfo: memFree=79963232/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3379.94 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 223574 0 0 0 336549 1445 0 0 20 0 20 0 239491101 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 598562 5489 1 0 611045 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3302.01 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 108658 0 0 0 328918 1283 0 0 20 0 20 0 239491103 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=865 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=2394248 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2496 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=2394248 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3379.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2394248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.21 4.22 6/340 169686
/proc/meminfo: memFree=79482568/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3440.11 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 223647 0 0 0 342549 1462 0 0 20 0 20 0 239491101 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 598562 5489 1 0 611045 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3361.57 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 108672 0 0 0 334859 1298 0 0 20 0 20 0 239491103 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=2394248 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2520 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=279723033209232 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3440.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2394248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.21 4.22 5/341 169691
/proc/meminfo: memFree=78991092/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3500.43 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 225160 0 0 0 348561 1482 0 0 20 0 20 0 239491101 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 598562 5489 1 0 611045 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3421.01 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 109953 0 0 0 340785 1316 0 0 20 0 20 0 239491103 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=2394248 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=2394248 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2521 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 598562 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3500.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2394248 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.25 4.23 5/340 169697
/proc/meminfo: memFree=78584416/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2285692 CPUtime=3561.4 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 229130 0 0 0 354637 1503 0 0 20 0 20 0 239491101 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 571423 5489 1 0 583903 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=2394248 CPUtime=3480.42 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 112504 0 0 0 346708 1334 0 0 20 0 20 0 239491103 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2522 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=2285692 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3561.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2285692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.7 s]
/proc/loadavg: 4.30 4.25 4.23 5/341 169700
/proc/meminfo: memFree=78293020/131249996 swapFree=33006296/33010684
[pid=169286] ppid=169283 vsize=19063512 memory=2285692 CPUtime=3600.01 cores=4,6
/proc/169286/stat : 169286 (java) S 169283 169286 168228 0 -1 4194304 229836 0 0 0 358487 1514 0 0 20 0 20 0 239491101 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
/proc/169286/statm: 4765878 571423 5489 1 0 583903 0
[pid=169286/tid=169288] ppid=169283 vsize=19063512 memory=14848 CPUtime=3518.42 cores=4,6
/proc/169286/task/169288/stat : 169288 (java) R 169283 169286 168228 0 -1 4194368 112975 0 0 0 350498 1344 0 0 20 0 20 0 239491103 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169297] ppid=169283 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/169286/task/169297/stat : 169297 (Finalizer) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169304] ppid=169283 vsize=19063512 memory=2285692 CPUtime=0 cores=4,6
/proc/169286/task/169304/stat : 169304 (Common-Cleaner) S 169283 169286 168228 0 -1 4194368 2560 0 0 0 0 0 0 0 20 0 20 0 239491105 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
[pid=169286/tid=169306] ppid=169283 vsize=19063512 memory=2285692 CPUtime=0 cores=4,6
/proc/169286/task/169306/stat : 169306 (Timer-0) S 169283 169286 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239491146 19521036288 571423 18446744073709551615 94703782821888 94703782825584 140721348223568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94703782833400 94703782834192 94703786983424 140721348229460 140721348229604 140721348229604 140721348235208 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2285692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.98 s, system=15.1552 s

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

[startup+3560.81 s]*
/proc/loadavg: 4.30 4.25 4.23 5/323 169703
/proc/meminfo: memFree=79329184/131249996 swapFree=33006296/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): 3560.81
CPU time (s): 3600.13
CPU user time (s): 3584.98
CPU system time (s): 15.1552
CPU usage (%): 101.104
Max. virtual memory (cumulated for all children) (KiB): 19067348
Max. memory (cumulated for all children) (KiB): 4836836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.98
system time used= 15.1552
maximum resident set size= 4836836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15876704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116613
involuntary context switches= 11229


# summary of solver processes directly reported to runsolver:
#   pid: 169286
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3584.98
#   total CPU system time (s): 15.1552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57227 second user time and 17.2643 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 04:35:36
IDJOB=4545241
IDBENCH=180780
IDSOLVER=3364
FILE ID=nodeC015/4545241-1753238136
RUNJOBID= nodeC015-1753234865-168239
SLURM_JOB_ID= 9687864
Free space on /tmp= 426272 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545241-1753238136/watcher-4545241-1753238136 -o /tmp/evaluation-result-4545241-1753238136/solver-4545241-1753238136 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168239 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545241-1753238136 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545241-1753238136.opb

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=237001660

nodeC015 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.076
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.14
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.074
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.14
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.244
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.14
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		: 3613.742
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.14
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		: 3596.596
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.14
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.072
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.14
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.259
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.14
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		: 3598.659
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119480164 kB
MemAvailable:   123115976 kB
Buffers:            1508 kB
Cached:          4399784 kB
SwapCached:         3888 kB
Active:          7527024 kB
Inactive:        3554424 kB
Active(anon):    6653980 kB
Inactive(anon):    48308 kB
Active(file):     873044 kB
Inactive(file):  3506116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33404 kB
Writeback:             0 kB
AnonPages:       6679116 kB
Mapped:           126224 kB
Shmem:             22352 kB
KReclaimable:     191780 kB
Slab:             288436 kB
SReclaimable:     191780 kB
SUnreclaim:        96656 kB
KernelStack:        5248 kB
PageTables:        16804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11295468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6213632 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 402772 MiB
End job on nodeC015 at 2025-07-23 05:34:57