Trace number 4495035

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.28 3571.48

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940.opb
MD5SUM1e015d6c46c188cbdc8b67cd75b35286
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.10138
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 661
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2106806208
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.11	c Number of processors 	2
0.15/0.19	c Pseudo Boolean Optimization by upper bound
0.15/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.19	c  - never skip resolution steps
0.15/0.19	c  - Auto-division on coefficients is disabled
0.15/0.19	c  - No postprocessing
0.15/0.19	c  - Conflict is considered as is when resolving
0.15/0.19	c  - Use constraints as they come during conflict analysis
0.15/0.19	c  - Weaken first using unassigned literals
0.15/0.19	c  - Bump strategy: ALWAYS_ONE
0.15/0.19	c  - Bumper: EFFECTIVE
0.15/0.19	c --- Begin Solver configuration ---
0.15/0.19	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.15/0.19	c Learn all clauses as in MiniSAT
0.15/0.19	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.19	c No reason simplification
0.15/0.19	c Dynamic restart strategy considering the size of the coefficients
0.15/0.19	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.15/0.19	c timeout=2147483s
0.15/0.19	c DB Simplification allowed=false
0.15/0.19	c Listener: none
0.15/0.19	c --- End Solver configuration ---
0.15/0.19	c solving HOME/instance-4495035-1751158758.opb
0.15/0.19	c reading problem ... 
0.15/0.19	c using VERIPB proof format
0.15/0.19	c  no objective function found
0.52/0.35	c ... done. Wall clock time 0.163s.
0.52/0.35	c declared #vars     231
0.52/0.35	c #constraints  2707
0.52/0.35	c constraints type 
0.52/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.52/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.52/0.35	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.52/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.52/0.35	c 2707 constraints processed.
19.43/14.70	c cleaning 2501 clauses out of 5001 with flag 0/5001
54.78/47.43	c cleaning 4247 clauses out of 8499 with flag 0/11000
110.80/102.08	c cleaning 5625 clauses out of 11253 with flag 0/18001
190.33/179.91	c cleaning 6809 clauses out of 13627 with flag 0/26000
299.74/288.30	c cleaning 7903 clauses out of 15819 with flag 0/35001
439.93/427.08	c cleaning 8948 clauses out of 17915 with flag 0/45000
603.59/589.57	c cleaning 9980 clauses out of 19969 with flag 0/56002
805.58/790.58	c cleaning 10984 clauses out of 21987 with flag 0/68000
1060.55/1044.04	c cleaning 11994 clauses out of 24003 with flag 0/81000
1419.18/1402.62	c cleaning 13004 clauses out of 26010 with flag 0/95001
1746.34/1728.63	c cleaning 13995 clauses out of 28005 with flag 0/110000
2121.12/2101.55	c cleaning 14998 clauses out of 30011 with flag 0/126001
2475.50/2453.61	c cleaning 15995 clauses out of 32012 with flag 0/143000
2881.88/2857.47	c cleaning 17002 clauses out of 34018 with flag 0/161001
3398.64/3370.63	c cleaning 18003 clauses out of 36016 with flag 0/180001
3600.04/3571.32	c starts		: 37
3600.04/3571.32	c conflicts		: 188511
3600.04/3571.32	c decisions		: 233780
3600.04/3571.32	c propagations		: 7405582
3600.04/3571.32	c inspects		: 2621783598
3600.04/3571.32	c shortcuts		: 0
3600.04/3571.33	c learnt literals	: 0
3600.04/3571.33	c learnt binary clauses	: 0
3600.04/3571.33	c learnt ternary clauses	: 12
3600.04/3571.33	c learnt constraints	: 188510
3600.04/3571.33	c ignored constraints	: 0
3600.04/3571.33	c root simplifications	: 0
3600.04/3571.33	c removed literals (reason simplification)	: 0
3600.04/3571.33	c reason swapping (by a shorter reason)	: 0
3600.04/3571.33	c Calls to reduceDB	: 15
3600.04/3571.33	c Number of update (reduction) of LBD	: 242880
3600.04/3571.33	c Imported unit clauses	: 0
3600.04/3571.33	c No decision after first conflict	: false
3600.04/3571.33	c number of reductions to clauses (during analyze)	: 0
3600.04/3571.33	c number of learned constraints concerned by reduction	: 0
3600.04/3571.33	c number of learning phase by resolution	: 0
3600.04/3571.33	c number of learning phase by cutting planes	: 0
3600.04/3571.33	c number of rounding to 1 operations	: 0
3600.04/3571.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3571.33	c number of reductions of the coefficients by power 2 	: 0
3600.04/3571.33	c number of right shift for reduction by power 2 	: 0
3600.04/3571.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3571.33	c number of ending skipping 	: 0
3600.04/3571.33	c number of internal skipping 	: 0
3600.04/3571.33	c number of derivation steps 	: 1991708
3600.04/3571.33	c number of skipped derivation steps 	: 0
3600.04/3571.33	c number of remaining unassigned 	: 1272860
3600.04/3571.33	c number of remaining assigned 	: 23836221
3600.04/3571.33	c number of falsified literals weakened from reason	: 0
3600.04/3571.33	c number of falsified literals weakened from conflict	: 0
3600.04/3571.33	c time for arithmetic operations	: 7420646533
3600.04/3571.35	c timeout
3600.04/3571.37	c minimum degree of deleted constraints	: 1
3600.04/3571.37	c maximum degree of deleted constraints	: 1002835000663628453531689333689776229825840693460750672156043877452209853071298640
3600.04/3571.37	c number of deleted constraints	: 161988
3600.04/3571.37	c speed (assignments/second)	: 2073.808333001961
3600.04/3571.37	c non guided choices	: 121
3600.20/3571.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1585
3600.20/3571.45	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 228
3600.20/3571.45	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24709
3600.20/3571.45	s UNKNOWN
3600.20/3571.45	c Total wall clock time (in seconds): 3571.263

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=20807, runsolver pid=20804

[startup+0.100077 s]*
/proc/loadavg: 4.03 4.15 3.99 6/330 20825
/proc/meminfo: memFree=119913136/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=18930384 memory=54008 CPUtime=0.15 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 6163 0 0 0 13 2 0 0 20 0 18 0 31555588 19384713216 13502 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4732596 13502 5337 1 0 547300 0
[pid=20807/tid=20809] ppid=20804 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 31555589 19384713216 13502 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31555592 19384713216 13502 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31555592 19384713216 14024 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54008 KiB

[startup+0.213844 s]*
/proc/loadavg: 4.03 4.15 3.99 7/330 20825
/proc/meminfo: memFree=119901668/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=18930384 memory=63972 CPUtime=0.34 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 7023 0 0 0 32 2 0 0 20 0 18 0 31555588 19384713216 15993 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4732596 15993 5433 1 0 548101 0
[pid=20807/tid=20809] ppid=20804 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 5442 0 0 0 16 1 0 0 20 0 18 0 31555589 19384713216 15993 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31555592 19384713216 15993 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31555592 19384713216 15993 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63972 KiB

[startup+0.313744 s]*
/proc/loadavg: 4.03 4.15 3.99 7/330 20825
/proc/meminfo: memFree=119893476/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=18930384 memory=72336 CPUtime=0.52 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 7071 0 0 0 50 2 0 0 20 0 18 0 31555588 19384713216 18084 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4732596 18084 5433 1 0 548135 0
[pid=20807/tid=20809] ppid=20804 vsize=18930384 memory=-6000919489970072685 CPUtime=0.28 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 5456 0 0 0 26 2 0 0 20 0 18 0 31555589 19384713216 18084 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31555592 19384713216 18084 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31555592 19384713216 18084 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72336 KiB

[startup+0.700303 s]
/proc/loadavg: 4.03 4.15 3.99 8/331 20826
/proc/meminfo: memFree=119881188/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=18996948 memory=126228 CPUtime=1.25 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 9428 0 0 0 120 5 0 0 20 0 19 0 31555588 19452874752 31557 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4749237 31557 5465 1 0 549528 0
[pid=20807/tid=20809] ppid=20804 vsize=18996948 memory=17024 CPUtime=0.58 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 5582 0 0 0 55 3 0 0 20 0 19 0 31555589 19452874752 31557 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31555592 19452874752 31557 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31555592 19452874752 31557 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31555624 19452874752 31557 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126228 KiB

[startup+1.50027 s]
/proc/loadavg: 4.03 4.15 3.99 6/332 20827
/proc/meminfo: memFree=119791836/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=178916 CPUtime=2.82 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 18818 0 0 0 274 8 0 0 20 0 20 0 31555588 19521036288 44729 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 44729 5497 1 0 553667 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 6078 0 0 0 130 4 0 0 20 0 20 0 31555589 19521036288 44729 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 44729 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 44729 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 44729 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178916 KiB

[startup+3.10555 s]
/proc/loadavg: 4.11 4.16 4.00 6/332 20827
/proc/meminfo: memFree=119369588/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=637960 CPUtime=5.98 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 24867 0 0 0 579 19 0 0 20 0 20 0 31555588 19521036288 159490 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 159490 5497 1 0 715480 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=10624 CPUtime=2.86 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 6729 0 0 0 273 13 0 0 20 0 20 0 31555589 19521036288 159490 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=-6000919489970072685 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 159490 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 159490 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 159490 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 637960 KiB

[startup+6.30047 s]
/proc/loadavg: 4.11 4.16 4.00 5/332 20827
/proc/meminfo: memFree=118946064/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=1002932 CPUtime=10.52 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 25662 0 0 0 1024 28 0 0 20 0 20 0 31555588 19521036288 250733 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 250733 5497 1 0 715487 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=0 CPUtime=5.91 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 6907 0 0 0 571 20 0 0 20 0 20 0 31555589 19521036288 250733 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 250733 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 250733 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=180708 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 250733 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 10.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1002932 KiB

[startup+12.7005 s]
/proc/loadavg: 4.10 4.16 4.00 6/332 20827
/proc/meminfo: memFree=117825088/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=2226608 CPUtime=17.25 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 27275 0 0 0 1674 51 0 0 20 0 20 0 31555588 19521036288 556652 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 556652 5497 1 0 1024646 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=180708 CPUtime=11.94 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 7663 0 0 0 1152 42 0 0 20 0 20 0 31555589 19521036288 556652 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=1950128 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 556652 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 556652 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 556652 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 17.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2226608 KiB

[startup+25.5005 s]
/proc/loadavg: 4.15 4.17 4.00 5/332 20827
/proc/meminfo: memFree=117393700/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=2486796 CPUtime=32.21 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 38116 0 0 0 3158 63 0 0 20 0 20 0 31555588 19521036288 621699 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 621699 5497 1 0 1026668 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=10624 CPUtime=24.49 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 10685 0 0 0 2400 49 0 0 20 0 20 0 31555589 19521036288 621699 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 621699 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=180708 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 621699 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=1002932 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 621699 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 32.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2486796 KiB

[startup+51.1137 s]
/proc/loadavg: 4.16 4.17 4.01 5/331 20828
/proc/meminfo: memFree=117312984/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=2521832 CPUtime=58.53 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 44474 0 0 0 5783 70 0 0 20 0 20 0 31555588 19521036288 630458 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 630458 5497 1 0 1026669 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=2521832 CPUtime=49.49 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 13689 0 0 0 4896 53 0 0 20 0 20 0 31555589 19521036288 630458 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 630458 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0

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

[startup+3222.3 s]
/proc/loadavg: 4.27 4.22 4.19 5/329 21206
/proc/meminfo: memFree=119294880/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3249.5 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 190468 0 0 0 324401 549 0 0 20 0 20 0 31555588 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 1014527 5497 1 0 1029008 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3164.6 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 104379 0 0 0 316206 254 0 0 20 0 20 0 31555589 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2000 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3249.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4058108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.21 4.18 5/329 21212
/proc/meminfo: memFree=118804804/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3309.96 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 194223 0 0 0 330439 557 0 0 20 0 20 0 31555588 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 1014527 5497 1 0 1029008 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3223.91 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 107315 0 0 0 322132 259 0 0 20 0 20 0 31555589 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2066 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3309.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4058108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/328 21214
/proc/meminfo: memFree=118754988/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3370.2 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 197516 0 0 0 336456 564 0 0 20 0 20 0 31555588 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 1014527 5497 1 0 1029008 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3283.06 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 109539 0 0 0 328044 262 0 0 20 0 20 0 31555589 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2128 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3370.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4058108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.24 4.19 5/328 21216
/proc/meminfo: memFree=118701744/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3430.48 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 198268 0 0 0 342477 571 0 0 20 0 20 0 31555588 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 1014527 5497 1 0 1029014 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3342.13 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 110234 0 0 0 333948 265 0 0 20 0 20 0 31555589 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2128 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=4058108 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 1014527 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3430.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4058108 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.21 4.18 5/328 21218
/proc/meminfo: memFree=118649560/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=4058236 CPUtime=3490.68 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 202044 0 0 0 348488 580 0 0 20 0 20 0 31555588 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 1014559 5497 1 0 1029014 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=4058108 CPUtime=3401.15 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 113187 0 0 0 339845 270 0 0 20 0 20 0 31555589 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2190 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=4058236 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3490.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4058236 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.20 4.18 5/326 21220
/proc/meminfo: memFree=118589440/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=4058236 CPUtime=3550.88 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 205596 0 0 0 354499 589 0 0 20 0 20 0 31555588 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 1014559 5497 1 0 1029014 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=4058236 CPUtime=3460.2 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 115781 0 0 0 345746 274 0 0 20 0 20 0 31555589 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=4058236 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2270 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=4058236 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3550.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4058236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/326 21222
/proc/meminfo: memFree=118561248/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19063512 memory=4058236 CPUtime=3600.04 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 205716 0 0 0 359409 595 0 0 20 0 20 0 31555588 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4765878 1014559 5497 1 0 1029014 0
[pid=20807/tid=20809] ppid=20804 vsize=19063512 memory=4058236 CPUtime=3508.4 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) R 20804 20807 19975 0 -1 4194368 115869 0 0 0 350564 276 0 0 20 0 20 0 31555589 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19063512 memory=-6000919489970072685 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2271 0 0 0 0 0 0 0 20 0 20 0 31555592 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20826] ppid=20804 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/20807/task/20826/stat : 20826 (Timer-0) S 20804 20807 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31555624 19521036288 1014559 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4058236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.29 s, system=5.98894 s

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

[startup+3571.4 s]
/proc/loadavg: 4.17 4.18 4.18 5/326 21222
/proc/meminfo: memFree=118561248/131382112 swapFree=33010684/33010684
[pid=20807] ppid=20804 vsize=19263204 memory=4059260 CPUtime=3600.2 cores=5,7
/proc/20807/stat : 20807 (java) S 20804 20807 19975 0 -1 4194304 208091 0 0 0 359424 596 0 0 20 0 21 0 31555588 19725520896 1014815 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
/proc/20807/statm: 4815801 1014815 5497 1 0 1030024 0
[pid=20807/tid=20809] ppid=20804 vsize=19263204 memory=4058236 CPUtime=3508.42 cores=5,7
/proc/20807/task/20809/stat : 20809 (java) S 20804 20807 19975 0 -1 4194368 116120 0 0 0 350566 276 0 0 20 0 21 0 31555589 19725520896 1014815 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20818] ppid=20804 vsize=19263204 memory=4058236 CPUtime=0 cores=5,7
/proc/20807/task/20818/stat : 20818 (Finalizer) S 20804 20807 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31555592 19725520896 1014815 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
[pid=20807/tid=20825] ppid=20804 vsize=19263204 memory=4058236 CPUtime=0 cores=5,7
/proc/20807/task/20825/stat : 20825 (Common-Cleaner) S 20804 20807 19975 0 -1 4194368 2271 0 0 0 0 0 0 0 20 0 21 0 31555592 19725520896 1014815 18446744073709551615 94292882518016 94292882521712 140722834510000 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94292882529528 94292882530320 94292900216832 140722834512173 140722834512358 140722834512358 140722834517960 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4059260 KiB

Child status: 143

Real time (s): 3571.48
CPU time (s): 3600.28
CPU user time (s): 3594.29
CPU system time (s): 5.98894
CPU usage (%): 100.806
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4059260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.29
system time used= 5.98894
maximum resident set size= 4059516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208281
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1100256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129801
involuntary context switches= 18594


# summary of solver processes directly reported to runsolver:
#   pid: 20807
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3594.29
#   total CPU system time (s): 5.98894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0865 second user time and 34.2745 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 02:59:18
IDJOB=4495035
IDBENCH=147976
IDSOLVER=3362
FILE ID=nodeC009/4495035-1751158758
RUNJOBID= nodeC009-1751157827-19988
SLURM_JOB_ID= 9587490
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= 1e015d6c46c188cbdc8b67cd75b35286
RANDOM SEED=720845901

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		: 3517.751
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		: 3491.767
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.376
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		: 1895.622
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		: 3491.203
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		: 3491.914
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		: 3700.000
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		: 1196.711
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:        119928132 kB
MemAvailable:   120655016 kB
Buffers:            3280 kB
Cached:          1537072 kB
SwapCached:            0 kB
Active:          9613524 kB
Inactive:        1291808 kB
Active(anon):    9383032 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):  1291808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17716 kB
Writeback:           284 kB
AnonPages:       9368200 kB
Mapped:           122404 kB
Shmem:             17960 kB
KReclaimable:      88036 kB
Slab:             170056 kB
SReclaimable:      88036 kB
SUnreclaim:        82020 kB
KernelStack:        5008 kB
PageTables:        21996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10725684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9068544 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:58:50