Trace number 4493163

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.34 3539.24

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.19	c See www.sat4j.org for details.
0.12/0.20	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.57/0.44	c Pseudo Boolean Optimization by upper bound
0.57/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.44	c  - never skip resolution steps
0.57/0.44	c  - Auto-division on coefficients is disabled
0.57/0.44	c  - No postprocessing
0.57/0.44	c  - Conflict is considered as is when resolving
0.57/0.44	c  - Use constraints as they come during conflict analysis
0.57/0.44	c  - Weaken first using unassigned literals
0.57/0.44	c  - Bump strategy: ALWAYS_ONE
0.57/0.44	c  - Bumper: EFFECTIVE
0.57/0.44	c --- Begin Solver configuration ---
0.57/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.57/0.44	c Learn all clauses as in MiniSAT
0.57/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.44	c No reason simplification
0.57/0.44	c Dynamic restart strategy considering the size of the coefficients
0.57/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.57/0.44	c timeout=2147483s
0.57/0.44	c DB Simplification allowed=false
0.57/0.44	c Listener: none
0.57/0.44	c --- End Solver configuration ---
0.57/0.44	c solving HOME/instance-4493163-1751149414.opb
0.57/0.44	c reading problem ... 
0.57/0.45	c using VERIPB proof format
0.57/0.45	c  no objective function found
6.55/4.28	c ... done. Wall clock time 3.831s.
6.55/4.28	c declared #vars     6800
6.55/4.28	c #constraints  285685
6.55/4.28	c constraints type 
6.55/4.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
6.55/4.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
6.55/4.28	c 285685 constraints processed.
11.61/7.33	c cleaning 2497 clauses out of 5000 with flag 0/5000
15.65/10.78	c cleaning 4249 clauses out of 8506 with flag 0/11003
21.33/15.99	c cleaning 5625 clauses out of 11256 with flag 0/18002
28.51/22.75	c cleaning 6810 clauses out of 13629 with flag 0/26000
37.04/30.84	c cleaning 7907 clauses out of 15821 with flag 0/35002
46.96/40.36	c cleaning 8954 clauses out of 17912 with flag 0/45000
57.84/50.57	c cleaning 9974 clauses out of 19959 with flag 0/56001
73.15/65.24	c cleaning 10992 clauses out of 21984 with flag 0/68000
87.15/78.98	c cleaning 11993 clauses out of 23992 with flag 0/81000
102.35/93.45	c cleaning 12994 clauses out of 25999 with flag 0/95000
120.79/111.24	c cleaning 13994 clauses out of 28005 with flag 0/110000
146.04/135.86	c cleaning 14996 clauses out of 30012 with flag 0/126001
171.06/160.20	c cleaning 15996 clauses out of 32015 with flag 0/143000
194.66/183.44	c cleaning 17000 clauses out of 34019 with flag 0/161000
220.10/208.34	c cleaning 18004 clauses out of 36020 with flag 0/180001
249.64/237.21	c cleaning 18996 clauses out of 38015 with flag 0/200000
282.00/268.91	c cleaning 20009 clauses out of 40021 with flag 0/221002
317.96/303.92	c cleaning 21004 clauses out of 42014 with flag 0/243004
357.49/343.06	c cleaning 21997 clauses out of 44008 with flag 0/266002
393.79/378.64	c cleaning 23005 clauses out of 46011 with flag 0/290002
433.05/417.39	c cleaning 23998 clauses out of 48004 with flag 0/315000
474.89/458.65	c cleaning 24998 clauses out of 50006 with flag 0/341000
517.50/500.58	c cleaning 26006 clauses out of 52011 with flag 0/368003
567.34/548.18	c cleaning 26994 clauses out of 54002 with flag 0/396000
612.85/592.89	c cleaning 27998 clauses out of 56010 with flag 0/425002
662.63/641.84	c cleaning 28994 clauses out of 58012 with flag 0/455002
713.31/691.73	c cleaning 30006 clauses out of 60019 with flag 0/486003
761.54/739.19	c cleaning 30992 clauses out of 62010 with flag 0/518000
823.93/800.78	c cleaning 32005 clauses out of 64018 with flag 0/551000
891.67/867.70	c cleaning 33002 clauses out of 66014 with flag 0/585001
959.71/934.61	c cleaning 33995 clauses out of 68012 with flag 0/620001
1018.05/992.33	c cleaning 35004 clauses out of 70017 with flag 0/656001
1077.52/1051.15	c cleaning 35997 clauses out of 72013 with flag 0/693001
1136.99/1109.82	c cleaning 37001 clauses out of 74015 with flag 0/731000
1211.52/1183.22	c cleaning 38000 clauses out of 76014 with flag 0/770000
1280.15/1250.70	c cleaning 39001 clauses out of 78014 with flag 0/810000
1364.41/1332.01	c cleaning 40002 clauses out of 80013 with flag 0/851000
1452.08/1418.58	c cleaning 41000 clauses out of 82013 with flag 0/893002
1545.51/1510.98	c cleaning 42001 clauses out of 84014 with flag 0/936003
1657.59/1621.61	c cleaning 42999 clauses out of 86010 with flag 0/980000
1779.06/1742.05	c cleaning 43997 clauses out of 88014 with flag 0/1025003
1893.89/1855.65	c cleaning 44996 clauses out of 90015 with flag 0/1071001
2015.38/1975.93	c cleaning 45999 clauses out of 92018 with flag 0/1118000
2154.87/2114.17	c cleaning 46998 clauses out of 94020 with flag 0/1166001
2295.17/2251.22	c cleaning 48002 clauses out of 96021 with flag 0/1215000
2420.43/2375.23	c cleaning 49005 clauses out of 98022 with flag 0/1265003
2556.12/2509.54	c cleaning 49997 clauses out of 100016 with flag 0/1316002
2692.02/2644.20	c cleaning 51003 clauses out of 102018 with flag 0/1368001
2816.50/2765.19	c cleaning 51996 clauses out of 104015 with flag 0/1421001
2989.90/2937.06	c cleaning 53004 clauses out of 106019 with flag 0/1475001
3137.70/3083.46	c cleaning 54002 clauses out of 108016 with flag 0/1530002
3298.61/3243.21	c cleaning 54993 clauses out of 110012 with flag 0/1586000
3452.67/3395.83	c cleaning 55998 clauses out of 112020 with flag 0/1643001
3600.06/3539.03	c starts		: 1
3600.06/3539.04	c conflicts		: 1697963
3600.06/3539.04	c decisions		: 1855645
3600.06/3539.04	c propagations		: 25359922
3600.06/3539.04	c inspects		: 9091908175
3600.06/3539.04	c shortcuts		: 0
3600.06/3539.04	c learnt literals	: 0
3600.06/3539.04	c learnt binary clauses	: 0
3600.06/3539.04	c learnt ternary clauses	: 0
3600.06/3539.04	c learnt constraints	: 1697963
3600.06/3539.04	c ignored constraints	: 0
3600.06/3539.04	c root simplifications	: 0
3600.06/3539.04	c removed literals (reason simplification)	: 0
3600.06/3539.04	c reason swapping (by a shorter reason)	: 0
3600.06/3539.04	c Calls to reduceDB	: 53
3600.06/3539.04	c Number of update (reduction) of LBD	: 2431444
3600.06/3539.04	c Imported unit clauses	: 0
3600.06/3539.04	c No decision after first conflict	: false
3600.06/3539.05	c number of reductions to clauses (during analyze)	: 0
3600.06/3539.05	c number of learned constraints concerned by reduction	: 0
3600.06/3539.05	c number of learning phase by resolution	: 0
3600.06/3539.05	c number of learning phase by cutting planes	: 0
3600.06/3539.05	c number of rounding to 1 operations	: 0
3600.06/3539.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3539.05	c number of reductions of the coefficients by power 2 	: 0
3600.06/3539.05	c number of right shift for reduction by power 2 	: 0
3600.06/3539.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3539.05	c number of ending skipping 	: 0
3600.06/3539.05	c number of internal skipping 	: 0
3600.06/3539.05	c number of derivation steps 	: 13594375
3600.06/3539.05	c number of skipped derivation steps 	: 0
3600.06/3539.05	c number of remaining unassigned 	: 0
3600.06/3539.05	c number of remaining assigned 	: 0
3600.06/3539.05	c number of falsified literals weakened from reason	: 0
3600.06/3539.05	c number of falsified literals weakened from conflict	: 0
3600.06/3539.05	c time for arithmetic operations	: 0
3600.06/3539.05	c minimum degree of deleted constraints	: 1
3600.06/3539.05	c maximum degree of deleted constraints	: 1
3600.06/3539.05	c number of deleted constraints	: 1586979
3600.06/3539.05	c speed (assignments/second)	: 7174.463922180591
3600.06/3539.05	c non guided choices	: 3161
3600.06/3539.05	c timeout
3600.22/3539.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 110984
3600.22/3539.18	s UNKNOWN
3600.22/3539.18	c Total wall clock time (in seconds): 3538.735

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=16467, runsolver pid=16464

[startup+0.100073 s]*
/proc/loadavg: 4.39 4.36 4.29 6/329 16485
/proc/meminfo: memFree=112923900/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=18930384 memory=48228 CPUtime=0.12 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 5753 0 0 0 9 3 0 0 20 0 18 0 30620594 19384713216 12057 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4732596 12057 5305 1 0 546979 0
[pid=16467/tid=16469] ppid=16464 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 4636 0 0 0 5 2 0 0 20 0 18 0 30620596 19384713216 12057 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30620600 19384713216 12057 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=18930384 memory=58494082638250 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30620601 19384713216 12057 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48228 KiB

[startup+0.213945 s]*
/proc/loadavg: 4.39 4.36 4.29 6/329 16485
/proc/meminfo: memFree=112921128/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=18930384 memory=51968 CPUtime=0.25 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 6139 0 0 0 22 3 0 0 20 0 18 0 30620594 19384713216 12992 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4732596 12992 5369 1 0 547257 0
[pid=16467/tid=16469] ppid=16464 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 4958 0 0 0 13 2 0 0 20 0 18 0 30620596 19384713216 12992 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=18930384 memory=17127 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30620600 19384713216 12992 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30620601 19384713216 13024 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51968 KiB

[startup+0.315947 s]*
/proc/loadavg: 4.39 4.36 4.29 6/329 16485
/proc/meminfo: memFree=112919112/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=18930384 memory=58216 CPUtime=0.41 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 6658 0 0 0 37 4 0 0 20 0 18 0 30620594 19384713216 14554 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4732596 14554 5369 1 0 547683 0
[pid=16467/tid=16469] ppid=16464 vsize=18930384 memory=-6000919489869669998 CPUtime=0.23 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 5123 0 0 0 21 2 0 0 20 0 18 0 30620596 19384713216 14554 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30620600 19384713216 14554 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30620601 19384713216 14554 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58216 KiB

[startup+0.706409 s]
/proc/loadavg: 4.52 4.39 4.30 7/329 16485
/proc/meminfo: memFree=112917096/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=18998012 memory=156672 CPUtime=1.1 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 8331 0 0 0 102 8 0 0 20 0 19 0 30620594 19453964288 39168 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4749503 39168 5497 1 0 549192 0
[pid=16467/tid=16469] ppid=16464 vsize=18998012 memory=17408 CPUtime=0.57 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) S 16464 16467 15143 0 -1 4194368 5428 0 0 0 52 5 0 0 20 0 19 0 30620596 19453964288 39168 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=18998012 memory=11264 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30620600 19453964288 39168 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=18998012 memory=3328 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30620601 19453964288 39168 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18998012 KiB
Current children cumulated memory: 156672 KiB

[startup+1.5003 s]
/proc/loadavg: 4.52 4.39 4.30 6/330 16486
/proc/meminfo: memFree=112744612/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=18996948 memory=1301016 CPUtime=2.64 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 15478 0 0 0 231 33 0 0 20 0 19 0 30620594 19452874752 325254 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4749237 325254 5497 1 0 552010 0
[pid=16467/tid=16469] ppid=16464 vsize=18996948 memory=3328 CPUtime=1.31 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 5984 0 0 0 103 28 0 0 20 0 19 0 30620596 19452874752 325254 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30620600 19452874752 325254 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30620601 19452874752 325254 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1301016 KiB

[startup+3.10557 s]
/proc/loadavg: 4.52 4.39 4.30 5/330 16486
/proc/meminfo: memFree=110283324/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=18996948 memory=2698228 CPUtime=5.42 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 24212 0 0 0 480 62 0 0 20 0 19 0 30620594 19452874752 674557 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4749237 674557 5497 1 0 906744 0
[pid=16467/tid=16469] ppid=16464 vsize=18996948 memory=11264 CPUtime=2.86 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 6788 0 0 0 231 55 0 0 20 0 19 0 30620596 19452874752 674557 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30620600 19452874752 674557 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30620601 19452874752 674557 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2698228 KiB

[startup+6.30025 s]
/proc/loadavg: 4.56 4.40 4.30 6/331 16487
/proc/meminfo: memFree=110279308/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=2700276 CPUtime=10.52 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 25130 0 1 0 988 64 0 0 20 0 20 0 30620594 19521036288 675069 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 675069 5497 1 0 907168 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=5632 CPUtime=5.88 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 6907 0 0 0 533 55 0 0 20 0 20 0 30620596 19521036288 675069 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 675069 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=-6000919489869669998 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30620601 19521036288 675069 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 675069 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 10.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2700276 KiB

[startup+12.7004 s]
/proc/loadavg: 4.52 4.39 4.30 5/331 16487
/proc/meminfo: memFree=110222872/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=3197628 CPUtime=17.96 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 33358 0 1 0 1718 78 0 0 20 0 20 0 30620594 19521036288 799407 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 799407 5497 1 0 1105644 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=11264 CPUtime=11.87 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 8738 0 0 0 1120 67 0 0 20 0 20 0 30620596 19521036288 799407 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=2696016 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 799407 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30620601 19521036288 799919 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 799919 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 17.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3197628 KiB

[startup+25.5004 s]
/proc/loadavg: 4.75 4.45 4.32 5/331 16487
/proc/meminfo: memFree=108747064/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=4211448 CPUtime=31.59 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 35028 0 1 0 3059 100 0 0 20 0 20 0 30620594 19521036288 1052862 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 1052862 5497 1 0 1274900 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=2696016 CPUtime=24.07 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 9434 0 0 0 2320 87 0 0 20 0 20 0 30620596 19521036288 1052862 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 1052862 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=4199052 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30620601 19521036288 1052862 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=-6000919489869669998 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 1052862 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 31.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4211448 KiB

[startup+51.1135 s]
/proc/loadavg: 4.58 4.44 4.32 5/331 16488
/proc/meminfo: memFree=108448700/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=4494272 CPUtime=58.45 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 42470 0 1 0 5734 111 0 0 20 0 20 0 30620594 19521036288 1123568 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 1123568 5529 1 0 1274901 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=4211448 CPUtime=48.49 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 11808 0 0 0 4759 90 0 0 20 0 20 0 30620596 19521036288 1123568 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=4383652 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 1123568 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=4494272 CPUtime=0 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30620601 19521036288 1123568 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=4283260 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 1123568 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 58.45 s
Current children cumulated vsize: 19063512 KiB

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

/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=5632 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3503 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=14193260 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3217.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193260 KiB

[startup+3222.3 s]
/proc/loadavg: 4.68 4.30 4.22 5/330 17191
/proc/meminfo: memFree=96354876/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=14193260 CPUtime=3277.75 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 448608 0 1 0 327084 691 0 0 20 0 20 0 30620594 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 3548315 5529 1 0 3565395 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=12416 CPUtime=3159.83 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 291610 0 0 0 315518 465 0 0 20 0 20 0 30620596 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=14340 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3595 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=14193260 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3277.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.33 4.23 5/331 17197
/proc/meminfo: memFree=96331336/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=14193260 CPUtime=3338.03 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 454280 0 1 0 333105 698 0 0 20 0 20 0 30620594 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 3548315 5529 1 0 3565395 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=14193260 CPUtime=3219.11 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 296992 0 0 0 321442 469 0 0 20 0 20 0 30620596 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=14193260 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=14193260 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3644 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=14193260 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3338.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.28 4.22 5/330 17203
/proc/meminfo: memFree=96327176/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=14193260 CPUtime=3398.58 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 462067 0 1 0 339154 704 0 0 20 0 20 0 30620594 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 3548315 5529 1 0 3565395 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=14193260 CPUtime=3278.24 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 302623 0 0 0 327351 473 0 0 20 0 20 0 30620596 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=14193260 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=14340 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3736 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548315 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3398.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.28 4.22 5/332 17207
/proc/meminfo: memFree=96295824/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=14193388 CPUtime=3459.15 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 467906 0 1 0 345205 710 0 0 20 0 20 0 30620594 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 3548347 5529 1 0 3565395 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=14193260 CPUtime=3337.28 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 306315 0 0 0 333253 475 0 0 20 0 20 0 30620596 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=14193260 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3819 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3459.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193388 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.26 4.22 5/332 17209
/proc/meminfo: memFree=97485272/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=14193388 CPUtime=3519.92 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 478516 0 1 0 351274 718 0 0 20 0 20 0 30620594 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 3548347 5529 1 0 3565395 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=14193260 CPUtime=3396.17 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 314777 0 0 0 339138 479 0 0 20 0 20 0 30620596 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=11264 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3910 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=14193388 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3519.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.29 4.23 5/332 17211
/proc/meminfo: memFree=97475640/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=14193388 CPUtime=3583.38 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 487039 0 1 0 357613 725 0 0 20 0 20 0 30620594 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 3548347 5529 1 0 3565398 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=14193388 CPUtime=3455.19 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 320045 0 0 0 345038 481 0 0 20 0 20 0 30620596 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=14193388 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=14193388 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3993 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3583.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3539 s]*
/proc/loadavg: 4.28 4.27 4.22 5/332 17212
/proc/meminfo: memFree=97476652/131382112 swapFree=33010684/33010684
[pid=16467] ppid=16464 vsize=19063512 memory=14193388 CPUtime=3600.06 cores=0,2
/proc/16467/stat : 16467 (java) S 16464 16467 15143 0 -1 4194304 489427 0 1 0 359279 727 0 0 20 0 20 0 30620594 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
/proc/16467/statm: 4765878 3548347 5529 1 0 3565398 0
[pid=16467/tid=16469] ppid=16464 vsize=19063512 memory=-6000919498493420910 CPUtime=3471.86 cores=0,2
/proc/16467/task/16469/stat : 16469 (java) R 16464 16467 15143 0 -1 4194368 322432 0 0 0 346704 482 0 0 20 0 20 0 30620596 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16478] ppid=16464 vsize=19063512 memory=6452091047491954490 CPUtime=0 cores=0,2
/proc/16467/task/16478/stat : 16478 (Finalizer) S 16464 16467 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30620600 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16485] ppid=16464 vsize=19063512 memory=14193388 CPUtime=0.01 cores=0,2
/proc/16467/task/16485/stat : 16485 (Common-Cleaner) S 16464 16467 15143 0 -1 4194368 3993 0 0 0 1 0 0 0 20 0 20 0 30620601 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
[pid=16467/tid=16487] ppid=16464 vsize=19063512 memory=-6000919489869669998 CPUtime=0 cores=0,2
/proc/16467/task/16487/stat : 16487 (Timer-0) S 16464 16467 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30621022 19521036288 3548347 18446744073709551615 94339039502336 94339039506032 140732606300976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94339039513848 94339039514640 94339065880576 140732606306605 140732606306790 140732606306790 140732606312392 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14193388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.02 s, system=7.3264 s

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

[startup+3539.2 s]*
/proc/loadavg: 4.28 4.27 4.22 5/314 17215
/proc/meminfo: memFree=98547848/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): 3539.24
CPU time (s): 3600.34
CPU user time (s): 3593.02
CPU system time (s): 7.3264
CPU usage (%): 101.726
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14194156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.02
system time used= 7.3264
maximum resident set size= 14194412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491135
page faults= 1
swaps= 0
block input operations= 992
block output operations= 375088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118680
involuntary context switches= 13497


# summary of solver processes directly reported to runsolver:
#   pid: 16467
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3593.02
#   total CPU system time (s): 7.3264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0085 second user time and 39.3874 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 00:23:35
IDJOB=4493163
IDBENCH=147848
IDSOLVER=3362
FILE ID=nodeC007/4493163-1751149414
RUNJOBID= nodeC007-1751145946-15153
SLURM_JOB_ID= 9587454
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493163-1751149414/watcher-4493163-1751149414 -o /tmp/evaluation-result-4493163-1751149414/solver-4493163-1751149414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15153 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493163-1751149414 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493163-1751149414.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=151226386

nodeC007 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.700
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3630.027
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.218
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.121
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3543.989
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.611
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.678
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.982
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        112925256 kB
MemAvailable:   116176504 kB
Buffers:            3280 kB
Cached:          4059244 kB
SwapCached:            0 kB
Active:         14049560 kB
Inactive:        3814580 kB
Active(anon):   13819652 kB
Inactive(anon):        0 kB
Active(file):     229908 kB
Inactive(file):  3814580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8628 kB
Writeback:             0 kB
AnonPages:      13800980 kB
Mapped:           122172 kB
Shmem:             17960 kB
KReclaimable:      92776 kB
Slab:             174572 kB
SReclaimable:      92776 kB
SUnreclaim:        81796 kB
KernelStack:        5040 kB
PageTables:        30660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14367012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13408256 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC007 at 2025-06-29 01:22:34