Trace number 4512029

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.56 3360.2

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
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 benchmark13.8301
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.14	c Free memory 		2106806208
0.11/0.14	c Max memory 		16282288128
0.11/0.14	c Total memory 		2113929216
0.11/0.15	c Number of processors 	2
0.11/0.19	c Pseudo Boolean Optimization by upper bound
0.11/0.19	c --- Begin Solver configuration ---
0.11/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.19	c Learn all clauses as in MiniSAT
0.11/0.19	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.19	c Expensive reason simplification
0.11/0.19	c Glucose 2.1 dynamic restart strategy
0.11/0.19	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.11/0.19	c timeout=2147483s
0.11/0.19	c DB Simplification allowed=false
0.11/0.19	c Listener: none
0.11/0.19	c --- End Solver configuration ---
0.11/0.19	c solving HOME/instance-4512029-1751201280.opb
0.11/0.19	c reading problem ... 
0.11/0.19	c using VERIPB proof format
0.11/0.21	c  no objective function found
45.02/37.64	c ... done. Wall clock time 37.447s.
45.02/37.64	c declared #vars     2766336
45.02/37.64	c #constraints  11830
45.02/37.64	c constraints type 
45.02/37.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5402
45.02/37.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
45.02/37.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5402
45.02/37.64	c 11830 constraints processed.
107.28/93.41	c cleaning 2487 clauses out of 5002 with flag 26533/5002
176.83/159.60	c cleaning 4236 clauses out of 8515 with flag 85999/11002
244.58/223.73	c cleaning 5612 clauses out of 11279 with flag 164485/18002
338.53/306.59	c cleaning 6827 clauses out of 13665 with flag 256956/26000
415.70/380.07	c cleaning 7894 clauses out of 15839 with flag 307312/35001
500.77/454.28	c cleaning 8944 clauses out of 17946 with flag 386488/45002
545.13/495.87	c cleaning 9959 clauses out of 20000 with flag 454423/56000
605.25/552.68	c cleaning 10970 clauses out of 22042 with flag 522708/68001
676.65/616.80	c cleaning 11985 clauses out of 24073 with flag 613723/81002
750.77/686.77	c cleaning 12999 clauses out of 26088 with flag 715556/95002
819.81/751.91	c cleaning 14014 clauses out of 28091 with flag 801763/110004
882.11/810.86	c cleaning 14996 clauses out of 30073 with flag 872427/126000
952.52/877.77	c cleaning 15995 clauses out of 32078 with flag 955577/143001
1023.92/940.53	c cleaning 16999 clauses out of 34082 with flag 1033337/161000
1098.40/1011.43	c cleaning 18003 clauses out of 36084 with flag 1122458/180001
1196.33/1105.10	c cleaning 18998 clauses out of 38081 with flag 1245247/200001
1300.19/1204.40	c cleaning 19998 clauses out of 40082 with flag 1361918/221000
1425.83/1318.30	c cleaning 20995 clauses out of 42084 with flag 1483120/243000
1556.21/1443.19	c cleaning 22001 clauses out of 44091 with flag 1616285/266002
1683.64/1565.18	c cleaning 22992 clauses out of 46089 with flag 1769270/290001
1824.95/1693.55	c cleaning 23994 clauses out of 48097 with flag 1913724/315001
1964.04/1826.49	c cleaning 25016 clauses out of 50102 with flag 2041291/341000
2101.69/1958.36	c cleaning 26009 clauses out of 52087 with flag 2173953/368001
2251.82/2096.46	c cleaning 27004 clauses out of 54077 with flag 2316265/396000
2600.30/2423.68	c cleaning 27999 clauses out of 56076 with flag 2501888/425003
2818.86/2618.94	c cleaning 28998 clauses out of 58074 with flag 2715438/455000
3293.01/3067.19	c cleaning 29994 clauses out of 60076 with flag 2979629/486000
3600.01/3359.54	c starts		: 87
3600.01/3359.56	c conflicts		: 510187
3600.01/3359.57	c decisions		: 81723393
3600.01/3359.57	c propagations		: 655815672
3600.01/3359.57	c inspects		: 442430193
3600.01/3359.57	c shortcuts		: 0
3600.01/3359.57	c learnt literals	: 0
3600.01/3359.57	c learnt binary clauses	: 0
3600.01/3359.57	c learnt ternary clauses	: 0
3600.01/3359.57	c learnt constraints	: 510187
3600.01/3359.57	c ignored constraints	: 0
3600.01/3359.57	c root simplifications	: 0
3600.01/3359.58	c removed literals (reason simplification)	: 665579
3600.01/3359.58	c reason swapping (by a shorter reason)	: 0
3600.01/3359.58	c Calls to reduceDB	: 27
3600.01/3359.58	c Number of update (reduction) of LBD	: 174547
3600.01/3359.58	c Imported unit clauses	: 0
3600.01/3359.58	c No decision after first conflict	: false
3600.01/3359.58	c number of reductions to clauses (during analyze)	: 0
3600.01/3359.58	c number of learned constraints concerned by reduction	: 0
3600.01/3359.58	c number of learning phase by resolution	: 0
3600.01/3359.58	c number of learning phase by cutting planes	: 0
3600.01/3359.58	c number of rounding to 1 operations	: 0
3600.01/3359.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3359.58	c number of reductions of the coefficients by power 2 	: 0
3600.01/3359.59	c number of right shift for reduction by power 2 	: 0
3600.01/3359.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3359.59	c number of ending skipping 	: 0
3600.01/3359.59	c number of internal skipping 	: 0
3600.01/3359.59	c number of derivation steps 	: 0
3600.01/3359.59	c number of skipped derivation steps 	: 0
3600.01/3359.59	c number of remaining unassigned 	: 0
3600.01/3359.59	c number of remaining assigned 	: 0
3600.01/3359.59	c number of falsified literals weakened from reason	: 0
3600.01/3359.59	c number of falsified literals weakened from conflict	: 0
3600.01/3359.59	c time for arithmetic operations	: 0
3600.01/3359.59	c minimum degree of deleted constraints	: null
3600.01/3359.59	c maximum degree of deleted constraints	: null
3600.01/3359.60	c number of deleted constraints	: 0
3600.01/3359.60	c speed (assignments/second)	: 197425.95935795648
3600.01/3359.60	c non guided choices	: 72874237
3600.41/3359.71	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 54269
3600.41/3359.72	s UNKNOWN
3600.41/3359.72	c Total wall clock time (in seconds): 3359.53

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512029-1751201280/watcher-4512029-1751201280 -o /tmp/evaluation-result-4512029-1751201280/solver-4512029-1751201280 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23528 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512029-1751201280 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512029-1751201280.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=25106, runsolver pid=25103


[startup+0.100073 s]*
/proc/loadavg: 4.40 4.28 4.21 5/331 25124
/proc/meminfo: memFree=85416920/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18930384 memory=48680 CPUtime=0.11 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 5837 0 0 0 8 3 0 0 20 0 18 0 35807620 19384713216 12170 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4732596 12170 5335 1 0 547032 0
[pid=25106/tid=25108] ppid=25103 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 4725 0 0 0 5 2 0 0 20 0 18 0 35807621 19384713216 12170 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35807626 19384713216 12170 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18930384 memory=58494082626307 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35807627 19384713216 12202 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48680 KiB

[startup+0.21431 s]*
/proc/loadavg: 4.40 4.28 4.21 7/331 25124
/proc/meminfo: memFree=85351132/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18930384 memory=140920 CPUtime=0.32 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 6847 0 0 0 26 6 0 0 20 0 18 0 35807620 19384713216 35230 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4732596 35230 5431 1 0 547825 0
[pid=25106/tid=25108] ppid=25103 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 5343 0 0 0 14 5 0 0 20 0 18 0 35807621 19384713216 35230 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18930384 memory=12896 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35807626 19384713216 35230 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35807627 19384713216 35230 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 140920 KiB

[startup+0.319452 s]*
/proc/loadavg: 4.40 4.28 4.21 8/331 25124
/proc/meminfo: memFree=85330652/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18930384 memory=157856 CPUtime=0.51 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 6961 0 0 0 44 7 0 0 20 0 18 0 35807620 19384713216 39464 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4732596 39464 5431 1 0 547882 0
[pid=25106/tid=25108] ppid=25103 vsize=18930384 memory=-6000919494265497453 CPUtime=0.29 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 5353 0 0 0 24 5 0 0 20 0 18 0 35807621 19384713216 39464 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35807626 19384713216 39464 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35807627 19384713216 39464 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 157856 KiB

[startup+0.700283 s]
/proc/loadavg: 4.45 4.29 4.22 6/332 25125
/proc/meminfo: memFree=85249116/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18996948 memory=263636 CPUtime=1.18 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 8954 0 0 0 108 10 0 0 20 0 19 0 35807620 19452874752 65909 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4749237 65909 5463 1 0 549285 0
[pid=25106/tid=25108] ppid=25103 vsize=18996948 memory=17152 CPUtime=0.59 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 5399 0 0 0 52 7 0 0 20 0 19 0 35807621 19452874752 65909 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35807626 19452874752 65909 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35807627 19452874752 65909 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 263636 KiB

[startup+1.50025 s]
/proc/loadavg: 4.45 4.29 4.22 7/332 25125
/proc/meminfo: memFree=85173140/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18996948 memory=639300 CPUtime=2.75 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 10540 0 0 0 257 18 0 0 20 0 19 0 35807620 19452874752 159825 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4749237 159825 5463 1 0 1339143 0
[pid=25106/tid=25108] ppid=25103 vsize=18996948 memory=3200 CPUtime=1.19 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) S 25103 25106 23518 0 -1 4194368 5550 0 0 0 107 12 0 0 20 0 19 0 35807621 19452874752 159825 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35807626 19452874752 159825 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35807627 19452874752 159825 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 639300 KiB

[startup+3.11588 s]
/proc/loadavg: 4.45 4.29 4.22 6/332 25125
/proc/meminfo: memFree=84049912/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18996948 memory=1353144 CPUtime=4.77 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 11712 0 0 0 444 33 0 0 20 0 19 0 35807620 19452874752 338286 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4749237 338286 5463 1 0 2252056 0
[pid=25106/tid=25108] ppid=25103 vsize=18996948 memory=11136 CPUtime=2.47 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) S 25103 25106 23518 0 -1 4194368 5784 0 0 0 226 21 0 0 20 0 19 0 35807621 19452874752 338286 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35807626 19452874752 338286 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35807627 19452874752 338286 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1353144 KiB

[startup+6.30041 s]
/proc/loadavg: 4.49 4.30 4.22 5/332 25125
/proc/meminfo: memFree=83154028/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18996948 memory=2093928 CPUtime=8.8 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 13047 0 0 0 830 50 0 0 20 0 19 0 35807620 19452874752 523482 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4749237 523482 5463 1 0 2751481 0
[pid=25106/tid=25108] ppid=25103 vsize=18996948 memory=5760 CPUtime=4.9 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 6086 0 0 0 463 27 0 0 20 0 19 0 35807621 19452874752 523482 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35807626 19452874752 523482 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18996948 memory=-6000919494265497453 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35807627 19452874752 523482 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2093928 KiB

[startup+12.7004 s]
/proc/loadavg: 4.45 4.30 4.22 5/333 25126
/proc/meminfo: memFree=78022652/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18996948 memory=6313632 CPUtime=17.2 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 17009 0 0 0 1583 137 0 0 20 0 19 0 35807620 19452874752 1578408 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4749237 1578408 5527 1 0 3038361 0
[pid=25106/tid=25108] ppid=25103 vsize=18996948 memory=2287088 CPUtime=10.4 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 8231 0 0 0 936 104 0 0 20 0 19 0 35807621 19452874752 1578408 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18996948 memory=17152 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35807626 19452874752 1578408 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18996948 memory=14304 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35807627 19452874752 1578408 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 17.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6313632 KiB

[startup+25.5004 s]
/proc/loadavg: 4.38 4.29 4.22 6/332 25126
/proc/meminfo: memFree=76765476/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=18996948 memory=7452680 CPUtime=31.51 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 24295 0 0 0 2983 168 0 0 20 0 19 0 35807620 19452874752 1863170 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4749237 1863170 5527 1 0 3411308 0
[pid=25106/tid=25108] ppid=25103 vsize=18996948 memory=2287088 CPUtime=21.39 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 8910 0 0 0 2014 125 0 0 20 0 19 0 35807621 19452874752 1863170 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=18996948 memory=-6000919494265497453 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35807626 19452874752 1863170 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=18996948 memory=7126760 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35807627 19452874752 1863170 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 31.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7452680 KiB

[startup+51.1142 s]
/proc/loadavg: 4.44 4.31 4.23 5/336 25131
/proc/meminfo: memFree=74697324/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=8672108 CPUtime=62.65 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 37658 0 0 0 6063 202 0 0 20 0 21 0 35807620 19589197824 2168027 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4782519 2168027 5527 1 0 3657180 0
[pid=25106/tid=25108] ppid=25103 vsize=19130076 memory=6311580 CPUtime=44.7 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 13158 0 0 0 4320 150 0 0 20 0 21 0 35807621 19589197824 2168027 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19130076 memory=14304 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35807626 19589197824 2168027 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19130076 memory=6313632 CPUtime=0 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 21 0 35807627 19589197824 2168027 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25130] ppid=25103 vsize=19130076 memory=8661692 CPUtime=0 cores=0,2
/proc/25106/task/25130/stat : 25130 (Timer-0) S 25103 25106 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35811395 19589197824 2168027 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 62.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8672108 KiB

[startup+102.3 s]
/proc/loadavg: 5.03 4.50 4.30 6/336 25271
/proc/meminfo: memFree=101693800/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=10078492 CPUtime=117.1 cores=0,2

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

Current children cumulated CPU time: 3267.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16090768 KiB

[startup+3102.3 s]
/proc/loadavg: 4.94 4.64 4.50 6/339 25655
/proc/meminfo: memFree=1604536/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=16090768 CPUtime=3333.33 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 579907 0 0 0 330308 3025 0 0 20 0 21 0 35807620 19589197824 4022692 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4782519 4022692 5527 1 0 4084546 0
[pid=25106/tid=25108] ppid=25103 vsize=19130076 memory=16090768 CPUtime=2923.9 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 247624 0 0 0 289807 2583 0 0 20 0 21 0 35807621 19589197824 4022692 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19130076 memory=-6000919494265497453 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35807626 19589197824 4022692 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19130076 memory=16090768 CPUtime=0.01 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 3018 0 0 0 0 1 0 0 20 0 21 0 35807627 19589197824 4022692 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25130] ppid=25103 vsize=19130076 memory=14304 CPUtime=0 cores=0,2
/proc/25106/task/25130/stat : 25130 (Timer-0) S 25103 25106 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35811395 19589197824 4022692 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 3333.33 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16090768 KiB

[startup+3162.3 s]
/proc/loadavg: 4.74 4.66 4.52 5/341 25658
/proc/meminfo: memFree=666596/131382120 swapFree=33010684/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=16090896 CPUtime=3398.4 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 589529 0 0 0 336764 3076 0 0 20 0 21 0 35807620 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4782519 4022724 5527 1 0 4084546 0
[pid=25106/tid=25108] ppid=25103 vsize=19130076 memory=-6000919494265497453 CPUtime=2979.77 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 248809 0 0 0 295349 2628 0 0 20 0 21 0 35807621 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19130076 memory=16090768 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35807626 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19130076 memory=16090768 CPUtime=0.01 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 3018 0 0 0 0 1 0 0 20 0 21 0 35807627 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25130] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25130/stat : 25130 (Timer-0) S 25103 25106 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35811395 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 3398.4 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16090896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.61 4.51 5/341 25660
/proc/meminfo: memFree=623384/131382120 swapFree=33010672/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=16090896 CPUtime=3460.08 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 594976 0 0 0 342889 3119 0 0 20 0 21 0 35807620 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4782519 4022724 5527 1 0 4084546 0
[pid=25106/tid=25108] ppid=25103 vsize=19130076 memory=14304 CPUtime=3036.43 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 252359 0 0 0 300976 2667 0 0 20 0 21 0 35807621 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35807626 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0.01 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 3113 0 0 0 0 1 0 0 20 0 21 0 35807627 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25130] ppid=25103 vsize=19130076 memory=7224 CPUtime=0 cores=0,2
/proc/25106/task/25130/stat : 25130 (Timer-0) S 25103 25106 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35811395 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 3460.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16090896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.43 4.56 4.50 5/341 25662
/proc/meminfo: memFree=762016/131382120 swapFree=33010416/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=16090896 CPUtime=3521.33 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 602960 0 0 0 348979 3154 0 0 20 0 21 0 35807620 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4782519 4022724 5527 1 0 4084546 0
[pid=25106/tid=25108] ppid=25103 vsize=19130076 memory=16090896 CPUtime=3093.84 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 257775 0 0 0 306686 2698 0 0 20 0 21 0 35807621 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35807626 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19130076 memory=14304 CPUtime=0.01 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 3171 0 0 0 0 1 0 0 20 0 21 0 35807627 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25130] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25130/stat : 25130 (Timer-0) S 25103 25106 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35811395 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 3521.33 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16090896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.44 4.55 4.50 5/340 25664
/proc/meminfo: memFree=655540/131382120 swapFree=33010416/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=16090896 CPUtime=3582.68 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 606543 0 0 0 355081 3187 0 0 20 0 21 0 35807620 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4782519 4022724 5527 1 0 4084546 0
[pid=25106/tid=25108] ppid=25103 vsize=19130076 memory=-6000919494265497453 CPUtime=3150.95 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 260702 0 0 0 312368 2727 0 0 20 0 21 0 35807621 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35807626 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0.01 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 3176 0 0 0 0 1 0 0 20 0 21 0 35807627 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25130] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25130/stat : 25130 (Timer-0) S 25103 25106 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35811395 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 3582.68 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16090896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3359.5 s]
/proc/loadavg: 4.42 4.54 4.50 5/340 25665
/proc/meminfo: memFree=601476/131382120 swapFree=33010416/33010684
[pid=25106] ppid=25103 vsize=19130076 memory=16090896 CPUtime=3600.01 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 609717 0 0 0 356805 3196 0 0 20 0 21 0 35807620 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4782519 4022724 5527 1 0 4084546 0
[pid=25106/tid=25108] ppid=25103 vsize=19130076 memory=-6000919494265497453 CPUtime=3167.41 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 262927 0 0 0 314005 2736 0 0 20 0 21 0 35807621 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35807626 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0.01 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 3176 0 0 0 0 1 0 0 20 0 21 0 35807627 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25130] ppid=25103 vsize=19130076 memory=16090896 CPUtime=0 cores=0,2
/proc/25106/task/25130/stat : 25130 (Timer-0) S 25103 25106 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35811395 19589197824 4022724 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16090896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3568.49 s, system=32.0718 s

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

[startup+3359.61 s]
/proc/loadavg: 4.42 4.54 4.50 5/340 25665
/proc/meminfo: memFree=601476/131382120 swapFree=33010416/33010684
[pid=25106] ppid=25103 vsize=19329768 memory=16091664 CPUtime=3600.22 cores=0,2
/proc/25106/stat : 25106 (java) S 25103 25106 23518 0 -1 4194304 612065 0 0 0 356825 3197 0 0 20 0 22 0 35807620 19793682432 4022916 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
/proc/25106/statm: 4832442 4022916 5559 1 0 4085452 0
[pid=25106/tid=25108] ppid=25103 vsize=19329768 memory=-6000919494265497453 CPUtime=3167.52 cores=0,2
/proc/25106/task/25108/stat : 25108 (java) R 25103 25106 23518 0 -1 4194368 263069 0 0 0 314016 2736 0 0 20 0 22 0 35807621 19793682432 4022916 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25117] ppid=25103 vsize=19329768 memory=4252 CPUtime=0 cores=0,2
/proc/25106/task/25117/stat : 25117 (Finalizer) S 25103 25106 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 35807626 19793682432 4022916 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
[pid=25106/tid=25124] ppid=25103 vsize=19329768 memory=3200 CPUtime=0.01 cores=0,2
/proc/25106/task/25124/stat : 25124 (Common-Cleaner) S 25103 25106 23518 0 -1 4194368 3176 0 0 0 0 1 0 0 20 0 22 0 35807627 19793682432 4022916 18446744073709551615 94121993904128 94121993907824 140736706105488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94121993915640 94121993916432 94121995923456 140736706107696 140736706107878 140736706107878 140736706113480 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 16091664 KiB

[startup+3360 s]*
/proc/loadavg: 4.42 4.54 4.50 4/321 25668
/proc/meminfo: memFree=16610444/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3360.11 s]
/proc/loadavg: 4.42 4.54 4.50 4/321 25668
/proc/meminfo: memFree=16610444/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3360.2
CPU time (s): 3600.56
CPU user time (s): 3568.49
CPU system time (s): 32.0718
CPU usage (%): 107.153
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16091664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3568.49
system time used= 32.0718
maximum resident set size= 16091792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 613007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60814224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139788
involuntary context switches= 26353


# summary of solver processes directly reported to runsolver:
#   pid: 25106
#   total CPU time (s): 3600.56
#   total CPU user time (s): 3568.49
#   total CPU system time (s): 32.0718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3533 second user time and 36.0402 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 14:48:03
IDJOB=4512029
IDBENCH=160490
IDSOLVER=3364
FILE ID=nodeC006/4512029-1751201280
RUNJOBID= nodeC006-1751194066-23528
SLURM_JOB_ID= 9587594
Free space on /tmp= 432800 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512029-1751201280/watcher-4512029-1751201280 -o /tmp/evaluation-result-4512029-1751201280/solver-4512029-1751201280 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23528 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512029-1751201280 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512029-1751201280.opb

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=705084521

nodeC006 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		: 3292.102
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.32
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		: 3563.944
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.32
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		: 1196.229
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.32
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.219
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.32
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		: 2793.663
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.32
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		: 3659.426
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.32
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.184
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.32
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.731
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        85432476 kB
MemAvailable:   110917524 kB
Buffers:            3280 kB
Cached:         26265180 kB
SwapCached:            0 kB
Active:         19308096 kB
Inactive:       26017132 kB
Active(anon):   19074844 kB
Inactive(anon):        0 kB
Active(file):     233252 kB
Inactive(file): 26017132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            200812 kB
Writeback:             0 kB
AnonPages:      19059848 kB
Mapped:           122392 kB
Shmem:             17960 kB
KReclaimable:     148196 kB
Slab:             233932 kB
SReclaimable:     148196 kB
SUnreclaim:        85736 kB
KernelStack:        5072 kB
PageTables:        40976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   26176396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18692096 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432660 MiB
End job on nodeC006 at 2025-06-29 15:44:03