Trace number 4503607

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3571.79 3701.65

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.15	c version PB25.v20250606
0.10/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.16	c java.vm.version	22.0.1+8-16
0.10/0.16	c java.vm.vendor	Oracle Corporation
0.10/0.16	c sun.arch.data.model	64
0.10/0.16	c java.version		22.0.1
0.10/0.16	c os.name		Linux
0.10/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.16	c os.arch		amd64
0.10/0.17	c Free memory 		2104792832
0.10/0.17	c Max memory 		16282288128
0.10/0.17	c Total memory 		2113929216
0.10/0.17	c Number of processors 	2
0.29/0.28	c Pseudo Boolean Optimization by upper bound
0.29/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.28	c  - never skip resolution steps
0.29/0.28	c  - Auto-division on coefficients is disabled
0.29/0.28	c  - No postprocessing
0.29/0.28	c  - Conflict is considered as is when resolving
0.29/0.28	c  - Use constraints as they come during conflict analysis
0.29/0.28	c  - Weaken first using unassigned literals
0.29/0.28	c  - Bump strategy: ALWAYS_ONE
0.29/0.28	c  - Bumper: EFFECTIVE
0.29/0.28	c --- Begin Solver configuration ---
0.29/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.29/0.28	c Learn all clauses as in MiniSAT
0.29/0.28	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.28	c No reason simplification
0.29/0.28	c Dynamic restart strategy considering the size of the coefficients
0.29/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.29/0.28	c timeout=2147483s
0.29/0.28	c DB Simplification allowed=false
0.29/0.28	c Listener: none
0.29/0.28	c --- End Solver configuration ---
0.29/0.28	c solving HOME/instance-4503607-1751178115.opb
0.29/0.28	c reading problem ... 
0.29/0.28	c using VERIPB proof format
0.29/0.28	c  no objective function found
84.06/77.92	c ... done. Wall clock time 77.636s.
84.06/77.92	c declared #vars     42127
84.06/77.92	c #constraints  975848
84.06/77.92	c constraints type 
84.06/77.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
84.06/77.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
84.06/77.92	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 95781
84.06/77.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
84.06/77.92	c 975848 constraints processed.
91.28/82.71	c cleaning 2495 clauses out of 5000 with flag 0/5000
95.86/86.88	c cleaning 4246 clauses out of 8505 with flag 0/11000
102.53/93.19	c cleaning 5626 clauses out of 11262 with flag 0/18003
109.31/99.40	c cleaning 6810 clauses out of 13633 with flag 0/26000
116.70/106.73	c cleaning 7906 clauses out of 15824 with flag 0/35001
125.56/115.51	c cleaning 8951 clauses out of 17918 with flag 0/45001
136.44/126.35	c cleaning 9977 clauses out of 19966 with flag 0/56000
148.99/138.85	c cleaning 10983 clauses out of 21989 with flag 0/68000
162.03/151.89	c cleaning 11991 clauses out of 24006 with flag 0/81000
176.98/166.76	c cleaning 13002 clauses out of 26015 with flag 0/95000
193.05/182.84	c cleaning 14001 clauses out of 28016 with flag 0/110003
210.61/200.49	c cleaning 15003 clauses out of 30013 with flag 0/126001
231.36/221.17	c cleaning 15997 clauses out of 32010 with flag 0/143001
252.32/241.93	c cleaning 17001 clauses out of 34013 with flag 0/161001
274.54/264.05	c cleaning 18001 clauses out of 36013 with flag 0/180002
297.93/287.38	c cleaning 18999 clauses out of 38010 with flag 0/200000
324.73/314.11	c cleaning 20003 clauses out of 40012 with flag 0/221001
354.50/343.65	c cleaning 20996 clauses out of 42008 with flag 0/243000
382.35/371.38	c cleaning 22002 clauses out of 44013 with flag 0/266001
410.89/399.64	c cleaning 23000 clauses out of 46010 with flag 0/290000
440.64/429.20	c cleaning 24000 clauses out of 48011 with flag 0/315001
472.08/460.24	c cleaning 25000 clauses out of 50012 with flag 0/341002
506.14/493.98	c cleaning 25999 clauses out of 52011 with flag 0/368001
540.83/528.34	c cleaning 27000 clauses out of 54011 with flag 0/396000
585.56/572.58	c cleaning 27999 clauses out of 56011 with flag 0/425000
629.71/616.27	c cleaning 28998 clauses out of 58012 with flag 0/455000
680.02/666.13	c cleaning 30000 clauses out of 60015 with flag 0/486001
736.90/722.67	c cleaning 30997 clauses out of 62014 with flag 0/518000
795.74/781.01	c cleaning 32002 clauses out of 64017 with flag 0/551000
857.74/842.58	c cleaning 33001 clauses out of 66016 with flag 0/585001
914.89/899.36	c cleaning 34001 clauses out of 68015 with flag 0/620001
972.47/956.54	c cleaning 34999 clauses out of 70013 with flag 0/656000
1031.60/1015.27	c cleaning 36000 clauses out of 72014 with flag 0/693000
1093.64/1076.96	c cleaning 37000 clauses out of 74014 with flag 0/731000
1160.36/1143.22	c cleaning 38002 clauses out of 76015 with flag 0/770001
1242.06/1226.54	c cleaning 39000 clauses out of 78013 with flag 0/810001
1322.76/1306.73	c cleaning 39994 clauses out of 80012 with flag 0/851000
1412.75/1396.29	c cleaning 41004 clauses out of 82020 with flag 0/893002
1507.25/1490.16	c cleaning 42003 clauses out of 84018 with flag 0/936004
1602.50/1584.82	c cleaning 42996 clauses out of 86011 with flag 0/980000
1705.63/1687.46	c cleaning 44004 clauses out of 88017 with flag 0/1025002
1811.81/1793.17	c cleaning 44996 clauses out of 90011 with flag 0/1071000
1925.49/1906.28	c cleaning 46000 clauses out of 92015 with flag 0/1118000
2035.74/2016.21	c cleaning 47002 clauses out of 94018 with flag 0/1166003
2148.67/2128.76	c cleaning 48000 clauses out of 96014 with flag 0/1215001
2252.79/2232.27	c cleaning 48999 clauses out of 98013 with flag 0/1265000
2368.01/2347.01	c cleaning 50004 clauses out of 100023 with flag 0/1316009
2492.76/2470.99	c cleaning 50999 clauses out of 102012 with flag 0/1368002
2626.92/2607.28	c cleaning 51996 clauses out of 104012 with flag 0/1421001
2757.17/2736.94	c cleaning 53003 clauses out of 106018 with flag 0/1475003
2886.54/2865.75	c cleaning 54003 clauses out of 108015 with flag 0/1530003
3023.24/3001.90	c cleaning 55004 clauses out of 110011 with flag 0/1586002
3181.97/3161.45	c cleaning 55998 clauses out of 112006 with flag 0/1643001
3338.18/3317.20	c cleaning 56996 clauses out of 114008 with flag 0/1701001
3471.13/3449.94	c cleaning 57999 clauses out of 116011 with flag 0/1760000
3571.53/3700.04	c timeout
3571.53/3700.05	c starts		: 1
3571.53/3700.07	c conflicts		: 1806577
3571.53/3700.07	c decisions		: 2146675
3571.53/3700.07	c propagations		: 2234847209
3571.53/3700.07	c inspects		: 17682083013
3571.53/3700.07	c shortcuts		: 0
3571.53/3700.07	c learnt literals	: 0
3571.53/3700.07	c learnt binary clauses	: 3
3571.53/3700.07	c learnt ternary clauses	: 126
3571.53/3700.07	c learnt constraints	: 1806576
3571.53/3700.07	c ignored constraints	: 0
3571.53/3700.07	c root simplifications	: 0
3571.53/3700.07	c removed literals (reason simplification)	: 0
3571.53/3700.07	c reason swapping (by a shorter reason)	: 0
3571.53/3700.07	c Calls to reduceDB	: 55
3571.53/3700.07	c Number of update (reduction) of LBD	: 2526419
3571.53/3700.07	c Imported unit clauses	: 0
3571.53/3700.07	c No decision after first conflict	: false
3571.53/3700.07	c number of reductions to clauses (during analyze)	: 0
3571.53/3700.07	c number of learned constraints concerned by reduction	: 0
3571.53/3700.07	c number of learning phase by resolution	: 0
3571.53/3700.07	c number of learning phase by cutting planes	: 0
3571.53/3700.07	c number of rounding to 1 operations	: 0
3571.53/3700.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3571.53/3700.07	c number of reductions of the coefficients by power 2 	: 0
3571.53/3700.07	c number of right shift for reduction by power 2 	: 0
3571.53/3700.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3571.53/3700.07	c number of ending skipping 	: 0
3571.53/3700.08	c number of internal skipping 	: 0
3571.53/3700.08	c number of derivation steps 	: 28002304
3571.53/3700.08	c number of skipped derivation steps 	: 0
3571.53/3700.08	c number of remaining unassigned 	: 0
3571.53/3700.08	c number of remaining assigned 	: 23
3571.53/3700.08	c number of falsified literals weakened from reason	: 0
3571.53/3700.08	c number of falsified literals weakened from conflict	: 0
3571.53/3700.09	c time for arithmetic operations	: 4503392
3571.53/3700.09	c minimum degree of deleted constraints	: 1
3571.53/3700.09	c maximum degree of deleted constraints	: 10
3571.53/3700.09	c number of deleted constraints	: 1701988
3571.53/3700.10	c speed (assignments/second)	: 616996.0230714312
3571.53/3700.10	c non guided choices	: 8499
3571.67/3700.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104573
3571.67/3700.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3571.67/3700.15	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12
3571.67/3700.16	s UNKNOWN
3571.67/3700.16	c Total wall clock time (in seconds): 3699.88

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (50888 MiB free)
  memory of node 1: 64465 MiB (50357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503607-1751178115/watcher-4503607-1751178115 -o /tmp/evaluation-result-4503607-1751178115/solver-4503607-1751178115 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21012 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503607-1751178115 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503607-1751178115.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21987, runsolver pid=21984

[startup+0.100075 s]*
/proc/loadavg: 4.21 4.24 4.26 5/329 22005
/proc/meminfo: memFree=103659380/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18930384 memory=48492 CPUtime=0.1 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 5795 0 0 0 7 3 0 0 20 0 18 0 33490932 19384713216 12123 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4732596 12123 5338 1 0 546987 0
[pid=21987/tid=21989] ppid=21984 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 4682 0 0 0 4 2 0 0 20 0 18 0 33490935 19384713216 12123 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33490938 19384713216 12123 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18930384 memory=58494082630061 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33490939 19384713216 12123 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48492 KiB

[startup+0.214147 s]*
/proc/loadavg: 4.21 4.24 4.26 7/329 22005
/proc/meminfo: memFree=103655284/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18930384 memory=58524 CPUtime=0.29 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 6707 0 0 0 25 4 0 0 20 0 18 0 33490932 19384713216 14631 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4732596 14631 5402 1 0 547733 0
[pid=21987/tid=21989] ppid=21984 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 5209 0 0 0 14 2 0 0 20 0 18 0 33490935 19384713216 14631 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33490938 19384713216 14631 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33490939 19384713216 14631 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58524 KiB

[startup+0.317851 s]*
/proc/loadavg: 4.21 4.24 4.26 7/329 22005
/proc/meminfo: memFree=103641484/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18930384 memory=74076 CPUtime=0.48 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 6988 0 0 0 43 5 0 0 20 0 18 0 33490932 19384713216 18519 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4732596 18519 5434 1 0 547946 0
[pid=21987/tid=21989] ppid=21984 vsize=18930384 memory=-6000919489835789165 CPUtime=0.27 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 5412 0 0 0 24 3 0 0 20 0 18 0 33490935 19384713216 18519 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33490938 19384713216 18519 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33490939 19384713216 18519 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74076 KiB

[startup+0.700363 s]
/proc/loadavg: 4.21 4.24 4.26 8/330 22006
/proc/meminfo: memFree=103555644/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18996948 memory=584092 CPUtime=1.16 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 9204 0 0 0 99 17 0 0 20 0 19 0 33490932 19452874752 146023 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4749237 146023 5466 1 0 973117 0
[pid=21987/tid=21989] ppid=21984 vsize=18996948 memory=17280 CPUtime=0.6 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 5694 0 0 0 46 14 0 0 20 0 19 0 33490935 19452874752 146023 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33490938 19452874752 146023 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33490939 19452874752 146023 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 584092 KiB

[startup+1.5003 s]
/proc/loadavg: 4.21 4.24 4.26 6/330 22006
/proc/meminfo: memFree=102278096/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18996948 memory=2323252 CPUtime=2.72 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 21839 0 0 0 213 59 0 0 20 0 19 0 33490932 19452874752 580813 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4749237 580813 5466 1 0 978940 0
[pid=21987/tid=21989] ppid=21984 vsize=18996948 memory=3200 CPUtime=1.39 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 6548 0 0 0 87 52 0 0 20 0 19 0 33490935 19452874752 580813 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33490938 19452874752 580813 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33490939 19452874752 580813 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2323252 KiB

[startup+3.10786 s]
/proc/loadavg: 4.20 4.24 4.26 7/330 22006
/proc/meminfo: memFree=101371524/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18996948 memory=2335736 CPUtime=5.19 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 23542 0 0 0 459 60 0 0 20 0 19 0 33490932 19452874752 583934 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4749237 583934 5466 1 0 980218 0
[pid=21987/tid=21989] ppid=21984 vsize=18996948 memory=11264 CPUtime=2.96 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 6679 0 0 0 244 52 0 0 20 0 19 0 33490935 19452874752 583934 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33490938 19452874752 583934 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33490939 19452874752 583934 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2335736 KiB

[startup+6.30036 s]
/proc/loadavg: 4.20 4.24 4.26 6/330 22006
/proc/meminfo: memFree=99937784/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18996948 memory=3764516 CPUtime=8.8 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 25546 0 0 0 791 89 0 0 20 0 19 0 33490932 19452874752 941129 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4749237 941129 5466 1 0 1343729 0
[pid=21987/tid=21989] ppid=21984 vsize=18996948 memory=5632 CPUtime=5.9 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 7690 0 0 0 509 81 0 0 20 0 19 0 33490935 19452874752 941129 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33490938 19452874752 941129 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18996948 memory=-6000919489835789165 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33490939 19452874752 941129 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3764516 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.27 4.27 5/330 22006
/proc/meminfo: memFree=99919328/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18996948 memory=3965288 CPUtime=16.43 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 28379 0 0 0 1547 96 0 0 20 0 19 0 33490932 19452874752 991322 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4749237 991322 5466 1 0 1454431 0
[pid=21987/tid=21989] ppid=21984 vsize=18996948 memory=3764644 CPUtime=11.91 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 8443 0 0 0 1106 85 0 0 20 0 19 0 33490935 19452874752 991322 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18996948 memory=17280 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33490938 19452874752 991322 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33490939 19452874752 991322 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 16.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3965288 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.25 4.27 6/329 22072
/proc/meminfo: memFree=106344720/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18996948 memory=4237904 CPUtime=29.63 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 33246 0 0 0 2858 105 0 0 20 0 19 0 33490932 19452874752 1059476 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4749237 1059476 5466 1 0 1454441 0
[pid=21987/tid=21989] ppid=21984 vsize=18996948 memory=3764644 CPUtime=23.99 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 9847 0 0 0 2307 92 0 0 20 0 19 0 33490935 19452874752 1059476 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18996948 memory=-6000919489835789165 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33490938 19452874752 1059476 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18996948 memory=4231724 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33490939 19452874752 1059476 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4237904 KiB

[startup+51.1138 s]
/proc/loadavg: 4.30 4.26 4.27 6/330 22074
/proc/meminfo: memFree=102562564/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=18996948 memory=5864252 CPUtime=56.06 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 37861 0 0 0 5460 146 0 0 20 0 19 0 33490932 19452874752 1466063 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4749237 1466063 5466 1 0 1853427 0
[pid=21987/tid=21989] ppid=21984 vsize=18996948 memory=5853840 CPUtime=47.92 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 12440 0 0 0 4663 129 0 0 20 0 19 0 33490935 19452874752 1466063 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=18996948 memory=4121410524702533001 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33490938 19452874752 1466063 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=18996948 memory=3773712 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33490939 19452874752 1466063 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 56.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5864252 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 4.28 4.28 6/330 22142
/proc/meminfo: memFree=100599088/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=19063512 memory=5970212 CPUtime=112.25 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 57799 0 0 0 11062 163 0 0 20 0 20 0 33490932 19521036288 1492553 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4765878 1492553 5498 1 0 1853843 0

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

/proc/21987/statm: 4765878 1810689 5498 1 0 1853850 0
[pid=21987/tid=21989] ppid=21984 vsize=19063512 memory=17280 CPUtime=3291.19 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 179117 0 0 0 328746 373 0 0 20 0 20 0 33490935 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33490938 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 2834 0 0 0 0 0 0 0 20 0 20 0 33490939 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22141] ppid=21984 vsize=19063512 memory=-6000919489835789165 CPUtime=0 cores=0,2
/proc/21987/task/22141/stat : 22141 (Timer-0) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33498725 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 3363.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7242756 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.27 4.26 6/328 22383
/proc/meminfo: memFree=100157188/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3423.29 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 300843 0 0 0 341705 624 0 0 20 0 20 0 33490932 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4765878 1810689 5498 1 0 1853850 0
[pid=21987/tid=21989] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3350.49 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 181139 0 0 0 334672 377 0 0 20 0 20 0 33490935 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33490938 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 2839 0 0 0 0 0 0 0 20 0 20 0 33490939 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22141] ppid=21984 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/21987/task/22141/stat : 22141 (Timer-0) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33498725 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 3423.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7242756 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.28 4.27 6/329 22386
/proc/meminfo: memFree=100131832/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3483.58 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 306369 0 0 0 347726 632 0 0 20 0 20 0 33490932 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4765878 1810689 5498 1 0 1853850 0
[pid=21987/tid=21989] ppid=21984 vsize=19063512 memory=14720 CPUtime=3409.86 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 185567 0 0 0 340606 380 0 0 20 0 20 0 33490935 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33490938 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 2892 0 0 0 0 0 0 0 20 0 20 0 33490939 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22141] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/22141/stat : 22141 (Timer-0) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33498725 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 3483.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7242756 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.26 4.26 2/329 22392
/proc/meminfo: memFree=100105696/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3506.76 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 308991 0 0 0 350039 637 0 0 20 0 20 0 33490932 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4765878 1810689 5498 1 0 1853850 0
[pid=21987/tid=21989] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3432.7 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) D 21984 21987 21002 0 -1 4194368 188004 0 0 0 342888 382 0 0 20 0 20 0 33490935 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33490938 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 3023 0 0 0 0 0 0 0 20 0 20 0 33490939 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22141] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/22141/stat : 22141 (Timer-0) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33498725 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 3506.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7242756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.23 4.25 2/329 22394
/proc/meminfo: memFree=100104728/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3506.8 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 308999 0 0 0 350041 639 0 0 20 0 20 0 33490932 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4765878 1810689 5498 1 0 1853850 0
[pid=21987/tid=21989] ppid=21984 vsize=19063512 memory=17280 CPUtime=3432.7 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) D 21984 21987 21002 0 -1 4194368 188004 0 0 0 342888 382 0 0 20 0 20 0 33490935 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33490938 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 3024 0 0 0 0 0 0 0 20 0 20 0 33490939 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22141] ppid=21984 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/21987/task/22141/stat : 22141 (Timer-0) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33498725 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 3506.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7242756 KiB

[startup+3642.3 s]
/proc/loadavg: 4.14 4.21 4.25 6/330 22398
/proc/meminfo: memFree=100111972/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3516.6 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 310747 0 0 0 351018 642 0 0 20 0 20 0 33490932 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4765878 1810689 5498 1 0 1853850 0
[pid=21987/tid=21989] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3442.31 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 188526 0 0 0 343848 383 0 0 20 0 20 0 33490935 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33490938 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 3024 0 0 0 0 0 0 0 20 0 20 0 33490939 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22141] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/22141/stat : 22141 (Timer-0) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33498725 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 3516.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7242756 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.27 4.23 4.25 6/330 22400
/proc/meminfo: memFree=100087264/131382112 swapFree=33010684/33010684
[pid=21987] ppid=21984 vsize=19063512 memory=7242756 CPUtime=3571.53 cores=0,2
/proc/21987/stat : 21987 (java) S 21984 21987 21002 0 -1 4194304 311746 0 0 0 356505 648 0 0 20 0 20 0 33490932 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
/proc/21987/statm: 4765878 1810689 5498 1 0 1853850 0
[pid=21987/tid=21989] ppid=21984 vsize=19063512 memory=-6000919477035231853 CPUtime=3496.5 cores=0,2
/proc/21987/task/21989/stat : 21989 (java) R 21984 21987 21002 0 -1 4194368 189472 0 0 0 349264 386 0 0 20 0 20 0 33490935 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=21998] ppid=21984 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/21987/task/21998/stat : 21998 (Finalizer) S 21984 21987 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33490938 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22005] ppid=21984 vsize=19063512 memory=6768 CPUtime=0 cores=0,2
/proc/21987/task/22005/stat : 22005 (Common-Cleaner) S 21984 21987 21002 0 -1 4194368 3028 0 0 0 0 0 0 0 20 0 20 0 33490939 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
[pid=21987/tid=22141] ppid=21984 vsize=19063512 memory=7242756 CPUtime=0 cores=0,2
/proc/21987/task/22141/stat : 22141 (Timer-0) S 21984 21987 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33498725 19521036288 1810689 18446744073709551615 93847585243136 93847585246832 140733092241472 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93847585254648 93847585255440 93847605989376 140733092243757 140733092243942 140733092243942 140733092249544 0
Current children cumulated CPU time: 3571.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7242756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3565.26 s, system=6.52226 s

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

[startup+3700.8 s]
/proc/loadavg: 4.27 4.23 4.25 4/312 22403
/proc/meminfo: memFree=100086060/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.2 s]
/proc/loadavg: 4.27 4.23 4.25 5/312 22403
/proc/meminfo: memFree=100086316/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 4.27 4.23 4.25 5/312 22403
/proc/meminfo: memFree=100086316/131382112 swapFree=33010684/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): 3701.65
CPU time (s): 3571.79
CPU user time (s): 3565.26
CPU system time (s): 6.52226
CPU usage (%): 96.4918
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7243908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.26
system time used= 6.52226
maximum resident set size= 7244036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314697
page faults= 0
swaps= 0
block input operations= 0
block output operations= 685192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129985
involuntary context switches= 13847


# summary of solver processes directly reported to runsolver:
#   pid: 21987
#   total CPU time (s): 3571.79
#   total CPU user time (s): 3565.26
#   total CPU system time (s): 6.52226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5056 second user time and 39.6541 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 08:21:55
IDJOB=4503607
IDBENCH=155524
IDSOLVER=3362
FILE ID=nodeC005/4503607-1751178115
RUNJOBID= nodeC005-1751171026-21012
SLURM_JOB_ID= 9587533
Free space on /tmp= 432952 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503607-1751178115/watcher-4503607-1751178115 -o /tmp/evaluation-result-4503607-1751178115/solver-4503607-1751178115 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21012 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503607-1751178115 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503607-1751178115.opb

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=1021589356

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        103676328 kB
MemAvailable:   106326956 kB
Buffers:            3280 kB
Cached:          3459020 kB
SwapCached:            0 kB
Active:         23928180 kB
Inactive:        3213760 kB
Active(anon):   23697728 kB
Inactive(anon):        0 kB
Active(file):     230452 kB
Inactive(file):  3213760 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60060 kB
Writeback:             0 kB
AnonPages:      23675796 kB
Mapped:           122200 kB
Shmem:             17960 kB
KReclaimable:      92088 kB
Slab:             174528 kB
SReclaimable:      92088 kB
SUnreclaim:        82440 kB
KernelStack:        5056 kB
PageTables:        50056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   24519132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23318528 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432708 MiB
End job on nodeC005 at 2025-06-29 09:23:37