Trace number 4503606

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 2025-06-06? (TO) 3600.24 3567.23

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
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.05/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.43	c See www.sat4j.org for details.
0.05/0.48	c version PB25.v20250606
0.05/0.49	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.49	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.49	c java.vm.version	22.0.1+8-16
0.05/0.49	c java.vm.vendor	Oracle Corporation
0.05/0.49	c sun.arch.data.model	64
0.05/0.49	c java.version		22.0.1
0.05/0.49	c os.name		Linux
0.05/0.49	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.05/0.49	c os.arch		amd64
0.05/0.50	c Free memory 		2104792832
0.05/0.50	c Max memory 		16282288128
0.05/0.50	c Total memory 		2113929216
0.05/0.50	c Number of processors 	2
0.13/0.58	c Pseudo Boolean Optimization by upper bound
0.13/0.58	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.58	c  - never skip resolution steps
0.13/0.58	c  - Auto-division on coefficients is disabled
0.13/0.58	c  - No postprocessing
0.13/0.58	c  - Conflict is considered as is when resolving
0.13/0.58	c  - Use constraints as they come during conflict analysis
0.13/0.58	c  - Weaken first using unassigned literals
0.13/0.58	c  - Bump strategy: ALWAYS_ONE
0.13/0.58	c  - Bumper: ANY
0.13/0.58	c --- Begin Solver configuration ---
0.13/0.58	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.58	c Learn all clauses as in MiniSAT
0.13/0.58	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.58	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.58	c No reason simplification
0.13/0.58	c Armin Biere (Picosat) restarts strategy
0.13/0.58	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.58	c timeout=2147483s
0.13/0.58	c DB Simplification allowed=false
0.13/0.58	c Listener: none
0.13/0.58	c --- End Solver configuration ---
0.13/0.58	c solving HOME/instance-4503606-1751183386.opb
0.13/0.58	c reading problem ... 
0.24/0.61	c  no objective function found
5.38/3.99	c ... done. Wall clock time 3.407s.
5.38/3.99	c declared #vars     42127
5.38/3.99	c #constraints  975848
5.38/3.99	c constraints type 
5.38/3.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
5.38/3.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
5.38/3.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
5.38/3.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
5.38/3.99	c 975848 constraints processed.
14.01/11.00	c cleaning 2500 clauses out of 5000
17.17/13.83	c cleaning 4246 clauses out of 8500
20.72/17.40	c cleaning 5627 clauses out of 11255
24.75/21.37	c cleaning 6811 clauses out of 13628
29.61/26.15	c cleaning 7903 clauses out of 15817
34.68/31.18	c cleaning 8956 clauses out of 17914
40.81/37.27	c cleaning 9974 clauses out of 19957
47.66/44.08	c cleaning 10989 clauses out of 21984
54.73/51.07	c cleaning 11993 clauses out of 23995
62.73/58.91	c cleaning 12996 clauses out of 26005
71.49/67.62	c cleaning 13993 clauses out of 28006
81.11/77.19	c cleaning 15003 clauses out of 30012
92.00/87.99	c cleaning 15998 clauses out of 32009
103.40/99.23	c cleaning 17003 clauses out of 34011
115.98/111.75	c cleaning 17997 clauses out of 36009
127.48/123.13	c cleaning 19003 clauses out of 38013
143.97/139.52	c cleaning 20000 clauses out of 40008
158.06/153.56	c cleaning 20992 clauses out of 42009
175.03/170.33	c cleaning 22003 clauses out of 44016
195.03/190.18	c cleaning 23004 clauses out of 46014
212.47/207.43	c cleaning 24001 clauses out of 48010
233.61/228.30	c cleaning 24998 clauses out of 50009
252.19/246.61	c cleaning 25999 clauses out of 52013
271.66/265.88	c cleaning 27006 clauses out of 54013
294.04/287.95	c cleaning 27994 clauses out of 56005
318.82/312.37	c cleaning 29001 clauses out of 58013
345.10/338.36	c cleaning 29994 clauses out of 60010
373.66/366.50	c cleaning 30997 clauses out of 62017
403.43/396.05	c cleaning 32004 clauses out of 64020
435.09/427.39	c cleaning 33000 clauses out of 66015
464.94/456.89	c cleaning 34001 clauses out of 68015
492.47/484.13	c cleaning 34997 clauses out of 70015
519.68/511.07	c cleaning 36004 clauses out of 72018
552.69/543.62	c cleaning 36997 clauses out of 74013
588.63/579.29	c cleaning 38001 clauses out of 76016
623.21/613.42	c cleaning 39000 clauses out of 78017
660.95/650.70	c cleaning 39997 clauses out of 80017
699.48/688.91	c cleaning 41004 clauses out of 82018
746.02/735.01	c cleaning 42003 clauses out of 84015
794.60/783.10	c cleaning 43001 clauses out of 86015
837.29/825.39	c cleaning 43996 clauses out of 88012
881.23/868.86	c cleaning 44992 clauses out of 90014
935.41/922.69	c cleaning 46005 clauses out of 92023
998.45/985.34	c cleaning 47001 clauses out of 94018
1051.85/1038.21	c cleaning 47999 clauses out of 96017
1102.98/1088.88	c cleaning 49002 clauses out of 98018
1158.49/1143.99	c cleaning 50000 clauses out of 100016
1222.74/1207.51	c cleaning 51003 clauses out of 102015
1276.55/1260.63	c cleaning 52000 clauses out of 104012
1335.54/1319.16	c cleaning 52996 clauses out of 106012
1402.61/1385.72	c cleaning 54003 clauses out of 108017
1456.04/1438.62	c cleaning 54993 clauses out of 110013
1518.60/1500.70	c cleaning 56005 clauses out of 112020
1592.96/1574.51	c cleaning 57001 clauses out of 114017
1666.75/1647.87	c cleaning 57995 clauses out of 116014
1740.55/1721.08	c cleaning 59000 clauses out of 118019
1808.35/1788.26	c cleaning 59999 clauses out of 120019
1881.31/1860.54	c cleaning 61002 clauses out of 122021
1961.76/1940.43	c cleaning 62001 clauses out of 124018
2022.54/2000.64	c cleaning 63004 clauses out of 126017
2110.67/2088.38	c cleaning 63997 clauses out of 128013
2180.41/2157.67	c cleaning 65004 clauses out of 130017
2266.15/2242.78	c cleaning 65997 clauses out of 132013
2350.26/2326.19	c cleaning 67002 clauses out of 134015
2439.42/2414.55	c cleaning 67999 clauses out of 136013
2508.40/2482.90	c cleaning 68998 clauses out of 138015
2575.48/2549.64	c cleaning 70002 clauses out of 140017
2651.44/2625.17	c cleaning 71000 clauses out of 142017
2719.80/2692.90	c cleaning 71997 clauses out of 144014
2792.07/2764.70	c cleaning 73003 clauses out of 146018
2862.12/2834.22	c cleaning 73996 clauses out of 148016
2937.94/2909.65	c cleaning 75002 clauses out of 150020
3008.37/2979.60	c cleaning 76002 clauses out of 152016
3108.88/3078.68	c cleaning 77002 clauses out of 154015
3198.28/3167.62	c cleaning 77996 clauses out of 156012
3296.84/3265.70	c cleaning 79001 clauses out of 158019
3406.51/3374.83	c cleaning 79997 clauses out of 160015
3501.28/3469.00	c cleaning 80999 clauses out of 162018
3600.09/3567.11	c starts		: 251
3600.09/3567.12	c conflicts		: 3471872
3600.09/3567.12	c decisions		: 4675819
3600.09/3567.12	c propagations		: 3074464343
3600.09/3567.12	c inspects		: 24487219402
3600.09/3567.12	c shortcuts		: 0
3600.09/3567.12	c learnt literals	: 0
3600.09/3567.12	c learnt binary clauses	: 0
3600.09/3567.12	c learnt ternary clauses	: 76
3600.09/3567.12	c learnt constraints	: 3471872
3600.09/3567.12	c ignored constraints	: 0
3600.09/3567.12	c root simplifications	: 0
3600.09/3567.12	c removed literals (reason simplification)	: 0
3600.09/3567.12	c reason swapping (by a shorter reason)	: 0
3600.09/3567.12	c Calls to reduceDB	: 78
3600.09/3567.12	c Number of update (reduction) of LBD	: 0
3600.09/3567.12	c Imported unit clauses	: 0
3600.09/3567.12	c No decision after first conflict	: false
3600.09/3567.12	c number of reductions to clauses (during analyze)	: 0
3600.09/3567.12	c number of learned constraints concerned by reduction	: 0
3600.09/3567.12	c number of learning phase by resolution	: 0
3600.09/3567.12	c number of learning phase by cutting planes	: 0
3600.09/3567.12	c number of rounding to 1 operations	: 0
3600.09/3567.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3567.12	c number of reductions of the coefficients by power 2 	: 0
3600.09/3567.12	c number of right shift for reduction by power 2 	: 0
3600.09/3567.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3567.12	c number of ending skipping 	: 0
3600.09/3567.12	c number of internal skipping 	: 0
3600.09/3567.12	c number of derivation steps 	: 51343558
3600.09/3567.12	c number of skipped derivation steps 	: 0
3600.09/3567.12	c number of remaining unassigned 	: 1
3600.09/3567.12	c number of remaining assigned 	: 11424
3600.09/3567.12	c number of falsified literals weakened from reason	: 0
3600.09/3567.12	c number of falsified literals weakened from conflict	: 0
3600.09/3567.12	c time for arithmetic operations	: 10944538
3600.09/3567.12	c minimum degree of deleted constraints	: null
3600.09/3567.12	c maximum degree of deleted constraints	: null
3600.09/3567.13	c number of deleted constraints	: 0
3600.09/3567.13	c speed (assignments/second)	: 862860.5155556654
3600.09/3567.13	c non guided choices	: 24337
3600.09/3567.13	c timeout
3600.09/3567.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 159856
3600.09/3567.18	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 35
3600.09/3567.18	s UNKNOWN
3600.09/3567.18	c Total wall clock time (in seconds): 3566.6

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: 63708 MiB (62796 MiB free)
  memory of node 1: 64465 MiB (63982 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503606-1751183386/watcher-4503606-1751183386 -o /tmp/evaluation-result-4503606-1751183386/solver-4503606-1751183386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751183386-21953 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503606-1751183386.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 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22011, runsolver pid=22008

[startup+0.100076 s]*
/proc/loadavg: 0.93 1.09 1.60 1/277 22018
/proc/meminfo: memFree=129815376/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=226632 memory=8832 CPUtime=0 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 588 0 86 0 0 0 0 0 20 0 2 0 34016155 232071168 2208 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 56658 2208 1856 1 0 586 0
[pid=22011/tid=22014] ppid=22008 vsize=226632 memory=4026531960 CPUtime=0 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) D 22008 22011 21943 0 -1 4194368 36 0 21 0 0 0 0 0 20 0 2 0 34016160 232071168 2208 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 0 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 226632 KiB
Current children cumulated memory: 8832 KiB

[startup+0.205198 s]*
/proc/loadavg: 0.93 1.09 1.60 1/297 22038
/proc/meminfo: memFree=129796728/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=18130736 memory=20480 CPUtime=0.01 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 1770 0 151 0 0 1 0 0 20 0 7 0 34016155 18565873664 5120 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4532684 5120 3136 1 0 540973 0
[pid=22011/tid=22014] ppid=22008 vsize=18130736 memory=3472328300254200092 CPUtime=0 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) D 22008 22011 21943 0 -1 4194368 1227 0 86 0 0 0 0 0 20 0 7 0 34016160 18565873664 5120 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16784588 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 20480 KiB

[startup+0.305711 s]*
/proc/loadavg: 0.93 1.09 1.60 3/338 22079
/proc/meminfo: memFree=129731440/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=18864664 memory=40916 CPUtime=0.02 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 5051 0 411 0 1 1 0 0 20 0 17 0 34016155 19317415936 10229 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4716166 10229 4391 1 0 546594 0
[pid=22011/tid=22014] ppid=22008 vsize=18864664 memory=-6000919472790727277 CPUtime=0.02 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) S 22008 22011 21943 0 -1 4194368 4306 0 333 0 1 1 0 0 20 0 17 0 34016160 19317415936 10229 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=18864664 memory=-4421386487691831653 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 17 0 34016184 19317415936 10229 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18864664 KiB
Current children cumulated memory: 40916 KiB

[startup+0.700264 s]
/proc/loadavg: 0.93 1.09 1.60 8/341 22082
/proc/meminfo: memFree=129700264/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=18930384 memory=80720 CPUtime=0.4 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 7687 0 447 0 37 3 0 0 20 0 18 0 34016155 19384713216 20180 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4732596 20180 5351 1 0 548549 0
[pid=22011/tid=22014] ppid=22008 vsize=18930384 memory=0 CPUtime=0.2 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 5198 0 353 0 18 2 0 0 20 0 18 0 34016160 19384713216 20180 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=18930384 memory=10752 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34016184 19384713216 20180 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=18930384 memory=4764 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34016189 19384713216 20180 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80720 KiB

[startup+1.50024 s]
/proc/loadavg: 0.93 1.09 1.60 9/345 22086
/proc/meminfo: memFree=129214112/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=18996948 memory=366768 CPUtime=1.98 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 17842 0 447 0 187 11 0 0 20 0 19 0 34016155 19452874752 91692 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4749237 91692 5383 1 0 1045860 0
[pid=22011/tid=22014] ppid=22008 vsize=18996948 memory=4764 CPUtime=0.85 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 5311 0 353 0 78 7 0 0 20 0 19 0 34016160 19452874752 91692 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016184 19452874752 91692 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34016189 19452874752 91692 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 366768 KiB

[startup+3.10603 s]
/proc/loadavg: 1.74 1.25 1.65 8/346 22087
/proc/meminfo: memFree=126104556/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=18996948 memory=1119204 CPUtime=4.46 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 20402 0 447 0 419 27 0 0 20 0 19 0 34016155 19452874752 279801 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4749237 279801 5447 1 0 1681253 0
[pid=22011/tid=22014] ppid=22008 vsize=18996948 memory=0 CPUtime=2.15 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 5570 0 353 0 198 17 0 0 20 0 19 0 34016160 19452874752 279801 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016184 19452874752 279801 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=18996948 memory=909936 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34016189 19452874752 279801 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1119204 KiB

[startup+6.30024 s]
/proc/loadavg: 1.74 1.25 1.65 7/349 22090
/proc/meminfo: memFree=121650928/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=2132696 CPUtime=8.72 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 22108 0 448 0 823 49 0 0 20 0 20 0 34016155 19521036288 533174 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 533174 5447 1 0 2162179 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=0 CPUtime=5.03 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 6105 0 353 0 469 34 0 0 20 0 20 0 34016160 19521036288 533174 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=280407140605776 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 533174 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 533174 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=417652 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 533174 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2132696 KiB

[startup+12.7002 s]
/proc/loadavg: 2.17 1.36 1.68 5/349 22090
/proc/meminfo: memFree=111409620/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=5443712 CPUtime=16 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 28269 0 448 0 1490 110 0 0 20 0 20 0 34016155 19521036288 1360928 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 1360928 5479 1 0 2162306 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=0 CPUtime=11.35 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 8374 0 353 0 1042 93 0 0 20 0 20 0 34016160 19521036288 1360928 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=417652 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 1360928 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 1360928 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=5384144 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 1360928 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5443712 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 1.46 1.71 5/349 22090
/proc/meminfo: memFree=110141088/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=5450160 CPUtime=29 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 36308 0 448 0 2788 112 0 0 20 0 20 0 34016155 19521036288 1362540 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 1362540 5479 1 0 2162308 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=5450160 CPUtime=24.03 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 11272 0 353 0 2310 93 0 0 20 0 20 0 34016160 19521036288 1362540 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=-6000919472790727277 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 1362540 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 1362540 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=3690760604935815403 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 1362540 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5450160 KiB

[startup+51.1059 s]
/proc/loadavg: 3.10 1.68 1.78 5/348 22091
/proc/meminfo: memFree=110048148/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=5481016 CPUtime=54.85 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 39451 0 448 0 5372 113 0 0 20 0 20 0 34016155 19521036288 1370254 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 1370254 5479 1 0 2162308 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=5478956 CPUtime=49.29 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 13559 0 353 0 4836 93 0 0 20 0 20 0 34016160 19521036288 1370254 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=5478956 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 1370254 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=5443712 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 1370254 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 1370254 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 54.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5481016 KiB

[startup+102.3 s]
/proc/loadavg: 3.74 2.11 1.92 5/348 22094
/proc/meminfo: memFree=109860736/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=5548616 CPUtime=106.49 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 50274 0 448 0 10531 118 0 0 20 0 20 0 34016155 19521036288 1387154 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 1387154 5479 1 0 2162308 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=5548616 CPUtime=99.67 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 19486 0 353 0 9873 94 0 0 20 0 20 0 34016160 19521036288 1387154 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0

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

/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2412 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=8586628 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3192.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586628 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/339 22252
/proc/meminfo: memFree=100259500/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=8586628 CPUtime=3253.26 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 332853 0 448 0 325000 326 0 0 20 0 20 0 34016155 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 2146657 5479 1 0 2164789 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=8586500 CPUtime=3177.16 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 194792 0 353 0 317580 136 0 0 20 0 20 0 34016160 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=8586628 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2455 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=8586628 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3253.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586628 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/340 22257
/proc/meminfo: memFree=100085876/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=8586628 CPUtime=3313.54 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 336280 0 448 0 331026 328 0 0 20 0 20 0 34016155 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 2146657 5479 1 0 2164789 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=8586628 CPUtime=3236.57 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 196569 0 353 0 323521 136 0 0 20 0 20 0 34016160 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=8586628 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=8586628 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2544 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3313.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586628 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/340 22261
/proc/meminfo: memFree=100085064/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=8586628 CPUtime=3373.85 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 342286 0 448 0 337054 331 0 0 20 0 20 0 34016155 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 2146657 5479 1 0 2164789 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=4252 CPUtime=3295.92 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 200972 0 353 0 329455 137 0 0 20 0 20 0 34016160 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=17180 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2672 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=8586628 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3373.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.12 4.09 5/340 22265
/proc/meminfo: memFree=100072672/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=8586628 CPUtime=3434.21 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 347767 0 448 0 343088 333 0 0 20 0 20 0 34016155 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 2146657 5479 1 0 2164789 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=14848 CPUtime=3355.25 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 204504 0 353 0 335387 138 0 0 20 0 20 0 34016160 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2801 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146657 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3434.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/340 22267
/proc/meminfo: memFree=100060480/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=8586756 CPUtime=3494.7 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 350700 0 448 0 349134 336 0 0 20 0 20 0 34016155 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 2146689 5479 1 0 2164789 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=14848 CPUtime=3414.43 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 207250 0 353 0 341305 138 0 0 20 0 20 0 34016160 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=8586756 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2801 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=8586756 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3494.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586756 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/339 22269
/proc/meminfo: memFree=100052160/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=8586756 CPUtime=3555.13 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 357045 0 448 0 355175 338 0 0 20 0 20 0 34016155 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 2146689 5479 1 0 2164789 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=8586756 CPUtime=3473.67 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 211842 0 353 0 347228 139 0 0 20 0 20 0 34016160 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=8586756 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=8586756 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2844 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=8586756 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3555.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3567.11 s]
/proc/loadavg: 4.12 4.12 4.09 5/315 22289
/proc/meminfo: memFree=109761936/131249996 swapFree=33010684/33010684
[pid=22011] ppid=22008 vsize=19063512 memory=8586756 CPUtime=3600.09 cores=0,2
/proc/22011/stat : 22011 (java) S 22008 22011 21943 0 -1 4194304 361330 0 448 0 359669 340 0 0 20 0 20 0 34016155 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
/proc/22011/statm: 4765878 2146689 5479 1 0 2164789 0
[pid=22011/tid=22014] ppid=22008 vsize=19063512 memory=10752 CPUtime=3518.1 cores=0,2
/proc/22011/task/22014/stat : 22014 (java) R 22008 22011 21943 0 -1 4194368 213619 0 353 0 351671 139 0 0 20 0 20 0 34016160 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22053] ppid=22008 vsize=19063512 memory=8586756 CPUtime=0 cores=0,2
/proc/22011/task/22053/stat : 22053 (Finalizer) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22080] ppid=22008 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/22011/task/22080/stat : 22080 (Common-Cleaner) S 22008 22011 21943 0 -1 4194368 2932 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
[pid=22011/tid=22089] ppid=22008 vsize=19063512 memory=-6000919489886120813 CPUtime=0 cores=0,2
/proc/22011/task/22089/stat : 22089 (Timer-0) S 22008 22011 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016556 19521036288 2146689 18446744073709551615 93877803786240 93877803789936 140730169403968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93877803797752 93877803798544 93877836902400 140730169407870 140730169407974 140730169407974 140730169413576 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8586756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.42694 s

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

[startup+3567.21 s]*
/proc/loadavg: 4.12 4.12 4.09 5/298 22312
/proc/meminfo: memFree=111903312/131249996 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): 3567.23
CPU time (s): 3600.24
CPU user time (s): 3596.81
CPU system time (s): 3.42694
CPU usage (%): 100.925
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8586756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.42694
maximum resident set size= 8587908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364653
page faults= 448
swaps= 0
block input operations= 28248
block output operations= 13776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127624
involuntary context switches= 10200


# summary of solver processes directly reported to runsolver:
#   pid: 22011
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.42694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64923 second user time and 17.0728 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 09:49:47
IDJOB=4503606
IDBENCH=155524
IDSOLVER=3361
FILE ID=nodeC015/4503606-1751183386
RUNJOBID= nodeC015-1751183386-21953
SLURM_JOB_ID= 9587569
Free space on /tmp= 432892 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503606-1751183386/watcher-4503606-1751183386 -o /tmp/evaluation-result-4503606-1751183386/solver-4503606-1751183386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751183386-21953 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503606-1751183386.opb

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=1610608744

nodeC015 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	: 0xb00002a
cpu MHz		: 3598.800
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.066
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 1199.152
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.355
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 1199.484
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.271
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 2639.074
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129822400 kB
MemAvailable:   129757500 kB
Buffers:            3280 kB
Cached:           744852 kB
SwapCached:            0 kB
Active:           304852 kB
Inactive:         525244 kB
Active(anon):     100364 kB
Inactive(anon):        0 kB
Active(file):     204488 kB
Inactive(file):   525244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            128628 kB
Writeback:             0 kB
AnonPages:         85712 kB
Mapped:           102636 kB
Shmem:             18076 kB
KReclaimable:      89212 kB
Slab:             174340 kB
SReclaimable:      89212 kB
SUnreclaim:        85128 kB
KernelStack:        4304 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     419688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432932 MiB
End job on nodeC015 at 2025-06-29 10:49:14