Trace number 4492659

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.2 3479.29

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga45_44_sat_pb.cnf.cr.opb
MD5SUM22ff1b27b1346b420f30d5bfddd05ac2
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 benchmark0.028517
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2970
Total number of constraints2113
Number of constraints which are clauses2024
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.47/0.38	c Pseudo Boolean Optimization by upper bound
0.47/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	c  - never skip resolution steps
0.47/0.38	c  - Auto-division on coefficients is disabled
0.47/0.38	c  - No postprocessing
0.47/0.38	c  - Conflict is considered as is when resolving
0.47/0.38	c  - Use constraints as they come during conflict analysis
0.47/0.38	c  - Weaken first using unassigned literals
0.47/0.38	c  - Bump strategy: ALWAYS_ONE
0.47/0.38	c  - Bumper: EFFECTIVE
0.47/0.38	c --- Begin Solver configuration ---
0.47/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.47/0.38	c Learn all clauses as in MiniSAT
0.47/0.38	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	c No reason simplification
0.47/0.38	c Dynamic restart strategy considering the size of the coefficients
0.47/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.47/0.38	c timeout=2147483s
0.47/0.38	c DB Simplification allowed=false
0.47/0.38	c Listener: none
0.47/0.38	c --- End Solver configuration ---
0.47/0.38	c solving HOME/instance-4492659-1751146490.opb
0.47/0.38	c reading problem ... 
0.47/0.38	c using VERIPB proof format
0.47/0.39	c  no objective function found
1.16/0.79	c ... done. Wall clock time 0.408s.
1.16/0.79	c declared #vars     2970
1.16/0.79	c #constraints  2113
1.16/0.79	c constraints type 
1.16/0.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
1.16/0.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2024
1.16/0.79	c 2113 constraints processed.
78.49/67.61	c cleaning 2502 clauses out of 5003 with flag 0/5003
145.38/136.71	c cleaning 4249 clauses out of 8498 with flag 0/11000
245.45/234.70	c cleaning 5623 clauses out of 11249 with flag 0/18000
351.87/339.16	c cleaning 6813 clauses out of 13626 with flag 0/26000
464.67/450.44	c cleaning 7901 clauses out of 15813 with flag 0/35000
585.73/569.73	c cleaning 8956 clauses out of 17912 with flag 0/45000
739.66/721.18	c cleaning 9965 clauses out of 19957 with flag 0/56001
921.18/901.45	c cleaning 10995 clauses out of 21991 with flag 0/68000
1148.16/1125.72	c cleaning 11993 clauses out of 23998 with flag 0/81002
1401.90/1375.57	c cleaning 12998 clauses out of 26006 with flag 0/95003
1691.01/1661.32	c cleaning 14001 clauses out of 28007 with flag 0/110002
1953.75/1919.09	c cleaning 14997 clauses out of 30004 with flag 0/126000
2259.59/2218.32	c cleaning 16004 clauses out of 32007 with flag 0/143000
2639.92/2578.76	c cleaning 17000 clauses out of 34005 with flag 0/161002
3065.38/2976.25	c cleaning 17996 clauses out of 36003 with flag 0/180000
3516.49/3401.41	c cleaning 18986 clauses out of 38007 with flag 0/200000
3600.06/3479.22	c starts		: 22
3600.06/3479.23	c timeout
3600.06/3479.23	c conflicts		: 205176
3600.06/3479.23	c decisions		: 593950
3600.06/3479.23	c propagations		: 20162630
3600.06/3479.23	c inspects		: 1100683397
3600.06/3479.23	c shortcuts		: 0
3600.06/3479.23	c learnt literals	: 0
3600.06/3479.23	c learnt binary clauses	: 0
3600.06/3479.23	c learnt ternary clauses	: 0
3600.06/3479.23	c learnt constraints	: 205175
3600.06/3479.23	c ignored constraints	: 0
3600.06/3479.23	c root simplifications	: 0
3600.06/3479.23	c removed literals (reason simplification)	: 0
3600.06/3479.23	c reason swapping (by a shorter reason)	: 0
3600.06/3479.23	c Calls to reduceDB	: 16
3600.06/3479.23	c Number of update (reduction) of LBD	: 239027
3600.06/3479.23	c Imported unit clauses	: 0
3600.06/3479.23	c No decision after first conflict	: false
3600.06/3479.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3479.23	c number of learned constraints concerned by reduction	: 0
3600.06/3479.23	c number of learning phase by resolution	: 0
3600.06/3479.23	c number of learning phase by cutting planes	: 0
3600.06/3479.23	c number of rounding to 1 operations	: 0
3600.06/3479.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3479.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3479.23	c number of right shift for reduction by power 2 	: 0
3600.06/3479.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3479.23	c number of ending skipping 	: 0
3600.06/3479.23	c number of internal skipping 	: 0
3600.06/3479.23	c number of derivation steps 	: 9310819
3600.06/3479.23	c number of skipped derivation steps 	: 0
3600.06/3479.23	c number of remaining unassigned 	: 2505034
3600.06/3479.23	c number of remaining assigned 	: 281811961
3600.06/3479.24	c number of falsified literals weakened from reason	: 0
3600.06/3479.24	c number of falsified literals weakened from conflict	: 0
3600.06/3479.24	c time for arithmetic operations	: 24369710238
3600.06/3479.24	c minimum degree of deleted constraints	: 5
3600.06/3479.24	c maximum degree of deleted constraints	: 2958099487396378422672051338626772561448495499259036643638992590911639926802015706341596847482835288543813839926291369201745736098129999848513882705187915605515485136685760086150961361157720733228560030203685140240102937509295138115596404971087520682590586482092213224678418885248886037304430445388443467017702880403871701131819920
3600.06/3479.24	c number of deleted constraints	: 180979
3600.06/3479.24	c speed (assignments/second)	: 5796.45927382944
3600.06/3479.24	c non guided choices	: 947
3600.06/3479.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 127
3600.06/3479.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24069
3600.06/3479.26	s UNKNOWN
3600.06/3479.26	c Total wall clock time (in seconds): 3478.876

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100073 s]*
/proc/loadavg: 4.71 4.04 3.76 8/329 15971
/proc/meminfo: memFree=114542528/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=18930384 memory=48380 CPUtime=0.12 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 5803 0 0 0 9 3 0 0 20 0 18 0 30328170 19384713216 12095 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4732596 12095 5304 1 0 547013 0
[pid=15953/tid=15955] ppid=15950 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 4646 0 0 0 5 2 0 0 20 0 18 0 30328172 19384713216 12095 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30328177 19384713216 12127 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=18930384 memory=58494082638250 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30328178 19384713216 12127 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48380 KiB

[startup+0.216276 s]*
/proc/loadavg: 4.71 4.04 3.76 6/329 15971
/proc/meminfo: memFree=114540784/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=18930384 memory=55548 CPUtime=0.3 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 6520 0 0 0 26 4 0 0 20 0 18 0 30328170 19384713216 13887 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4732596 13887 5368 1 0 547588 0
[pid=15953/tid=15955] ppid=15950 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 5033 0 0 0 16 2 0 0 20 0 18 0 30328172 19384713216 13887 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30328177 19384713216 13919 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30328178 19384713216 13919 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55548 KiB

[startup+0.318488 s]*
/proc/loadavg: 4.71 4.04 3.76 6/329 15971
/proc/meminfo: memFree=114536688/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=18930384 memory=58964 CPUtime=0.47 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 6804 0 0 0 42 5 0 0 20 0 18 0 30328170 19384713216 14741 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4732596 14741 5432 1 0 547814 0
[pid=15953/tid=15955] ppid=15950 vsize=18930384 memory=-6000919507065988974 CPUtime=0.28 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 5226 0 0 0 25 3 0 0 20 0 18 0 30328172 19384713216 14741 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30328177 19384713216 14741 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30328178 19384713216 14741 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58964 KiB

[startup+0.700401 s]
/proc/loadavg: 4.71 4.04 3.76 7/329 15971
/proc/meminfo: memFree=114526732/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=18930384 memory=108296 CPUtime=1.16 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 8277 0 0 0 109 7 0 0 20 0 18 0 30328170 19384713216 27074 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4732596 27074 5464 1 0 548681 0
[pid=15953/tid=15955] ppid=15950 vsize=18930384 memory=17408 CPUtime=0.63 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 5401 0 0 0 59 4 0 0 20 0 18 0 30328172 19384713216 27074 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30328177 19384713216 27074 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30328178 19384713216 27074 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 108296 KiB

[startup+1.50027 s]
/proc/loadavg: 4.71 4.04 3.76 7/331 15973
/proc/meminfo: memFree=114435676/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19063512 memory=168964 CPUtime=2.72 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 15676 0 0 0 262 10 0 0 20 0 20 0 30328170 19521036288 42241 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4765878 42241 5464 1 0 552268 0
[pid=15953/tid=15955] ppid=15950 vsize=19063512 memory=3328 CPUtime=1.39 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 6334 0 0 0 134 5 0 0 20 0 20 0 30328172 19521036288 42241 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328177 19521036288 42241 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30328178 19521036288 42241 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328251 19521036288 42241 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168964 KiB

[startup+3.10557 s]
/proc/loadavg: 4.71 4.04 3.76 7/331 15973
/proc/meminfo: memFree=114407480/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19063512 memory=182164 CPUtime=5.69 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 20842 0 0 0 558 11 0 0 20 0 20 0 30328170 19521036288 45541 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4765878 45541 5464 1 0 554331 0
[pid=15953/tid=15955] ppid=15950 vsize=19063512 memory=14340 CPUtime=2.96 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 6716 0 0 0 290 6 0 0 20 0 20 0 30328172 19521036288 45541 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328177 19521036288 45541 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 30328178 19521036288 45541 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328251 19521036288 45541 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182164 KiB

[startup+6.30024 s]
/proc/loadavg: 4.73 4.06 3.77 7/331 15973
/proc/meminfo: memFree=114181328/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19063512 memory=419632 CPUtime=10.46 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 26565 0 1 0 1028 18 0 0 20 0 20 0 30328170 19521036288 104908 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4765878 104908 5464 1 0 554438 0
[pid=15953/tid=15955] ppid=15950 vsize=19063512 memory=0 CPUtime=6.08 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 7953 0 1 0 598 10 0 0 20 0 20 0 30328172 19521036288 104908 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328177 19521036288 104908 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 30328178 19521036288 104908 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19063512 memory=169092 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328251 19521036288 104908 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 10.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 419632 KiB

[startup+12.7004 s]
/proc/loadavg: 4.75 4.08 3.78 5/331 15974
/proc/meminfo: memFree=113225272/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19063512 memory=1380336 CPUtime=18.78 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 33331 0 1 0 1839 39 0 0 20 0 20 0 30328170 19521036288 345084 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4765878 345084 5464 1 0 554937 0
[pid=15953/tid=15955] ppid=15950 vsize=19063512 memory=169092 CPUtime=12.2 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 9207 0 1 0 1192 28 0 0 20 0 20 0 30328172 19521036288 345084 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19063512 memory=1343412 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328177 19521036288 345084 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 30328178 19521036288 345084 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328251 19521036288 345084 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 18.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380336 KiB

[startup+25.5005 s]
/proc/loadavg: 5.01 4.17 3.81 5/331 15974
/proc/meminfo: memFree=111809508/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19063512 memory=2248616 CPUtime=35.36 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 45568 0 1 0 3475 61 0 0 20 0 20 0 30328170 19521036288 562154 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4765878 562154 5464 1 0 863894 0
[pid=15953/tid=15955] ppid=15950 vsize=19063512 memory=0 CPUtime=24.68 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 10704 0 1 0 2424 44 0 0 20 0 20 0 30328172 19521036288 562154 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328177 19521036288 562154 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19063512 memory=1947920 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 30328178 19521036288 562154 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19063512 memory=1412464 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328251 19521036288 562154 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 35.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2248616 KiB

[startup+51.1137 s]
/proc/loadavg: 4.72 4.17 3.82 5/331 15974
/proc/meminfo: memFree=110581324/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19063512 memory=3212556 CPUtime=61.42 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 46524 0 1 0 6058 84 0 0 20 0 20 0 30328170 19521036288 803139 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4765878 803139 5464 1 0 1008039 0
[pid=15953/tid=15955] ppid=15950 vsize=19063512 memory=2346876 CPUtime=49.38 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 11155 0 1 0 4875 63 0 0 20 0 20 0 30328172 19521036288 803139 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30328177 19521036288 803139 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 30328178 19521036288 803139 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0

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

/proc/meminfo: memFree=104434252/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=2815196 CPUtime=3199.28 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 202388 0 1 0 319241 687 0 0 20 0 21 0 30328170 19589197824 703799 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 703799 5528 1 0 716154 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=0 CPUtime=3027.37 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 85014 0 1 0 302334 403 0 0 20 0 21 0 30328172 19589197824 703799 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 703799 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=4760 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 703799 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=17408 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 703799 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3199.28 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2815196 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.37 4.31 5/331 16635
/proc/meminfo: memFree=102196340/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3262.88 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 206555 0 1 0 325545 743 0 0 20 0 21 0 30328170 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 787245 5528 1 0 799767 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=0 CPUtime=3086.11 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 86452 0 1 0 308160 451 0 0 20 0 21 0 30328172 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=4760 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1739 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=14340 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3262.88 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3148980 KiB

[startup+3222.3 s]
/proc/loadavg: 4.42 4.38 4.32 5/331 16637
/proc/meminfo: memFree=102148992/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3324.95 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 209733 0 1 0 331741 754 0 0 20 0 21 0 30328170 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 787245 5528 1 0 799767 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=4760 CPUtime=3144.95 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 88583 0 1 0 314038 457 0 0 20 0 21 0 30328172 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=4224 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1739 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3324.95 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3148980 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.36 4.31 5/330 16639
/proc/meminfo: memFree=102099272/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3389.12 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 214277 0 1 0 338145 767 0 0 20 0 21 0 30328170 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 787245 5528 1 0 799770 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3203.7 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 90515 0 1 0 319908 462 0 0 20 0 21 0 30328172 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1774 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=12544 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3389.12 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3148980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.34 4.31 5/330 16641
/proc/meminfo: memFree=102050840/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3454.87 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 216531 0 1 0 344707 780 0 0 20 0 21 0 30328170 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 787245 5528 1 0 799770 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3261.95 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 90755 0 1 0 325729 466 0 0 20 0 21 0 30328172 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=14340 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1817 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3454.87 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3148980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.32 4.30 5/330 16644
/proc/meminfo: memFree=100232544/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3517.39 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 217205 0 1 0 350949 790 0 0 20 0 21 0 30328170 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 787245 5528 1 0 799771 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3320.98 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 91419 0 1 0 331627 471 0 0 20 0 21 0 30328172 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1817 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 787245 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3517.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3148980 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.27 4.28 6/330 16646
/proc/meminfo: memFree=100442424/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=2707272 CPUtime=3581.6 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 221582 0 1 0 357356 804 0 0 20 0 21 0 30328170 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 676818 5528 1 0 689107 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=3148980 CPUtime=3379.54 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 93681 0 1 0 337476 478 0 0 20 0 21 0 30328172 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=3148980 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1817 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3581.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2707272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3479.2 s]
/proc/loadavg: 4.18 4.28 4.28 5/329 16646
/proc/meminfo: memFree=100426580/131382112 swapFree=33010684/33010684
[pid=15953] ppid=15950 vsize=19130076 memory=2707272 CPUtime=3600.06 cores=4,6
/proc/15953/stat : 15953 (java) S 15950 15953 15143 0 -1 4194304 224878 0 1 0 359197 809 0 0 20 0 21 0 30328170 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
/proc/15953/statm: 4782519 676818 5528 1 0 689107 0
[pid=15953/tid=15955] ppid=15950 vsize=19130076 memory=-6000919507065988974 CPUtime=3395.83 cores=4,6
/proc/15953/task/15955/stat : 15955 (java) R 15950 15953 15143 0 -1 4194368 95055 0 1 0 339103 480 0 0 20 0 21 0 30328172 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15964] ppid=15950 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/15953/task/15964/stat : 15964 (Finalizer) S 15950 15953 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30328177 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15971] ppid=15950 vsize=19130076 memory=-6000919507065988974 CPUtime=0 cores=4,6
/proc/15953/task/15971/stat : 15971 (Common-Cleaner) S 15950 15953 15143 0 -1 4194368 1817 0 0 0 0 0 0 0 20 0 21 0 30328178 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
[pid=15953/tid=15972] ppid=15950 vsize=19130076 memory=17408 CPUtime=0 cores=4,6
/proc/15953/task/15972/stat : 15972 (Timer-0) S 15950 15953 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30328251 19589197824 676818 18446744073709551615 94597023956992 94597023960688 140728301216048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597023968504 94597023969296 94597037408256 140728301218093 140728301218278 140728301218278 140728301223880 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2707272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.08 s, system=8.11284 s

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

Child status: 143

Real time (s): 3479.29
CPU time (s): 3600.2
CPU user time (s): 3592.08
CPU system time (s): 8.11284
CPU usage (%): 103.475
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 4867468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.08
system time used= 8.11284
maximum resident set size= 4867468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 3038144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127035
involuntary context switches= 20556


# summary of solver processes directly reported to runsolver:
#   pid: 15953
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3592.08
#   total CPU system time (s): 8.11284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3449 second user time and 33.7783 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-28 23:34:50
IDJOB=4492659
IDBENCH=147816
IDSOLVER=3362
FILE ID=nodeC007/4492659-1751146490
RUNJOBID= nodeC007-1751145946-15154
SLURM_JOB_ID= 9587454
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga45_44_sat_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492659-1751146490/watcher-4492659-1751146490 -o /tmp/evaluation-result-4492659-1751146490/solver-4492659-1751146490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15154 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492659-1751146490 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492659-1751146490.opb

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

MD5SUM BENCH= 22ff1b27b1346b420f30d5bfddd05ac2
RANDOM SEED=130525726

nodeC007 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		: 3661.064
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.68
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		: 3544.152
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.270
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.68
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.641
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.68
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		: 1198.161
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.68
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		: 3544.055
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.68
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.200
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.68
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.203
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114563364 kB
MemAvailable:   115141288 kB
Buffers:            3280 kB
Cached:          1388768 kB
SwapCached:            0 kB
Active:         15122376 kB
Inactive:        1144100 kB
Active(anon):   14892488 kB
Inactive(anon):        0 kB
Active(file):     229888 kB
Inactive(file):  1144100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             40544 kB
Writeback:            48 kB
AnonPages:      14875620 kB
Mapped:           122216 kB
Shmem:             17960 kB
KReclaimable:      87124 kB
Slab:             170124 kB
SReclaimable:      87124 kB
SUnreclaim:        83000 kB
KernelStack:        5040 kB
PageTables:        32512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   16634816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14557184 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC007 at 2025-06-29 00:32:50