Trace number 4512065

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.6 3412.17

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/
normalized-hw512-vm100p-dec.opb.negationfix.opb
MD5SUM87dcb6b5c21e845aafa503750cb7c14f
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 variables2771456
Total number of constraints11850
Number of constraints which are clauses5412
Number of constraints which are cardinality constraints (but not clauses)5412
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5412
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 1990420
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4457840
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2106806208
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.11	c Number of processors 	2
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.15	c Expensive reason simplification
0.14/0.15	c Glucose 2.1 dynamic restart strategy
0.14/0.15	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.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4512065-1751201372.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c using VERIPB proof format
0.14/0.18	c  no objective function found
43.95/37.21	c ... done. Wall clock time 37.05s.
43.95/37.21	c declared #vars     2771456
43.95/37.21	c #constraints  11850
43.95/37.21	c constraints type 
43.95/37.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5412
43.95/37.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1025
43.95/37.21	c org.sat4j.specs.Constr$1 => 1
43.95/37.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5412
43.95/37.21	c 11850 constraints processed.
99.60/87.47	c cleaning 2498 clauses out of 5000 with flag 19664/5000
153.17/138.84	c cleaning 4237 clauses out of 8503 with flag 66710/11001
223.56/205.77	c cleaning 5617 clauses out of 11266 with flag 136657/18001
311.05/289.12	c cleaning 6817 clauses out of 13651 with flag 234031/26003
428.22/397.61	c cleaning 7900 clauses out of 15831 with flag 351982/35000
553.22/517.56	c cleaning 8956 clauses out of 17935 with flag 489829/45004
702.74/646.82	c cleaning 9968 clauses out of 19976 with flag 636915/56001
842.54/781.22	c cleaning 10989 clauses out of 22008 with flag 814028/68001
994.22/927.45	c cleaning 11995 clauses out of 24019 with flag 1006870/81001
1101.05/1025.03	c cleaning 12994 clauses out of 26027 with flag 1088737/95004
1275.44/1194.26	c cleaning 13996 clauses out of 28031 with flag 1207350/110002
1408.98/1322.62	c cleaning 14993 clauses out of 30034 with flag 1363810/126001
1564.21/1466.83	c cleaning 16001 clauses out of 32040 with flag 1551179/143000
1737.68/1634.28	c cleaning 17000 clauses out of 34040 with flag 1777413/161001
1921.43/1803.67	c cleaning 17983 clauses out of 36039 with flag 1987758/180000
2137.43/2013.23	c cleaning 18984 clauses out of 38057 with flag 2144529/200001
2411.10/2271.44	c cleaning 20000 clauses out of 40073 with flag 2332549/221001
2605.81/2459.69	c cleaning 20989 clauses out of 42074 with flag 2511497/243002
2786.34/2635.22	c cleaning 22006 clauses out of 44084 with flag 2664196/266001
2998.73/2841.02	c cleaning 23000 clauses out of 46079 with flag 2879624/290002
3265.59/3092.68	c cleaning 24010 clauses out of 48079 with flag 3093150/315002
3531.46/3350.40	c cleaning 25000 clauses out of 50074 with flag 3281922/341007
3600.03/3411.75	c starts		: 102
3600.03/3411.76	c conflicts		: 347385
3600.03/3411.76	c decisions		: 91970445
3600.03/3411.76	c propagations		: 550249917
3600.03/3411.76	c inspects		: 340582397
3600.03/3411.76	c shortcuts		: 0
3600.03/3411.76	c learnt literals	: 0
3600.03/3411.76	c learnt binary clauses	: 0
3600.03/3411.76	c learnt ternary clauses	: 0
3600.03/3411.76	c learnt constraints	: 347385
3600.03/3411.76	c ignored constraints	: 0
3600.03/3411.76	c root simplifications	: 0
3600.03/3411.76	c removed literals (reason simplification)	: 1514158
3600.03/3411.76	c reason swapping (by a shorter reason)	: 0
3600.03/3411.76	c Calls to reduceDB	: 22
3600.03/3411.76	c Number of update (reduction) of LBD	: 167094
3600.03/3411.76	c Imported unit clauses	: 0
3600.03/3411.78	c No decision after first conflict	: false
3600.03/3411.78	c number of reductions to clauses (during analyze)	: 0
3600.03/3411.78	c number of learned constraints concerned by reduction	: 0
3600.03/3411.78	c number of learning phase by resolution	: 0
3600.03/3411.78	c number of learning phase by cutting planes	: 0
3600.03/3411.78	c number of rounding to 1 operations	: 0
3600.03/3411.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3411.78	c number of reductions of the coefficients by power 2 	: 0
3600.03/3411.78	c number of right shift for reduction by power 2 	: 0
3600.03/3411.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3411.79	c number of ending skipping 	: 0
3600.03/3411.79	c number of internal skipping 	: 0
3600.03/3411.79	c number of derivation steps 	: 0
3600.03/3411.79	c number of skipped derivation steps 	: 0
3600.03/3411.79	c number of remaining unassigned 	: 0
3600.03/3411.79	c number of remaining assigned 	: 0
3600.03/3411.79	c number of falsified literals weakened from reason	: 0
3600.03/3411.80	c number of falsified literals weakened from conflict	: 0
3600.23/3411.81	c time for arithmetic operations	: 0
3600.23/3411.81	c minimum degree of deleted constraints	: null
3600.23/3411.81	c maximum degree of deleted constraints	: null
3600.23/3411.81	c number of deleted constraints	: 0
3600.23/3411.83	c speed (assignments/second)	: 163062.7159599676
3600.23/3411.83	c non guided choices	: 83253850
3600.42/3411.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31452
3600.42/3411.92	s UNKNOWN
3600.42/3411.92	c Total wall clock time (in seconds): 3411.765

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512065-1751201372/watcher-4512065-1751201372 -o /tmp/evaluation-result-4512065-1751201372/solver-4512065-1751201372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23531 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512065-1751201372 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512065-1751201372.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

[startup+0.10007 s]*
/proc/loadavg: 4.95 4.47 4.29 6/336 25203
/proc/meminfo: memFree=90757196/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18930384 memory=52508 CPUtime=0.14 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 6238 0 0 0 12 2 0 0 20 0 18 0 35816728 19384713216 13127 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4732596 13127 5367 1 0 547354 0
[pid=25185/tid=25187] ppid=25182 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 5081 0 0 0 7 1 0 0 20 0 18 0 35816730 19384713216 13127 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35816732 19384713216 13127 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18930384 memory=58494082626307 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35816733 19384713216 13127 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52508 KiB

[startup+0.214817 s]*
/proc/loadavg: 4.95 4.47 4.29 7/336 25203
/proc/meminfo: memFree=90659348/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18930384 memory=145092 CPUtime=0.36 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 6860 0 0 0 32 4 0 0 20 0 18 0 35816728 19384713216 36273 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4732596 36273 5431 1 0 547822 0
[pid=25185/tid=25187] ppid=25182 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 5373 0 0 0 16 3 0 0 20 0 18 0 35816730 19384713216 36273 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18930384 memory=12896 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35816732 19384713216 36273 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35816733 19384713216 36273 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 145092 KiB

[startup+0.320732 s]*
/proc/loadavg: 4.95 4.47 4.29 8/336 25204
/proc/meminfo: memFree=90636016/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18930384 memory=172104 CPUtime=0.55 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 6967 0 0 0 50 5 0 0 20 0 18 0 35816728 19384713216 43026 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4732596 43026 5431 1 0 547874 0
[pid=25185/tid=25187] ppid=25182 vsize=18930384 memory=-6000919498426247021 CPUtime=0.3 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 5387 0 0 0 26 4 0 0 20 0 18 0 35816730 19384713216 43026 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35816732 19384713216 43026 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35816733 19384713216 43026 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 172104 KiB

[startup+0.700352 s]
/proc/loadavg: 4.95 4.47 4.29 7/337 25205
/proc/meminfo: memFree=90532776/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18996948 memory=282664 CPUtime=1.23 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 9628 0 0 0 114 9 0 0 20 0 19 0 35816728 19452874752 70154 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4749237 70666 5463 1 0 549464 0
[pid=25185/tid=25187] ppid=25182 vsize=18996948 memory=17152 CPUtime=0.58 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) S 25182 25185 23518 0 -1 4194368 5434 0 0 0 53 5 0 0 20 0 19 0 35816730 19452874752 70666 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35816732 19452874752 70666 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35816733 19452874752 70666 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 282664 KiB

[startup+1.50025 s]
/proc/loadavg: 4.95 4.47 4.29 7/337 25205
/proc/meminfo: memFree=90465100/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18996948 memory=576048 CPUtime=2.81 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 11616 0 0 0 265 16 0 0 20 0 19 0 35816728 19452874752 144012 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4749237 144012 5463 1 0 1289216 0
[pid=25185/tid=25187] ppid=25182 vsize=18996948 memory=3200 CPUtime=1.22 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 5553 0 0 0 113 9 0 0 20 0 19 0 35816730 19452874752 144012 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35816732 19452874752 144012 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35816733 19452874752 144012 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 576048 KiB

[startup+3.11442 s]
/proc/loadavg: 4.95 4.47 4.29 4/316 25234
/proc/meminfo: memFree=94916900/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18996948 memory=1361948 CPUtime=4.69 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 12912 0 0 0 433 36 0 0 20 0 19 0 35816728 19452874752 340487 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4749237 340487 5463 1 0 2250172 0
[pid=25185/tid=25187] ppid=25182 vsize=18996948 memory=11136 CPUtime=2.35 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) S 25182 25185 23518 0 -1 4194368 5791 0 0 0 215 20 0 0 20 0 19 0 35816730 19452874752 340487 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35816732 19452874752 340487 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35816733 19452874752 340487 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1361948 KiB

[startup+6.30031 s]
/proc/loadavg: 5.03 4.50 4.30 7/315 25243
/proc/meminfo: memFree=107128608/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18996948 memory=2016960 CPUtime=8.68 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 14609 0 0 0 812 56 0 0 20 0 19 0 35816728 19452874752 504240 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4749237 504240 5463 1 0 2910443 0
[pid=25185/tid=25187] ppid=25182 vsize=18996948 memory=5760 CPUtime=4.67 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 6081 0 0 0 438 29 0 0 20 0 19 0 35816730 19452874752 504240 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35816732 19452874752 504240 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18996948 memory=-6000919498426247021 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35816733 19452874752 504240 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2016960 KiB

[startup+12.7004 s]
/proc/loadavg: 5.03 4.50 4.30 5/336 25271
/proc/meminfo: memFree=100926944/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18996948 memory=6530900 CPUtime=17.05 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 20019 0 0 0 1546 159 0 0 20 0 19 0 35816728 19452874752 1632725 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4749237 1632725 5495 1 0 3145549 0
[pid=25185/tid=25187] ppid=25182 vsize=18996948 memory=0 CPUtime=10.18 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 8466 0 0 0 900 118 0 0 20 0 19 0 35816730 19452874752 1632725 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35816732 19452874752 1632725 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18996948 memory=6201060 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35816733 19452874752 1632725 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 17.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6530900 KiB

[startup+25.5003 s]
/proc/loadavg: 4.87 4.50 4.30 6/336 25271
/proc/meminfo: memFree=93589740/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=18996948 memory=7168596 CPUtime=30.91 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 25547 0 0 0 2913 178 0 0 20 0 19 0 35816728 19452874752 1792149 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4749237 1792149 5495 1 0 3290086 0
[pid=25185/tid=25187] ppid=25182 vsize=18996948 memory=649916 CPUtime=21.4 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 9320 0 0 0 2009 131 0 0 20 0 19 0 35816730 19452874752 1792149 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35816732 19452874752 1792149 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=18996948 memory=2059968 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35816733 19452874752 1792149 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 30.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7168596 KiB

[startup+51.1146 s]
/proc/loadavg: 4.64 4.47 4.30 5/341 25276
/proc/meminfo: memFree=89097192/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=8940120 CPUtime=61.39 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 39426 0 0 0 5909 230 0 0 20 0 21 0 35816728 19589197824 2235030 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 2235030 5495 1 0 3696726 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=211309297979 CPUtime=44.73 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 13859 0 0 0 4303 170 0 0 20 0 21 0 35816730 19589197824 2235030 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=-6000919468428519277 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 2235030 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=17152 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 2235030 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=8187884 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 2235030 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 61.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8940120 KiB

[startup+102.301 s]
/proc/loadavg: 4.53 4.46 4.30 6/342 25279
/proc/meminfo: memFree=85827584/131382120 swapFree=33010684/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=9490296 CPUtime=115.51 cores=5,7

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

Current children cumulated memory: 16036348 KiB

[startup+3102.3 s]
/proc/loadavg: 4.64 4.64 4.52 5/341 25659
/proc/meminfo: memFree=615236/131382120 swapFree=33010672/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=16036348 CPUtime=3275.66 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 446928 0 0 0 324604 2962 0 0 20 0 21 0 35816728 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 4009087 5527 1 0 4084255 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=164 CPUtime=2880.16 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 191574 0 0 0 285530 2486 0 0 20 0 21 0 35816730 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=4752 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 2750 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=5760 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 3275.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16036348 KiB

[startup+3162.3 s]
/proc/loadavg: 4.38 4.57 4.50 5/341 25661
/proc/meminfo: memFree=874920/131382120 swapFree=33010416/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=16036348 CPUtime=3338.15 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 450453 0 0 0 330812 3003 0 0 20 0 21 0 35816728 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 4009087 5527 1 0 4084255 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=164 CPUtime=2935.21 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 193057 0 0 0 291002 2519 0 0 20 0 21 0 35816730 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=14304 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 2827 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 3338.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16036348 KiB

[startup+3222.3 s]
/proc/loadavg: 4.43 4.55 4.50 5/341 25663
/proc/meminfo: memFree=745216/131382120 swapFree=33010416/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=16036348 CPUtime=3400.36 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 455294 0 0 0 336992 3044 0 0 20 0 21 0 35816728 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 4009087 5527 1 0 4084255 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=164 CPUtime=2992.15 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 196291 0 0 0 296660 2555 0 0 20 0 21 0 35816730 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 2912 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=14304 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 3400.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16036348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.53 4.49 5/314 25699
/proc/meminfo: memFree=45051848/131382120 swapFree=33010416/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=16036348 CPUtime=3462.19 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 459109 0 0 0 343133 3086 0 0 20 0 21 0 35816728 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 4009087 5527 1 0 4084255 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=14304 CPUtime=3049.21 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 198482 0 0 0 302329 2592 0 0 20 0 21 0 35816730 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 2921 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=16036348 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 3462.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16036348 KiB

[startup+3342.3 s]
/proc/loadavg: 3.64 4.28 4.41 5/309 25701
/proc/meminfo: memFree=44464084/131382120 swapFree=33010416/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=16036348 CPUtime=3523.21 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 464384 0 0 0 349198 3123 0 0 20 0 21 0 35816728 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 4009087 5527 1 0 4084255 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=16036348 CPUtime=3105.95 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 203053 0 0 0 307970 2625 0 0 20 0 21 0 35816730 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=14304 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=5220 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 2967 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=225 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 4009087 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 3523.21 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16036348 KiB

[startup+3402.3 s]
/proc/loadavg: 3.41 4.09 4.33 5/309 25703
/proc/meminfo: memFree=43458628/131382120 swapFree=33010416/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=16124548 CPUtime=3590.24 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 483759 0 0 0 355849 3175 0 0 20 0 21 0 35816728 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 4031137 5527 1 0 4084264 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=16040580 CPUtime=3160.85 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 207549 0 0 0 313419 2666 0 0 20 0 21 0 35816730 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=17152 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=14304 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 2977 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=14304 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 3590.24 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16124548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3411.7 s]
/proc/loadavg: 3.35 4.05 4.32 4/309 25703
/proc/meminfo: memFree=43316512/131382120 swapFree=33010416/33010684
[pid=25185] ppid=25182 vsize=19130076 memory=16124548 CPUtime=3600.03 cores=5,7
/proc/25185/stat : 25185 (java) S 25182 25185 23518 0 -1 4194304 484956 0 0 0 356823 3180 0 0 20 0 21 0 35816728 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
/proc/25185/statm: 4782519 4031137 5527 1 0 4084264 0
[pid=25185/tid=25187] ppid=25182 vsize=19130076 memory=17152 CPUtime=3169.33 cores=5,7
/proc/25185/task/25187/stat : 25187 (java) R 25182 25185 23518 0 -1 4194368 207783 0 0 0 314264 2669 0 0 20 0 21 0 35816730 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25196] ppid=25182 vsize=19130076 memory=14304 CPUtime=0 cores=5,7
/proc/25185/task/25196/stat : 25196 (Finalizer) S 25182 25185 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35816732 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25203] ppid=25182 vsize=19130076 memory=14304 CPUtime=0 cores=5,7
/proc/25185/task/25203/stat : 25203 (Common-Cleaner) S 25182 25185 23518 0 -1 4194368 2977 0 0 0 0 0 0 0 20 0 21 0 35816733 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
[pid=25185/tid=25272] ppid=25182 vsize=19130076 memory=16124548 CPUtime=0 cores=5,7
/proc/25185/task/25272/stat : 25272 (Timer-0) S 25182 25185 23518 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 35820461 19589197824 4031137 18446744073709551615 94551332618240 94551332621936 140730438943312 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94551332629752 94551332630544 94551350145024 140730438945072 140730438945254 140730438945254 140730438950856 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16124548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3568.68 s, system=31.9197 s

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

[startup+3412 s]*
/proc/loadavg: 3.35 4.05 4.32 4/289 25706
/proc/meminfo: memFree=59417232/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3412.11 s]
/proc/loadavg: 3.35 4.05 4.32 4/289 25706
/proc/meminfo: memFree=59417232/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): 3412.17
CPU time (s): 3600.6
CPU user time (s): 3568.68
CPU system time (s): 31.9197
CPU usage (%): 105.522
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16125316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3568.68
system time used= 31.9197
maximum resident set size= 16125572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 57477128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148776
involuntary context switches= 41399


# summary of solver processes directly reported to runsolver:
#   pid: 25185
#   total CPU time (s): 3600.6
#   total CPU user time (s): 3568.68
#   total CPU system time (s): 31.9197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6126 second user time and 33.6334 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 14:49:34
IDJOB=4512065
IDBENCH=160491
IDSOLVER=3364
FILE ID=nodeC006/4512065-1751201372
RUNJOBID= nodeC006-1751194066-23531
SLURM_JOB_ID= 9587594
Free space on /tmp= 432668 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm100p-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-4512065-1751201372/watcher-4512065-1751201372 -o /tmp/evaluation-result-4512065-1751201372/solver-4512065-1751201372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23531 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512065-1751201372 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512065-1751201372.opb

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

MD5SUM BENCH= 87dcb6b5c21e845aafa503750cb7c14f
RANDOM SEED=1397602325

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		: 3654.386
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		: 3635.830
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.920
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.257
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		: 3661.172
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		: 3521.768
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.528
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.139
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:        90777168 kB
MemAvailable:   105085100 kB
Buffers:            3280 kB
Cached:         15102212 kB
SwapCached:            0 kB
Active:         25129432 kB
Inactive:       14853872 kB
Active(anon):   24896180 kB
Inactive(anon):        0 kB
Active(file):     233252 kB
Inactive(file): 14853872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            722408 kB
Writeback:             0 kB
AnonPages:      24880820 kB
Mapped:           122544 kB
Shmem:             17960 kB
KReclaimable:     120484 kB
Slab:             221584 kB
SReclaimable:     120484 kB
SUnreclaim:       101100 kB
KernelStack:        5168 kB
PageTables:        52496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   35902644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  24590336 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= 432796 MiB
End job on nodeC006 at 2025-06-29 15:46:26