Trace number 4503750

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.22 3575.31

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-111.opb
MD5SUM4268d39683cc1d999f2f6f0490fb9359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark31.3265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 568
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.06/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.55	c See www.sat4j.org for details.
0.10/0.60	c version PB25.v20250606
0.10/0.61	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.61	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.61	c java.vm.version	22.0.1+8-16
0.10/0.61	c java.vm.vendor	Oracle Corporation
0.10/0.61	c sun.arch.data.model	64
0.10/0.61	c java.version		22.0.1
0.10/0.61	c os.name		Linux
0.10/0.61	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.61	c os.arch		amd64
0.10/0.61	c Free memory 		2104792832
0.10/0.61	c Max memory 		16282288128
0.10/0.61	c Total memory 		2113929216
0.10/0.62	c Number of processors 	2
0.22/0.70	c Pseudo Boolean Optimization by upper bound
0.22/0.70	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.70	c  - never skip resolution steps
0.22/0.70	c  - Auto-division on coefficients is disabled
0.22/0.70	c  - No postprocessing
0.22/0.70	c  - Conflict is considered as is when resolving
0.22/0.70	c  - Use constraints as they come during conflict analysis
0.22/0.70	c  - Weaken first using unassigned literals
0.22/0.70	c  - Bump strategy: ALWAYS_ONE
0.22/0.70	c  - Bumper: ANY
0.22/0.70	c --- Begin Solver configuration ---
0.22/0.70	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.22/0.70	c Learn all clauses as in MiniSAT
0.22/0.70	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.70	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.70	c No reason simplification
0.22/0.70	c Armin Biere (Picosat) restarts strategy
0.22/0.70	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.22/0.70	c timeout=2147483s
0.22/0.70	c DB Simplification allowed=false
0.22/0.70	c Listener: none
0.22/0.70	c --- End Solver configuration ---
0.22/0.70	c solving HOME/instance-4503750-1751183386.opb
0.22/0.70	c reading problem ... 
0.22/0.73	c  no objective function found
4.67/3.41	c ... done. Wall clock time 2.704s.
4.67/3.41	c declared #vars     33692
4.67/3.41	c #constraints  741696
4.67/3.41	c constraints type 
4.67/3.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
4.67/3.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
4.67/3.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
4.67/3.41	c org.sat4j.specs.Constr$1 => 4331
4.67/3.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 47
4.67/3.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
4.67/3.41	c 741696 constraints processed.
8.77/6.15	c cleaning 2501 clauses out of 5002
11.58/8.64	c cleaning 4251 clauses out of 8502
14.59/11.63	c cleaning 5623 clauses out of 11249
18.11/15.12	c cleaning 6808 clauses out of 13625
21.92/18.98	c cleaning 7902 clauses out of 15819
25.84/22.71	c cleaning 8956 clauses out of 17915
30.39/27.22	c cleaning 9973 clauses out of 19960
35.57/32.42	c cleaning 10991 clauses out of 21986
41.37/38.18	c cleaning 11991 clauses out of 23995
48.11/44.81	c cleaning 12996 clauses out of 26004
55.24/51.91	c cleaning 13999 clauses out of 28009
63.77/60.44	c cleaning 15003 clauses out of 30010
72.17/68.79	c cleaning 15998 clauses out of 32006
82.86/79.37	c cleaning 16998 clauses out of 34009
94.38/90.80	c cleaning 18004 clauses out of 36013
104.66/101.03	c cleaning 18994 clauses out of 38008
114.91/111.27	c cleaning 19996 clauses out of 40013
126.19/122.46	c cleaning 21006 clauses out of 42019
140.87/137.05	c cleaning 21999 clauses out of 44012
154.26/150.38	c cleaning 23000 clauses out of 46011
170.95/166.99	c cleaning 23999 clauses out of 48011
187.36/183.25	c cleaning 24995 clauses out of 50012
205.67/201.34	c cleaning 26001 clauses out of 52017
223.91/219.46	c cleaning 27004 clauses out of 54018
243.47/238.72	c cleaning 27999 clauses out of 56012
263.12/258.27	c cleaning 28993 clauses out of 58014
284.06/278.95	c cleaning 30007 clauses out of 60021
309.63/304.26	c cleaning 31000 clauses out of 62013
333.27/327.66	c cleaning 32002 clauses out of 64015
357.43/351.59	c cleaning 32991 clauses out of 66011
386.29/380.17	c cleaning 34005 clauses out of 68021
410.82/404.39	c cleaning 35001 clauses out of 70015
440.86/434.16	c cleaning 36002 clauses out of 72014
467.68/460.79	c cleaning 37001 clauses out of 74013
505.58/498.32	c cleaning 37999 clauses out of 76013
545.59/538.11	c cleaning 38991 clauses out of 78012
583.35/575.51	c cleaning 40008 clauses out of 80024
623.46/615.37	c cleaning 40996 clauses out of 82013
661.61/653.19	c cleaning 42002 clauses out of 84018
702.12/693.39	c cleaning 43003 clauses out of 86021
738.71/729.60	c cleaning 44003 clauses out of 88016
770.39/761.01	c cleaning 44980 clauses out of 90010
817.57/807.83	c cleaning 46000 clauses out of 92030
861.34/851.39	c cleaning 47005 clauses out of 94031
907.21/896.86	c cleaning 48000 clauses out of 96024
958.39/947.72	c cleaning 49000 clauses out of 98025
1008.57/997.50	c cleaning 50004 clauses out of 100024
1058.08/1046.76	c cleaning 50999 clauses out of 102021
1107.90/1096.11	c cleaning 52003 clauses out of 104021
1165.59/1153.40	c cleaning 53001 clauses out of 106019
1229.21/1216.72	c cleaning 54003 clauses out of 108019
1274.06/1261.20	c cleaning 54996 clauses out of 110014
1319.59/1306.45	c cleaning 56001 clauses out of 112018
1382.25/1368.88	c cleaning 56997 clauses out of 114018
1450.69/1436.91	c cleaning 57999 clauses out of 116020
1518.40/1504.29	c cleaning 59003 clauses out of 118021
1586.44/1571.95	c cleaning 60001 clauses out of 120018
1648.12/1633.19	c cleaning 60996 clauses out of 122017
1712.36/1697.01	c cleaning 61998 clauses out of 124021
1786.00/1770.30	c cleaning 63007 clauses out of 126024
1861.99/1846.01	c cleaning 64001 clauses out of 128017
1958.43/1942.27	c cleaning 65001 clauses out of 130015
2051.28/2034.62	c cleaning 66001 clauses out of 132017
2125.69/2108.67	c cleaning 66993 clauses out of 134014
2206.53/2189.12	c cleaning 67998 clauses out of 136020
2295.30/2277.56	c cleaning 69003 clauses out of 138022
2372.75/2354.44	c cleaning 70001 clauses out of 140019
2455.34/2436.62	c cleaning 70999 clauses out of 142018
2546.23/2526.93	c cleaning 71997 clauses out of 144021
2647.16/2627.55	c cleaning 73005 clauses out of 146023
2748.27/2728.03	c cleaning 74001 clauses out of 148017
2822.71/2801.76	c cleaning 75000 clauses out of 150017
2913.30/2891.63	c cleaning 76001 clauses out of 152018
3015.13/2992.88	c cleaning 77001 clauses out of 154015
3114.88/3092.18	c cleaning 78003 clauses out of 156015
3204.76/3181.51	c cleaning 78992 clauses out of 158011
3317.79/3294.28	c cleaning 79999 clauses out of 160019
3423.87/3399.82	c cleaning 80999 clauses out of 162021
3517.56/3492.98	c cleaning 82001 clauses out of 164021
3600.05/3575.21	c starts		: 251
3600.05/3575.22	c timeout
3600.05/3575.22	c conflicts		: 3543174
3600.05/3575.22	c decisions		: 4411619
3600.05/3575.22	c propagations		: 2660864815
3600.05/3575.22	c inspects		: 27165641014
3600.05/3575.22	c shortcuts		: 0
3600.05/3575.22	c learnt literals	: 0
3600.05/3575.22	c learnt binary clauses	: 0
3600.05/3575.22	c learnt ternary clauses	: 3
3600.05/3575.22	c learnt constraints	: 3543173
3600.05/3575.22	c ignored constraints	: 0
3600.05/3575.22	c root simplifications	: 0
3600.05/3575.22	c removed literals (reason simplification)	: 0
3600.05/3575.22	c reason swapping (by a shorter reason)	: 0
3600.05/3575.22	c Calls to reduceDB	: 79
3600.05/3575.22	c Number of update (reduction) of LBD	: 0
3600.05/3575.22	c Imported unit clauses	: 0
3600.05/3575.22	c No decision after first conflict	: false
3600.05/3575.22	c number of reductions to clauses (during analyze)	: 0
3600.05/3575.22	c number of learned constraints concerned by reduction	: 0
3600.05/3575.22	c number of learning phase by resolution	: 0
3600.05/3575.22	c number of learning phase by cutting planes	: 0
3600.05/3575.22	c number of rounding to 1 operations	: 0
3600.05/3575.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3575.22	c number of reductions of the coefficients by power 2 	: 0
3600.05/3575.22	c number of right shift for reduction by power 2 	: 0
3600.05/3575.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3575.22	c number of ending skipping 	: 0
3600.05/3575.22	c number of internal skipping 	: 0
3600.05/3575.22	c number of derivation steps 	: 52948175
3600.05/3575.22	c number of skipped derivation steps 	: 0
3600.05/3575.22	c number of remaining unassigned 	: 0
3600.05/3575.22	c number of remaining assigned 	: 121
3600.05/3575.22	c number of falsified literals weakened from reason	: 0
3600.05/3575.22	c number of falsified literals weakened from conflict	: 0
3600.05/3575.22	c time for arithmetic operations	: 903523
3600.05/3575.22	c minimum degree of deleted constraints	: null
3600.05/3575.22	c maximum degree of deleted constraints	: null
3600.05/3575.22	c number of deleted constraints	: 0
3600.05/3575.22	c speed (assignments/second)	: 744966.9661337778
3600.05/3575.22	c non guided choices	: 6557
3600.05/3575.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 149193
3600.05/3575.28	s UNKNOWN
3600.05/3575.28	c Total wall clock time (in seconds): 3574.58

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 (62804 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-4503750-1751183386/watcher-4503750-1751183386 -o /tmp/evaluation-result-4503750-1751183386/solver-4503750-1751183386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751183386-21956 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503750-1751183386.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100062 s]*
/proc/loadavg: 0.93 1.09 1.60 1/269 22007
/proc/meminfo: memFree=129821928/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=24960 memory=2560 CPUtime=0 cores=5,7
/proc/21992/stat : 21992 (java) D 21989 21992 21943 0 -1 4194304 189 0 8 0 0 0 0 0 20 0 1 0 34016143 25559040 640 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 6240 640 576 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 2560 KiB

[startup+0.205025 s]*
/proc/loadavg: 0.93 1.09 1.60 1/277 22018
/proc/meminfo: memFree=129815880/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=226632 memory=8704 CPUtime=0 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 560 0 109 0 0 0 0 0 20 0 2 0 34016143 232071168 2176 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 56658 2176 1824 1 0 586 0
[pid=21992/tid=22016] ppid=21989 vsize=226632 memory=3472328300254200092 CPUtime=0 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) D 21989 21992 21943 0 -1 4194368 29 0 17 0 0 0 0 0 20 0 2 0 34016160 232071168 2176 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 0 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 226632 KiB
Current children cumulated memory: 8704 KiB

[startup+0.30461 s]*
/proc/loadavg: 0.93 1.09 1.60 1/297 22038
/proc/meminfo: memFree=129797232/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=18130736 memory=20076 CPUtime=0.01 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 1677 0 168 0 0 1 0 0 20 0 7 0 34016143 18565873664 5019 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4532684 5019 3136 1 0 540973 0
[pid=21992/tid=22016] ppid=21989 vsize=18130736 memory=-6000919472790727277 CPUtime=0 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) D 21989 21992 21943 0 -1 4194368 1150 0 77 0 0 0 0 0 20 0 7 0 34016160 18565873664 5051 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 20076 KiB

[startup+0.700176 s]
/proc/loadavg: 0.93 1.09 1.60 9/341 22082
/proc/meminfo: memFree=129721812/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=18930384 memory=59272 CPUtime=0.22 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 6742 0 413 0 19 3 0 0 20 0 18 0 34016143 19384713216 14818 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4732596 14818 5366 1 0 547858 0
[pid=21992/tid=22016] ppid=21989 vsize=18930384 memory=0 CPUtime=0.13 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 5110 0 302 0 11 2 0 0 20 0 18 0 34016160 19384713216 14818 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=18930384 memory=18600775 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 34016184 19384713216 14818 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=18930384 memory=2617 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 34016189 19384713216 14818 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59272 KiB

[startup+1.5082 s]
/proc/loadavg: 0.93 1.09 1.60 11/345 22086
/proc/meminfo: memFree=129255952/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=18996948 memory=209916 CPUtime=1.77 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 16778 0 415 0 169 8 0 0 20 0 19 0 34016143 19452874752 52479 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4749237 52479 5398 1 0 554757 0
[pid=21992/tid=22016] ppid=21989 vsize=18996948 memory=0 CPUtime=0.74 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) S 21989 21992 21943 0 -1 4194368 5269 0 302 0 70 4 0 0 20 0 19 0 34016160 19452874752 52479 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=18996948 memory=18600775 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 34016184 19452874752 52479 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=18996948 memory=2617 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 34016189 19452874752 52479 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 209916 KiB

[startup+3.10586 s]
/proc/loadavg: 1.74 1.25 1.65 8/346 22087
/proc/meminfo: memFree=126391528/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=18996948 memory=1037844 CPUtime=4.32 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 19326 0 417 0 406 26 0 0 20 0 19 0 34016143 19452874752 259461 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4749237 259461 5462 1 0 1695986 0
[pid=21992/tid=22016] ppid=21989 vsize=18996948 memory=18600775 CPUtime=2.07 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 5586 0 302 0 190 17 0 0 20 0 19 0 34016160 19452874752 259461 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=18996948 memory=2760 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 34016184 19452874752 259461 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 34016189 19452874752 259461 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1037844 KiB

[startup+6.3003 s]
/proc/loadavg: 1.74 1.25 1.65 5/349 22090
/proc/meminfo: memFree=121874380/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=19063512 memory=3067924 CPUtime=9.12 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 23383 0 418 0 845 67 0 0 20 0 20 0 34016143 19521036288 766981 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 766981 5462 1 0 2174809 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=0 CPUtime=5 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 6619 0 303 0 445 55 0 0 20 0 20 0 34016160 19521036288 766981 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 766981 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 767493 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 767493 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3067924 KiB

[startup+12.7002 s]
/proc/loadavg: 2.17 1.36 1.68 5/349 22090
/proc/meminfo: memFree=111577556/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=19063512 memory=5425284 CPUtime=15.72 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 25549 0 419 0 1458 114 0 0 20 0 20 0 34016143 19521036288 1356321 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 1356321 5462 1 0 2174838 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=33 CPUtime=11.32 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 8624 0 303 0 1033 99 0 0 20 0 20 0 34016160 19521036288 1356321 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=-6000919468360952685 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 1356321 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=86050 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 1356321 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 1356321 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 15.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5425284 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=21992] ppid=21989 vsize=19063512 memory=5447916 CPUtime=28.64 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 32915 0 419 0 2749 115 0 0 20 0 20 0 34016143 19521036288 1361979 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 1361979 5462 1 0 2174854 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=86050 CPUtime=23.99 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 11206 0 303 0 2299 100 0 0 20 0 20 0 34016160 19521036288 1361979 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 1361979 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=5435592 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 1361979 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 1361979 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5447916 KiB

[startup+51.1058 s]
/proc/loadavg: 3.10 1.68 1.78 5/348 22091
/proc/meminfo: memFree=110048148/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=19063512 memory=5472640 CPUtime=54.45 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 35958 0 419 0 5328 117 0 0 20 0 20 0 34016143 19521036288 1368160 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 1368160 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=5466488 CPUtime=49.25 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 13658 0 303 0 4825 100 0 0 20 0 20 0 34016160 19521036288 1368160 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=5466488 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 1368160 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=3458826323567579577 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 1368160 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 1368160 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 54.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5472640 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=21992] ppid=21989 vsize=19063512 memory=5521892 CPUtime=105.95 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 46486 0 419 0 10474 121 0 0 20 0 20 0 34016143 19521036288 1380473 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 1380473 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=5521892 CPUtime=99.84 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 18609 0 303 0 9883 101 0 0 20 0 20 0 34016160 19521036288 1380473 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=-6000919468360952685 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 1380473 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=5480844 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 72 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 1380473 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=100267796/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3185.51 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 269107 0 419 0 318263 288 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3122.57 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 169110 0 303 0 312130 127 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 2762 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3185.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 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=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3245.75 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 274753 0 419 0 324285 290 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3182 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 172690 0 303 0 318072 128 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 2807 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3245.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 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=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3305.92 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 276817 0 419 0 330301 291 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3241.46 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 174507 0 303 0 324018 128 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=-6000919468360952685 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 2900 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3305.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 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=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3366.14 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 282366 0 419 0 336320 294 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3300.91 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 178722 0 303 0 329962 129 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 3032 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3366.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 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=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3426.37 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 286950 0 419 0 342341 296 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=10752 CPUtime=3360.36 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 181427 0 303 0 335907 129 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 3081 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=21824 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3426.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 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=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3486.72 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 288958 0 419 0 348374 298 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3419.68 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 183327 0 303 0 341838 130 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 3081 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=-6000919468360952685 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3486.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 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=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3547.05 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 294718 0 419 0 354405 300 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3479.02 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 186902 0 303 0 347772 130 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 3178 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=8496112 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3547.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.2 s]
/proc/loadavg: 4.11 4.12 4.09 5/338 22405
/proc/meminfo: memFree=115954264/131249996 swapFree=33010684/33010684
[pid=21992] ppid=21989 vsize=19063512 memory=8496112 CPUtime=3600.05 cores=5,7
/proc/21992/stat : 21992 (java) S 21989 21992 21943 0 -1 4194304 298842 0 419 0 359703 302 0 0 20 0 20 0 34016143 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
/proc/21992/statm: 4765878 2124028 5462 1 0 2174855 0
[pid=21992/tid=22016] ppid=21989 vsize=19063512 memory=10752 CPUtime=3531.51 cores=5,7
/proc/21992/task/22016/stat : 22016 (java) R 21989 21992 21943 0 -1 4194368 190023 0 303 0 353020 131 0 0 20 0 20 0 34016160 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22051] ppid=21989 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/21992/task/22051/stat : 22051 (Finalizer) S 21989 21992 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016184 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22082] ppid=21989 vsize=19063512 memory=-6000919481263090285 CPUtime=0 cores=5,7
/proc/21992/task/22082/stat : 22082 (Common-Cleaner) S 21989 21992 21943 0 -1 4194368 3178 0 0 0 0 0 0 0 20 0 20 0 34016189 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
[pid=21992/tid=22088] ppid=21989 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/21992/task/22088/stat : 22088 (Timer-0) S 21989 21992 21943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34016485 19521036288 2124028 18446744073709551615 94553567920128 94553567923824 140730277255216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94553567931640 94553567932432 94553580240896 140730277263742 140730277263846 140730277263846 140730277269448 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8496112 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.16 s, system=3.05334 s

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

Child status: 143

Real time (s): 3575.31
CPU time (s): 3600.22
CPU user time (s): 3597.16
CPU system time (s): 3.05334
CPU usage (%): 100.697
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8496112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.16
system time used= 3.05334
maximum resident set size= 8497392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302263
page faults= 419
swaps= 0
block input operations= 8064
block output operations= 13496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124468
involuntary context switches= 8779


# summary of solver processes directly reported to runsolver:
#   pid: 21992
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.16
#   total CPU system time (s): 3.05334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72051 second user time and 16.6251 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 09:49:47
IDJOB=4503750
IDBENCH=155584
IDSOLVER=3361
FILE ID=nodeC015/4503750-1751183386
RUNJOBID= nodeC015-1751183386-21956
SLURM_JOB_ID= 9587569
Free space on /tmp= 432872 MiB

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

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

MD5SUM BENCH= 4268d39683cc1d999f2f6f0490fb9359
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		: 3599.842
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		: 3600.383
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.305
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		: 3604.124
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		: 3599.876
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		: 3603.109
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.010
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		: 3600.067
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:        129816680 kB
MemAvailable:   129746920 kB
Buffers:            3280 kB
Cached:           739668 kB
SwapCached:            0 kB
Active:           308592 kB
Inactive:         520708 kB
Active(anon):     104428 kB
Inactive(anon):        0 kB
Active(file):     204164 kB
Inactive(file):   520708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            124092 kB
Writeback:             0 kB
AnonPages:         89460 kB
Mapped:           102636 kB
Shmem:             18076 kB
KReclaimable:      89212 kB
Slab:             174340 kB
SReclaimable:      89212 kB
SUnreclaim:        85128 kB
KernelStack:        4052 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     375668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 432972 MiB
End job on nodeC015 at 2025-06-29 10:49:22