Trace number 4486109

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.18 3603.77

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-qnet1_o.opb
MD5SUM4401e16402ac51c9a85648986d824744
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.016741
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5380
Total number of constraints584
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint2
Maximum length of a constraint54
Number of terms in the objective function 3720
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 133143986052
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 8388608000000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 17124187591735
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4486109-1751322656.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.29/0.29	c ... done. Wall clock time 0.129s.
0.29/0.29	c declared #vars     5380
0.29/0.29	c #constraints  916
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 80
0.29/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 368
0.29/0.29	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 419
0.29/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.29/0.29	c 916 constraints processed.
0.49/0.31	c objective function length is 3720 literals
20.92/18.87	c cleaning 2500 clauses out of 5000 with flag 0/5000
77.10/74.60	c cleaning 4250 clauses out of 8500 with flag 0/11000
173.64/171.12	c cleaning 5625 clauses out of 11250 with flag 0/18000
313.58/311.07	c cleaning 6813 clauses out of 13625 with flag 0/26000
507.32/508.84	c cleaning 7906 clauses out of 15812 with flag 0/35000
751.86/753.42	c cleaning 8953 clauses out of 17906 with flag 0/45000
1054.67/1056.39	c cleaning 9977 clauses out of 19953 with flag 0/56000
1422.26/1423.99	c cleaning 10988 clauses out of 21976 with flag 0/68000
1862.64/1866.76	c cleaning 11994 clauses out of 23988 with flag 0/81000
2383.79/2387.79	c cleaning 12997 clauses out of 25994 with flag 0/95000
2987.46/2991.29	c cleaning 13999 clauses out of 27997 with flag 0/110000
3600.06/3603.72	c timeout
3600.06/3603.72	c starts		: 5
3600.06/3603.72	c conflicts		: 124625
3600.06/3603.72	c decisions		: 273675
3600.06/3603.72	c propagations		: 3352031
3600.06/3603.72	c inspects		: 3736679086
3600.06/3603.72	c shortcuts		: 0
3600.06/3603.72	c learnt literals	: 0
3600.06/3603.72	c learnt binary clauses	: 0
3600.06/3603.72	c learnt ternary clauses	: 0
3600.06/3603.72	c learnt constraints	: 124625
3600.06/3603.72	c ignored constraints	: 0
3600.06/3603.72	c root simplifications	: 0
3600.06/3603.72	c removed literals (reason simplification)	: 0
3600.06/3603.72	c reason swapping (by a shorter reason)	: 0
3600.06/3603.72	c Calls to reduceDB	: 11
3600.06/3603.72	c Number of update (reduction) of LBD	: 353
3600.06/3603.72	c Imported unit clauses	: 0
3600.06/3603.73	c No decision after first conflict	: false
3600.06/3603.73	c number of reductions to clauses (during analyze)	: 0
3600.06/3603.73	c number of learned constraints concerned by reduction	: 0
3600.06/3603.73	c number of learning phase by resolution	: 0
3600.06/3603.73	c number of learning phase by cutting planes	: 0
3600.06/3603.73	c number of rounding to 1 operations	: 0
3600.06/3603.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3603.73	c number of reductions of the coefficients by power 2 	: 0
3600.06/3603.73	c number of right shift for reduction by power 2 	: 0
3600.06/3603.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3603.73	c number of ending skipping 	: 0
3600.06/3603.73	c number of internal skipping 	: 0
3600.06/3603.73	c number of derivation steps 	: 1120958
3600.06/3603.73	c number of skipped derivation steps 	: 0
3600.06/3603.73	c number of remaining unassigned 	: 969
3600.06/3603.73	c number of remaining assigned 	: 20784469
3600.06/3603.73	c number of falsified literals weakened from reason	: 0
3600.06/3603.73	c number of falsified literals weakened from conflict	: 0
3600.06/3603.73	c time for arithmetic operations	: 582081233
3600.06/3603.73	c minimum degree of deleted constraints	: 191
3600.06/3603.73	c maximum degree of deleted constraints	: 3065402581234096405448967328250432196897545368569735482023430435870558535414463050875547046817324146654793638142538611112677340888503263057927637559181362582563333478901542455640
3600.06/3603.73	c number of deleted constraints	: 96002
3600.06/3603.73	c speed (assignments/second)	: 930.245033489344
3600.06/3603.73	c non guided choices	: 0
3600.06/3603.75	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10
3600.06/3603.75	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28613
3600.06/3603.75	s UNKNOWN
3600.06/3603.75	c Total wall clock time (in seconds): 3603.59

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 4.17 4.14 4.10 6/338 44765
/proc/meminfo: memFree=122079424/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=18930384 memory=57696 CPUtime=0.12 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 6552 0 0 0 10 2 0 0 20 0 18 0 47942183 19384713216 14424 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4732596 14424 5350 1 0 547604 0
[pid=44747/tid=44749] ppid=44744 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 5061 0 0 0 6 1 0 0 20 0 18 0 47942184 19384713216 14424 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47942187 19384713216 14424 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=18930384 memory=59585004336271 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47942187 19384713216 14424 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57696 KiB

[startup+0.205893 s]*
/proc/loadavg: 4.17 4.14 4.10 6/338 44765
/proc/meminfo: memFree=122074080/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=18930384 memory=64248 CPUtime=0.29 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 7099 0 0 0 27 2 0 0 20 0 18 0 47942183 19384713216 16062 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4732596 16062 5414 1 0 547974 0
[pid=44747/tid=44749] ppid=44744 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 5357 0 0 0 14 2 0 0 20 0 18 0 47942184 19384713216 16062 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=18930384 memory=16955 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47942187 19384713216 16062 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47942187 19384713216 16062 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64248 KiB

[startup+0.305772 s]*
/proc/loadavg: 4.17 4.14 4.10 6/338 44765
/proc/meminfo: memFree=122002432/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=18930384 memory=131000 CPUtime=0.49 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 7641 0 0 0 45 4 0 0 20 0 18 0 47942183 19384713216 32750 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4732596 32750 5478 1 0 548248 0
[pid=44747/tid=44749] ppid=44744 vsize=18930384 memory=-6000919489903028331 CPUtime=0.25 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 5513 0 0 0 22 3 0 0 20 0 18 0 47942184 19384713216 32750 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47942187 19384713216 32750 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47942187 19384713216 32750 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 131000 KiB

[startup+0.700252 s]
/proc/loadavg: 4.17 4.14 4.10 6/340 44767
/proc/meminfo: memFree=121973888/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=162832 CPUtime=1.24 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 11528 0 0 0 119 5 0 0 20 0 20 0 47942183 19521036288 40708 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 40708 5510 1 0 550585 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=18176 CPUtime=0.58 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 5603 0 0 0 55 3 0 0 20 0 20 0 47942184 19521036288 40708 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 40708 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 40708 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 40708 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162832 KiB

[startup+1.50025 s]
/proc/loadavg: 4.17 4.14 4.10 5/317 44771
/proc/meminfo: memFree=126173348/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=332388 CPUtime=2.83 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 30068 0 0 0 271 12 0 0 20 0 20 0 47942183 19521036288 83097 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 83097 5510 1 0 556930 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=0 CPUtime=1.33 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 5939 0 0 0 125 8 0 0 20 0 20 0 47942184 19521036288 83097 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 83097 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 83097 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 83097 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 332388 KiB

[startup+3.10577 s]
/proc/loadavg: 4.17 4.14 4.10 7/341 44835
/proc/meminfo: memFree=125322412/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=914692 CPUtime=5.15 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 33289 0 0 0 491 24 0 0 20 0 20 0 47942183 19521036288 228673 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 228673 5510 1 0 556983 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=10752 CPUtime=2.92 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 7074 0 0 0 273 19 0 0 20 0 20 0 47942184 19521036288 228673 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=-6000919489903028331 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 228673 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 228673 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 228673 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 914692 KiB

[startup+6.30022 s]
/proc/loadavg: 4.40 4.19 4.11 6/342 44836
/proc/meminfo: memFree=124664220/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1317436 CPUtime=8.36 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 33835 0 0 0 802 34 0 0 20 0 20 0 47942183 19521036288 329359 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 329359 5510 1 0 556986 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=0 CPUtime=6.09 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 7529 0 0 0 580 29 0 0 20 0 20 0 47942184 19521036288 329359 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 329359 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 329359 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 329359 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317436 KiB

[startup+12.7002 s]
/proc/loadavg: 4.36 4.18 4.11 5/342 44836
/proc/meminfo: memFree=123954984/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1319484 CPUtime=14.78 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 35620 0 0 0 1443 35 0 0 20 0 20 0 47942183 19521036288 329871 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 329871 5510 1 0 556986 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=0 CPUtime=12.45 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 8720 0 0 0 1216 29 0 0 20 0 20 0 47942184 19521036288 329871 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 329871 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=-6000919489903028331 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 329871 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=9051282642999345325 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 329871 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 14.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319484 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.19 4.12 7/341 44903
/proc/meminfo: memFree=124730668/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1323712 CPUtime=27.68 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 42383 0 0 0 2730 38 0 0 20 0 20 0 47942183 19521036288 330928 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 330928 5510 1 0 557034 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=0 CPUtime=25.14 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 11133 0 0 0 2483 31 0 0 20 0 20 0 47942184 19521036288 330928 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 330928 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 330928 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=1323712 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 330928 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 27.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323712 KiB

[startup+51.1059 s]
/proc/loadavg: 4.46 4.22 4.13 5/343 45038
/proc/meminfo: memFree=123641176/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1332192 CPUtime=53.39 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 46055 0 0 0 5294 45 0 0 20 0 20 0 47942183 19521036288 333048 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 333048 5510 1 0 557034 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=-6000919489903028331 CPUtime=50.53 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 12031 0 0 0 5016 37 0 0 20 0 20 0 47942184 19521036288 333048 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=-6000919489903028331 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 333048 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0

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

/proc/meminfo: memFree=119607976/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1608564 CPUtime=3278.62 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 87134 0 0 0 327616 246 0 0 20 0 20 0 47942183 19521036288 402141 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 402141 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=14248 CPUtime=3258.78 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 32561 0 0 0 325765 113 0 0 20 0 20 0 47942184 19521036288 402141 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=1606512 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 402141 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=1606512 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1136 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 402141 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 402141 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3278.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1608564 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/343 45229
/proc/meminfo: memFree=119581724/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1610612 CPUtime=3338.64 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 87712 0 0 0 333615 249 0 0 20 0 20 0 47942183 19521036288 402653 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 402653 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=10752 CPUtime=3318.48 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 32855 0 0 0 331734 114 0 0 20 0 20 0 47942184 19521036288 402653 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 402653 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=1610612 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 402653 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=1610612 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 402653 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3338.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.11 5/344 45232
/proc/meminfo: memFree=119561092/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1614708 CPUtime=3398.64 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 87780 0 0 0 339613 251 0 0 20 0 20 0 47942183 19521036288 403677 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 403677 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=1610612 CPUtime=3378.15 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 32877 0 0 0 337701 114 0 0 20 0 20 0 47942184 19521036288 403677 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=-6000919489903028331 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 403677 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=1614708 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 403677 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 403677 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3398.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1614708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.17 4.11 5/344 45234
/proc/meminfo: memFree=119541856/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1616760 CPUtime=3458.67 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 87851 0 0 0 345614 253 0 0 20 0 20 0 47942183 19521036288 404190 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 404190 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=1610612 CPUtime=3437.86 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 32901 0 0 0 343671 115 0 0 20 0 20 0 47942184 19521036288 404190 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=18176 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 404190 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=1616760 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 404190 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 404190 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3458.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1616760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/343 45236
/proc/meminfo: memFree=119520612/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1620860 CPUtime=3518.71 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 88354 0 0 0 351614 257 0 0 20 0 20 0 47942183 19521036288 405215 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 405215 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=1612660 CPUtime=3497.54 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 33352 0 0 0 349638 116 0 0 20 0 20 0 47942184 19521036288 405215 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405215 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405215 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=-6000919489903028331 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 405215 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3518.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1620860 KiB

[startup+3582.3 s]
/proc/loadavg: 3.94 4.10 4.09 4/318 45271
/proc/meminfo: memFree=121070704/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1622912 CPUtime=3578.66 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 89067 0 0 0 357605 261 0 0 20 0 20 0 47942183 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 405728 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=1612660 CPUtime=3557.15 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 33919 0 0 0 355596 119 0 0 20 0 20 0 47942184 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=18176 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1210 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3578.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1622912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.7 s]
/proc/loadavg: 3.67 4.03 4.07 3/292 45305
/proc/meminfo: memFree=123903192/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1622912 CPUtime=3600.06 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 89425 0 0 0 359744 262 0 0 20 0 20 0 47942183 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 405728 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=1620860 CPUtime=3578.43 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 34264 0 0 0 357724 119 0 0 20 0 20 0 47942184 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1210 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1622912 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=2.64003 s

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

[startup+3603.7 s]
/proc/loadavg: 3.67 4.03 4.07 3/292 45305
/proc/meminfo: memFree=123903192/131250000 swapFree=33010684/33010684
[pid=44747] ppid=44744 vsize=19063512 memory=1622912 CPUtime=3600.06 cores=4,6
/proc/44747/stat : 44747 (java) S 44744 44747 43528 0 -1 4194304 89425 0 0 0 359744 262 0 0 20 0 20 0 47942183 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
/proc/44747/statm: 4765878 405728 5542 1 0 557128 0
[pid=44747/tid=44749] ppid=44744 vsize=19063512 memory=1620860 CPUtime=3578.43 cores=4,6
/proc/44747/task/44749/stat : 44749 (java) R 44744 44747 43528 0 -1 4194368 34264 0 0 0 357724 119 0 0 20 0 20 0 47942184 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44758] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44758/stat : 44758 (Finalizer) S 44744 44747 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44765] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44765/stat : 44765 (Common-Cleaner) S 44744 44747 43528 0 -1 4194368 1210 0 0 0 0 0 0 0 20 0 20 0 47942187 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
[pid=44747/tid=44766] ppid=44744 vsize=19063512 memory=1622912 CPUtime=0 cores=4,6
/proc/44747/task/44766/stat : 44766 (Timer-0) S 44744 44747 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47942218 19521036288 405728 18446744073709551615 94090981134336 94090981138032 140725521130592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090981145848 94090981146640 94091000537088 140725521131821 140725521132006 140725521132006 140725521137608 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1622912 KiB

Child status: 143

Real time (s): 3603.77
CPU time (s): 3600.18
CPU user time (s): 3597.54
CPU system time (s): 2.64003
CPU usage (%): 99.9003
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1622912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.54
system time used= 2.64003
maximum resident set size= 1623936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 495544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155388
involuntary context switches= 8544


# summary of solver processes directly reported to runsolver:
#   pid: 44747
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.54
#   total CPU system time (s): 2.64003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65386 second user time and 17.8735 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-01 00:30:56
IDJOB=4486109
IDBENCH=146953
IDSOLVER=3362
FILE ID=nodeC014/4486109-1751322656
RUNJOBID= nodeC014-1751315455-43539
SLURM_JOB_ID= 9594331
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-qnet1_o.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486109-1751322656/watcher-4486109-1751322656 -o /tmp/evaluation-result-4486109-1751322656/solver-4486109-1751322656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751315455-43539 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486109-1751322656 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4486109-1751322656.opb

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

MD5SUM BENCH= 4401e16402ac51c9a85648986d824744
RANDOM SEED=1399099862

nodeC014 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		: 3600.117
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.23
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		: 3556.833
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.23
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		: 3599.781
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.23
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		: 3600.148
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.23
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		: 3421.118
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.23
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		: 3599.840
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.23
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.121
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.23
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		: 3617.153
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122096376 kB
MemAvailable:   122727420 kB
Buffers:            3280 kB
Cached:          1435668 kB
SwapCached:            0 kB
Active:          7397816 kB
Inactive:        1179544 kB
Active(anon):    7156504 kB
Inactive(anon):        0 kB
Active(file):     241312 kB
Inactive(file):  1179544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:       7140424 kB
Mapped:           123696 kB
Shmem:             18068 kB
KReclaimable:      98852 kB
Slab:             187492 kB
SReclaimable:      98852 kB
SUnreclaim:        88640 kB
KernelStack:        5168 kB
PageTables:        17668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   13465592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6916096 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC014 at 2025-07-01 01:31:00