Trace number 4494639

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.33 3566.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.15436
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.20/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.20/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.20/0.35	c See www.sat4j.org for details.
0.20/0.37	c version PB25.v20250606
0.20/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.20/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.20/0.39	c java.vm.version	22.0.1+8-16
0.20/0.39	c java.vm.vendor	Oracle Corporation
0.20/0.39	c sun.arch.data.model	64
0.20/0.39	c java.version		22.0.1
0.20/0.39	c os.name		Linux
0.20/0.39	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.20/0.39	c os.arch		amd64
0.20/0.40	c Free memory 		2104792832
0.20/0.40	c Max memory 		16282288128
0.20/0.40	c Total memory 		2113929216
0.20/0.42	c Number of processors 	2
0.49/0.61	c Pseudo Boolean Optimization by upper bound
0.49/0.61	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.61	c  - never skip resolution steps
0.49/0.61	c  - Auto-division on coefficients is disabled
0.49/0.61	c  - No postprocessing
0.49/0.61	c  - Conflict is considered as is when resolving
0.49/0.61	c  - Use constraints as they come during conflict analysis
0.49/0.61	c  - Weaken first using unassigned literals
0.49/0.61	c  - Bump strategy: ALWAYS_ONE
0.49/0.61	c  - Bumper: EFFECTIVE
0.49/0.61	c --- Begin Solver configuration ---
0.49/0.61	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.49/0.61	c Learn all clauses as in MiniSAT
0.49/0.61	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.61	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.61	c No reason simplification
0.49/0.61	c Dynamic restart strategy considering the size of the coefficients
0.49/0.61	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.49/0.61	c timeout=2147483s
0.49/0.61	c DB Simplification allowed=false
0.49/0.61	c Listener: none
0.49/0.61	c --- End Solver configuration ---
0.49/0.61	c solving HOME/instance-4494639-1751157827.opb
0.49/0.61	c reading problem ... 
0.66/0.61	c using VERIPB proof format
0.66/0.61	c  no objective function found
1.02/0.81	c ... done. Wall clock time 0.2s.
1.02/0.81	c declared #vars     231
1.02/0.81	c #constraints  2707
1.02/0.81	c constraints type 
1.02/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.02/0.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.02/0.81	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
1.02/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.02/0.82	c 2707 constraints processed.
21.65/15.78	c cleaning 2494 clauses out of 5000 with flag 0/5000
53.49/45.33	c cleaning 4255 clauses out of 8511 with flag 0/11005
107.01/97.97	c cleaning 5616 clauses out of 11252 with flag 0/18001
176.59/166.11	c cleaning 6810 clauses out of 13635 with flag 0/26000
264.84/253.76	c cleaning 7909 clauses out of 15825 with flag 0/35000
387.29/374.61	c cleaning 8956 clauses out of 17918 with flag 0/45002
531.68/517.64	c cleaning 9974 clauses out of 19962 with flag 0/56002
696.38/681.32	c cleaning 10987 clauses out of 21986 with flag 0/68000
944.40/929.37	c cleaning 11998 clauses out of 23999 with flag 0/81000
1169.71/1153.62	c cleaning 12996 clauses out of 26003 with flag 0/95002
1412.54/1394.40	c cleaning 13997 clauses out of 28006 with flag 0/110001
1700.75/1680.82	c cleaning 14998 clauses out of 30008 with flag 0/126000
2029.77/2007.50	c cleaning 15996 clauses out of 32011 with flag 0/143001
2436.38/2412.46	c cleaning 17005 clauses out of 34015 with flag 0/161001
2848.57/2820.33	c cleaning 18003 clauses out of 36010 with flag 0/180001
3313.24/3281.31	c cleaning 18997 clauses out of 38006 with flag 0/200000
3600.04/3565.83	c starts		: 20
3600.04/3565.85	c timeout
3600.04/3565.88	c conflicts		: 214277
3600.04/3565.88	c decisions		: 286697
3600.04/3565.88	c propagations		: 8259472
3600.04/3565.88	c inspects		: 2660294960
3600.04/3565.88	c shortcuts		: 0
3600.04/3565.88	c learnt literals	: 0
3600.04/3565.88	c learnt binary clauses	: 0
3600.04/3565.88	c learnt ternary clauses	: 12
3600.04/3565.88	c learnt constraints	: 214277
3600.04/3565.88	c ignored constraints	: 0
3600.04/3565.88	c root simplifications	: 0
3600.04/3565.88	c removed literals (reason simplification)	: 0
3600.04/3565.88	c reason swapping (by a shorter reason)	: 0
3600.04/3565.88	c Calls to reduceDB	: 16
3600.04/3565.88	c Number of update (reduction) of LBD	: 284425
3600.04/3565.88	c Imported unit clauses	: 0
3600.04/3565.88	c No decision after first conflict	: false
3600.04/3565.88	c number of reductions to clauses (during analyze)	: 0
3600.04/3565.88	c number of learned constraints concerned by reduction	: 0
3600.04/3565.88	c number of learning phase by resolution	: 0
3600.04/3565.88	c number of learning phase by cutting planes	: 0
3600.04/3565.88	c number of rounding to 1 operations	: 0
3600.04/3565.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3565.88	c number of reductions of the coefficients by power 2 	: 0
3600.04/3565.88	c number of right shift for reduction by power 2 	: 0
3600.04/3565.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3565.89	c number of ending skipping 	: 0
3600.04/3565.89	c number of internal skipping 	: 0
3600.04/3565.89	c number of derivation steps 	: 2197816
3600.04/3565.89	c number of skipped derivation steps 	: 0
3600.04/3565.89	c number of remaining unassigned 	: 1397445
3600.04/3565.89	c number of remaining assigned 	: 26290242
3600.04/3565.89	c number of falsified literals weakened from reason	: 0
3600.04/3565.89	c number of falsified literals weakened from conflict	: 0
3600.04/3565.89	c time for arithmetic operations	: 6922693908
3600.04/3565.89	c minimum degree of deleted constraints	: 1
3600.04/3565.90	c maximum degree of deleted constraints	: 4836424505918940917981535079845359007224519804512033464215806944480676302548090621445758224577755768114205214208209641985710121720573778723551499365911285133386047551679959911789291552768196640671986764290621314619868023979692575900905022580501912669464997621782132768363096268271412237525777751768480293993194930611087033736422892636239020704825023739968662620102585992266170442315427218411152707763053238972648
3600.04/3565.90	c number of deleted constraints	: 180991
3600.04/3565.90	c speed (assignments/second)	: 2316.7730505604927
3600.04/3565.90	c non guided choices	: 121
3600.22/3565.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1925
3600.22/3565.96	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 181
3600.22/3565.96	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31180
3600.22/3565.96	s UNKNOWN
3600.22/3565.96	c Total wall clock time (in seconds): 3565.355

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494639-1751157827/watcher-4494639-1751157827 -o /tmp/evaluation-result-4494639-1751157827/solver-4494639-1751157827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19986 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494639-1751157827 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494639-1751157827.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
Current StackSize limit: 8192 KiB

solver pid=20021, runsolver pid=20015

[startup+0.10008 s]*
/proc/loadavg: 0.89 2.47 3.45 5/251 20031
/proc/meminfo: memFree=130054460/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=483604 memory=13184 CPUtime=0.01 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 703 0 133 0 0 1 0 0 20 0 2 0 31462470 495210496 3296 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16784588 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 120901 3296 2880 1 0 2499 0
[pid=20021/tid=20029] ppid=20015 vsize=483604 memory=4026531960 CPUtime=0 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) D 20015 20021 19975 0 -1 4194368 148 0 65 0 0 0 0 0 20 0 2 0 31462478 495210496 3296 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 483604 KiB
Current children cumulated memory: 13184 KiB

[startup+0.214737 s]*
/proc/loadavg: 0.89 2.47 3.45 5/267 20050
/proc/meminfo: memFree=129990240/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=18730704 memory=39248 CPUtime=0.07 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 4964 0 318 0 3 4 0 0 20 0 16 0 31462470 19180240896 9812 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4682676 9812 4087 1 0 545993 0
[pid=20021/tid=20029] ppid=20015 vsize=18730704 memory=3472328132922704156 CPUtime=0.06 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) S 20015 20021 19975 0 -1 4194368 4283 0 248 0 3 3 0 0 20 0 16 0 31462478 19180240896 9812 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=18730704 memory=16142 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 16 0 31462493 19180240896 9812 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20065] ppid=20015 vsize=18796240 memory=58494082614266 CPUtime=0 cores=4,6
/proc/20021/task/20065/stat : 20065 (java) R 20015 20021 19975 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 16 0 31462493 19247349760 9812 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18730704 KiB
Current children cumulated memory: 39248 KiB

[startup+0.314995 s]*
/proc/loadavg: 0.89 2.47 3.45 9/302 20085
/proc/meminfo: memFree=129975384/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=18930384 memory=48500 CPUtime=0.2 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 5747 0 388 0 15 5 0 0 20 0 18 0 31462470 19384713216 12125 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4732596 12125 5207 1 0 547121 0
[pid=20021/tid=20029] ppid=20015 vsize=18930384 memory=-6000919498493422701 CPUtime=0.13 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) S 20015 20021 19975 0 -1 4194368 4650 0 276 0 10 3 0 0 20 0 18 0 31462478 19384713216 12125 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 31462493 19384713216 12125 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 18 0 31462495 19384713216 12125 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48500 KiB

[startup+0.700394 s]
/proc/loadavg: 0.89 2.47 3.45 8/302 20085
/proc/meminfo: memFree=129935592/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=18930384 memory=64124 CPUtime=0.82 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 6912 0 395 0 75 7 0 0 20 0 18 0 31462470 19384713216 16031 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4732596 16031 5367 1 0 547973 0
[pid=20021/tid=20029] ppid=20015 vsize=18930384 memory=17024 CPUtime=0.45 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 5214 0 281 0 41 4 0 0 20 0 18 0 31462478 19384713216 16031 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=18930384 memory=10624 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 31462493 19384713216 16031 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=18930384 memory=22004 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 18 0 31462495 19384713216 16031 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64124 KiB

[startup+1.50036 s]
/proc/loadavg: 0.89 2.47 3.45 13/325 20115
/proc/meminfo: memFree=129755392/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=18996948 memory=152804 CPUtime=2.39 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 12902 0 395 0 227 12 0 0 20 0 19 0 31462470 19452874752 38201 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4749237 38201 5367 1 0 550114 0
[pid=20021/tid=20029] ppid=20015 vsize=18996948 memory=22004 CPUtime=1.09 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 5859 0 281 0 102 7 0 0 20 0 19 0 31462478 19452874752 38201 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 31462493 19452874752 38201 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 19 0 31462495 19452874752 38201 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31462553 19452874752 38201 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152804 KiB

[startup+3.10605 s]
/proc/loadavg: 0.89 2.47 3.45 10/329 20119
/proc/meminfo: memFree=125732360/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=280512 CPUtime=5.57 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 21634 0 395 0 540 17 0 0 20 0 20 0 31462470 19521036288 70128 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 70128 5431 1 0 554776 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=0 CPUtime=2.6 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 6477 0 281 0 250 10 0 0 20 0 20 0 31462478 19521036288 70128 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 70128 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 52 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 70128 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 70128 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 280512 KiB

[startup+6.30025 s]
/proc/loadavg: 1.46 2.56 3.48 7/329 20119
/proc/meminfo: memFree=123489008/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=662392 CPUtime=11.02 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 23186 0 395 0 1075 27 0 0 20 0 20 0 31462470 19521036288 165598 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 165598 5431 1 0 555572 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=0 CPUtime=5.7 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 6814 0 281 0 553 17 0 0 20 0 20 0 31462478 19521036288 165598 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 165598 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=161748 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 52 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 165598 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 165598 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 11.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 662392 KiB

[startup+12.7004 s]
/proc/loadavg: 1.82 2.62 3.49 6/307 20130
/proc/meminfo: memFree=124882184/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=1336408 CPUtime=18.46 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 24756 0 395 0 1802 44 0 0 20 0 20 0 31462470 19521036288 334102 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 334102 5431 1 0 555589 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=-6000919485658852461 CPUtime=11.95 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 7877 0 281 0 1163 32 0 0 20 0 20 0 31462478 19521036288 334102 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=1336408 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 334102 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 52 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 334102 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 334102 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 18.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336408 KiB

[startup+25.5005 s]
/proc/loadavg: 2.61 2.75 3.52 6/330 20186
/proc/meminfo: memFree=122470700/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=1759780 CPUtime=32.39 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 34706 0 395 0 3182 57 0 0 20 0 20 0 31462470 19521036288 439945 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 439945 5431 1 0 662180 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=7597678585818735463 CPUtime=24.43 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 11179 0 281 0 2400 43 0 0 20 0 20 0 31462478 19521036288 439945 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=1759268 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 439945 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=1759652 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 65 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 439945 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 439945 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 32.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1759780 KiB

[startup+51.1097 s]
/proc/loadavg: 3.33 2.91 3.55 5/329 20253
/proc/meminfo: memFree=121643744/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=1764036 CPUtime=59.45 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 45518 0 395 0 5882 63 0 0 20 0 20 0 31462470 19521036288 441009 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 441009 5431 1 0 662196 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=17024 CPUtime=49.46 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 14856 0 281 0 4900 46 0 0 20 0 20 0 31462478 19521036288 441009 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=1764036 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 441009 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=1764036 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 65 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 441009 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=1759268 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 441009 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 59.45 s
Current children cumulated vsize: 19063512 KiB

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

/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2174 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=22744 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3192.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/329 20959
/proc/meminfo: memFree=112724252/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3253.56 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 171722 0 395 0 324909 447 0 0 20 0 20 0 31462470 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 913519 5463 1 0 925441 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3158.97 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 83767 0 281 0 315686 211 0 0 20 0 20 0 31462478 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2174 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3253.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/330 20964
/proc/meminfo: memFree=112650024/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3314.24 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 172456 0 395 0 330973 451 0 0 20 0 20 0 31462470 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 913519 5463 1 0 925447 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3217.75 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 84278 0 281 0 321562 213 0 0 20 0 20 0 31462478 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2250 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3314.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/330 20966
/proc/meminfo: memFree=112617572/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3374.86 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 174396 0 395 0 337028 458 0 0 20 0 20 0 31462470 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 913519 5463 1 0 925449 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3276.58 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 85764 0 281 0 327442 216 0 0 20 0 20 0 31462478 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2372 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3374.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/329 20969
/proc/meminfo: memFree=112563328/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3435.38 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 176301 0 395 0 343074 464 0 0 20 0 20 0 31462470 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 913519 5463 1 0 925449 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3335.58 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 87273 0 281 0 333339 219 0 0 20 0 20 0 31462478 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2372 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3435.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/331 20977
/proc/meminfo: memFree=112502136/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3495.76 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 176624 0 395 0 349106 470 0 0 20 0 20 0 31462470 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 913519 5463 1 0 925449 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3394.7 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 87459 0 281 0 339249 221 0 0 20 0 20 0 31462478 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2432 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3495.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.20 4.18 5/331 20979
/proc/meminfo: memFree=112477592/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3556.15 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 177059 0 395 0 355140 475 0 0 20 0 20 0 31462470 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 913519 5463 1 0 925449 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=17024 CPUtime=3453.49 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 87869 0 281 0 345126 223 0 0 20 0 20 0 31462478 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2432 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=3654076 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3556.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.8 s]
/proc/loadavg: 4.32 4.21 4.19 6/332 21048
/proc/meminfo: memFree=116318152/131382112 swapFree=33010684/33010684
[pid=20021] ppid=20015 vsize=19063512 memory=3654076 CPUtime=3600.04 cores=4,6
/proc/20021/stat : 20021 (java) S 20015 20021 19975 0 -1 4194304 178716 0 395 0 359525 479 0 0 20 0 20 0 31462470 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
/proc/20021/statm: 4765878 913519 5463 1 0 925459 0
[pid=20021/tid=20029] ppid=20015 vsize=19063512 memory=4252 CPUtime=3496.11 cores=4,6
/proc/20021/task/20029/stat : 20029 (java) R 20015 20021 19975 0 -1 4194368 89159 0 281 0 349386 225 0 0 20 0 20 0 31462478 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20056] ppid=20015 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/20021/task/20056/stat : 20056 (Finalizer) S 20015 20021 19975 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 31462493 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20073] ppid=20015 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/20021/task/20073/stat : 20073 (Common-Cleaner) S 20015 20021 19975 0 -1 4194368 2432 0 1 0 0 0 0 0 20 0 20 0 31462495 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
[pid=20021/tid=20091] ppid=20015 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/20021/task/20091/stat : 20091 (Timer-0) S 20015 20021 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31462553 19521036288 913519 18446744073709551615 94149936930816 94149936934512 140736118709648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94149936942328 94149936943120 94149963960320 140736118716717 140736118716902 140736118716902 140736118722504 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654076 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.5 s, system=4.82621 s

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

[startup+3566 s]*
/proc/loadavg: 4.32 4.21 4.19 6/311 21051
/proc/meminfo: memFree=119955860/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3566.02
CPU time (s): 3600.33
CPU user time (s): 3595.5
CPU system time (s): 4.82621
CPU usage (%): 100.962
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3655100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.5
system time used= 4.82621
maximum resident set size= 3655100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181439
page faults= 395
swaps= 0
block input operations= 36952
block output operations= 1010104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133233
involuntary context switches= 15630


# summary of solver processes directly reported to runsolver:
#   pid: 20021
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3595.5
#   total CPU system time (s): 4.82621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4346 second user time and 37.1538 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 02:43:47
IDJOB=4494639
IDBENCH=147898
IDSOLVER=3362
FILE ID=nodeC009/4494639-1751157827
RUNJOBID= nodeC009-1751157827-19986
SLURM_JOB_ID= 9587490
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494639-1751157827/watcher-4494639-1751157827 -o /tmp/evaluation-result-4494639-1751157827/solver-4494639-1751157827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19986 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494639-1751157827 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494639-1751157827.opb

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=1973733809

nodeC009 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		: 1197.334
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.85
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		: 1197.300
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.85
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.233
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.85
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.288
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.85
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		: 1197.680
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.85
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		: 1197.471
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.85
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.238
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.85
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.234
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130053960 kB
MemAvailable:   129932300 kB
Buffers:            3280 kB
Cached:           688560 kB
SwapCached:            0 kB
Active:           292160 kB
Inactive:         478092 kB
Active(anon):      96372 kB
Inactive(anon):        0 kB
Active(file):     195788 kB
Inactive(file):   478092 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:         81428 kB
Mapped:           101464 kB
Shmem:             17960 kB
KReclaimable:      87792 kB
Slab:             168556 kB
SReclaimable:      87792 kB
SUnreclaim:        80764 kB
KernelStack:        3880 kB
PageTables:         2404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     348628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC009 at 2025-06-29 03:43:13