Trace number 4499081

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 3538.89

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
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 benchmark2410.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4499081-1751413062.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.51/0.31	c ... done. Wall clock time 0.143s.
0.51/0.31	c declared #vars     2130
0.51/0.31	c #constraints  2544
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.51/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.51/0.31	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 320
0.51/0.31	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.51/0.31	c 2544 constraints processed.
0.51/0.33	c objective function length is 5 literals
21.99/17.98	c cleaning 2499 clauses out of 5001 with flag 0/5001
41.89/37.53	c cleaning 4250 clauses out of 8505 with flag 0/11004
64.88/60.15	c cleaning 5620 clauses out of 11252 with flag 0/18001
89.80/84.80	c cleaning 6810 clauses out of 13631 with flag 0/26000
121.14/115.58	c cleaning 7906 clauses out of 15821 with flag 0/35000
156.44/150.26	c cleaning 8952 clauses out of 17916 with flag 0/45001
195.85/189.07	c cleaning 9974 clauses out of 19963 with flag 0/56000
245.30/237.82	c cleaning 10989 clauses out of 21989 with flag 0/68000
313.73/304.93	c cleaning 11990 clauses out of 24000 with flag 0/81000
445.95/435.47	c cleaning 13001 clauses out of 26011 with flag 0/95001
862.53/849.24	c cleaning 13998 clauses out of 28012 with flag 0/110003
1091.93/1075.45	c cleaning 14997 clauses out of 30012 with flag 0/126001
1294.72/1275.90	c cleaning 15983 clauses out of 32015 with flag 0/143001
2302.35/2258.80	c cleaning 17016 clauses out of 34031 with flag 0/161000
2698.24/2646.09	c cleaning 18001 clauses out of 36015 with flag 0/180000
3600.01/3538.81	c starts		: 9
3600.01/3538.84	c conflicts		: 189722
3600.01/3538.84	c decisions		: 265086
3600.01/3538.84	c propagations		: 15322082
3600.01/3538.84	c inspects		: 726991175
3600.01/3538.84	c shortcuts		: 0
3600.01/3538.84	c learnt literals	: 0
3600.01/3538.84	c learnt binary clauses	: 0
3600.01/3538.84	c learnt ternary clauses	: 0
3600.01/3538.84	c learnt constraints	: 189722
3600.01/3538.84	c ignored constraints	: 0
3600.01/3538.84	c root simplifications	: 0
3600.01/3538.84	c removed literals (reason simplification)	: 0
3600.01/3538.84	c reason swapping (by a shorter reason)	: 0
3600.01/3538.84	c Calls to reduceDB	: 15
3600.01/3538.84	c Number of update (reduction) of LBD	: 185631
3600.01/3538.84	c Imported unit clauses	: 0
3600.01/3538.84	c No decision after first conflict	: false
3600.01/3538.84	c number of reductions to clauses (during analyze)	: 0
3600.01/3538.85	c number of learned constraints concerned by reduction	: 0
3600.01/3538.85	c number of learning phase by resolution	: 0
3600.01/3538.85	c number of learning phase by cutting planes	: 0
3600.01/3538.85	c number of rounding to 1 operations	: 0
3600.01/3538.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3538.85	c number of reductions of the coefficients by power 2 	: 0
3600.01/3538.85	c number of right shift for reduction by power 2 	: 0
3600.01/3538.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3538.85	c number of ending skipping 	: 0
3600.01/3538.85	c number of internal skipping 	: 0
3600.01/3538.85	c number of derivation steps 	: 2371726
3600.01/3538.85	c number of skipped derivation steps 	: 0
3600.01/3538.85	c number of remaining unassigned 	: 645061
3600.01/3538.85	c number of remaining assigned 	: 309718007
3600.01/3538.85	c number of falsified literals weakened from reason	: 0
3600.01/3538.85	c number of falsified literals weakened from conflict	: 0
3600.01/3538.85	c time for arithmetic operations	: 11730067519
3600.01/3538.85	c minimum degree of deleted constraints	: 40
3600.01/3538.85	c maximum degree of deleted constraints	: 75717093138920341390696164272246326397045909498939571004291395
3600.01/3538.85	c number of deleted constraints	: 161986
3600.01/3538.85	c speed (assignments/second)	: 4330.089410413524
3600.01/3538.85	c non guided choices	: 1498
3600.01/3538.87	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27736
3600.01/3538.87	s UNKNOWN
3600.01/3538.87	c Total wall clock time (in seconds): 3538.717

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=59448, runsolver pid=59436

[startup+0.10006 s]*
/proc/loadavg: 0.93 1.83 2.00 8/330 59521
/proc/meminfo: memFree=129131988/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=18930384 memory=55684 CPUtime=0.12 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 6561 0 9 0 10 2 0 0 20 0 18 0 56982803 19384713216 13921 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4732596 13921 5364 1 0 547612 0
[pid=59448/tid=59456] ppid=59436 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 5056 0 9 0 6 1 0 0 20 0 18 0 56982804 19384713216 13921 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=18930384 memory=16955 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 13921 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 13921 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55684 KiB

[startup+0.205574 s]*
/proc/loadavg: 0.93 1.83 2.00 13/330 59521
/proc/meminfo: memFree=129054744/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=18930384 memory=72912 CPUtime=0.31 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 7197 0 9 0 28 3 0 0 20 0 18 0 56982803 19384713216 18228 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4732596 18228 5428 1 0 548050 0
[pid=59448/tid=59456] ppid=59436 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) S 59436 59448 58968 0 -1 4194368 5395 0 9 0 15 2 0 0 20 0 18 0 56982804 19384713216 18228 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=18930384 memory=16955 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 18228 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 18228 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72912 KiB

[startup+0.305717 s]*
/proc/loadavg: 0.93 1.83 2.00 9/333 59524
/proc/meminfo: memFree=128778252/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=18930384 memory=130532 CPUtime=0.51 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 8788 0 9 0 46 5 0 0 20 0 18 0 56982803 19384713216 32633 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4732596 32633 5428 1 0 549107 0
[pid=59448/tid=59456] ppid=59436 vsize=18930384 memory=-6000919477035098986 CPUtime=0.24 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 5487 0 9 0 21 3 0 0 20 0 18 0 56982804 19384713216 32633 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 32633 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 32633 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 130532 KiB

[startup+0.700238 s]
/proc/loadavg: 0.93 1.83 2.00 11/336 59527
/proc/meminfo: memFree=128435260/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=161972 CPUtime=1.26 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 10607 0 9 0 121 5 0 0 20 0 20 0 56982803 19521036288 40493 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 40493 5524 1 0 550355 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=18176 CPUtime=0.53 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 5606 0 9 0 50 3 0 0 20 0 20 0 56982804 19521036288 40493 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 40493 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 40493 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 40493 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161972 KiB

[startup+1.50024 s]
/proc/loadavg: 1.57 1.95 2.04 9/338 59529
/proc/meminfo: memFree=128288972/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=180116 CPUtime=2.84 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 21224 0 9 0 277 7 0 0 20 0 20 0 56982803 19521036288 45029 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 45029 5524 1 0 553706 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=10752 CPUtime=1.27 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 6030 0 9 0 123 4 0 0 20 0 20 0 56982804 19521036288 45029 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 45029 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 45029 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 45029 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180116 KiB

[startup+3.10544 s]
/proc/loadavg: 1.57 1.95 2.04 8/338 59529
/proc/meminfo: memFree=126788012/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=610148 CPUtime=6 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 26570 0 9 0 583 17 0 0 20 0 20 0 56982803 19521036288 152537 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 152537 5524 1 0 661808 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=10752 CPUtime=2.78 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 6907 0 9 0 265 13 0 0 20 0 20 0 56982804 19521036288 152537 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=-6000919481330066282 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 152537 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 152537 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 152537 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 610148 KiB

[startup+6.3002 s]
/proc/loadavg: 1.93 2.02 2.06 6/339 59530
/proc/meminfo: memFree=126036064/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=803584 CPUtime=9.96 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 26866 0 9 0 974 22 0 0 20 0 20 0 56982803 19521036288 200896 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 200896 5524 1 0 661820 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=0 CPUtime=5.88 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 7024 0 9 0 571 17 0 0 20 0 20 0 56982804 19521036288 200896 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 200896 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 200896 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=182188 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 200896 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 803584 KiB

[startup+12.7002 s]
/proc/loadavg: 2.25 2.08 2.08 6/339 59530
/proc/meminfo: memFree=123838800/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=1246160 CPUtime=16.47 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 28768 0 9 0 1615 32 0 0 20 0 20 0 56982803 19521036288 311540 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 311540 5524 1 0 661838 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=182188 CPUtime=12.18 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 8458 0 9 0 1193 25 0 0 20 0 20 0 56982804 19521036288 311540 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=1115072 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 311540 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 311540 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=280431165942144 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 311540 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1246160 KiB

[startup+25.5002 s]
/proc/loadavg: 2.68 2.18 2.11 5/339 59530
/proc/meminfo: memFree=121445676/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=1643940 CPUtime=29.7 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 36070 0 9 0 2926 44 0 0 20 0 20 0 56982803 19521036288 410985 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 410985 5524 1 0 661906 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=-6000919481330066282 CPUtime=24.81 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 10580 0 9 0 2448 33 0 0 20 0 20 0 56982804 19521036288 410985 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=14248 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 410985 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 410985 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=97377923 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 410985 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 29.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1643940 KiB

[startup+51.1055 s]
/proc/loadavg: 3.49 2.41 2.19 5/340 59532
/proc/meminfo: memFree=120303940/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=1760792 CPUtime=55.68 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 41168 0 9 0 5515 53 0 0 20 0 20 0 56982803 19521036288 440198 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 440198 5524 1 0 661906 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=803584 CPUtime=49.84 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 13392 0 9 0 4947 37 0 0 20 0 20 0 56982804 19521036288 440198 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=1744396 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 440198 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0

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

/proc/meminfo: memFree=108781684/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3217.3 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 145711 0 9 0 321304 426 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3113.02 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 60280 0 9 0 311010 292 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=14248 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1538 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3217.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.18 4.11 5/342 59712
/proc/meminfo: memFree=108688128/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3277.27 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 145779 0 9 0 327299 428 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=14248 CPUtime=3172.69 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 60293 0 9 0 316976 293 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=18176 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1538 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3277.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.23 4.13 5/342 59714
/proc/meminfo: memFree=108611152/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3338.46 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 146503 0 9 0 333415 431 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3232.33 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 60889 0 9 0 322938 295 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1538 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3338.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.20 4.12 5/342 59716
/proc/meminfo: memFree=108542672/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3399.7 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 149288 0 9 0 339535 435 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3291.97 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 62705 0 9 0 328901 296 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=14248 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=2244 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1648 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3399.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.21 4.13 5/342 59718
/proc/meminfo: memFree=108462248/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3460.97 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 152803 0 9 0 345658 439 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3351.6 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 64189 0 9 0 334863 297 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=14248 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1728 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3460.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.21 4.13 5/341 59720
/proc/meminfo: memFree=108365008/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3522.21 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 154043 0 9 0 351779 442 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=-6000919481330066282 CPUtime=3411.33 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 64307 0 9 0 340835 298 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=14248 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1728 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3522.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.13 5/341 59729
/proc/meminfo: memFree=108275060/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3583.54 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 154586 0 9 0 357909 445 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=164 CPUtime=3470.97 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 64794 0 9 0 346798 299 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1728 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=2603856 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3583.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3538.8 s]
/proc/loadavg: 4.18 4.19 4.13 5/341 59729
/proc/meminfo: memFree=108249468/131250000 swapFree=33010672/33010684
[pid=59448] ppid=59436 vsize=19063512 memory=2603856 CPUtime=3600.01 cores=5,7
/proc/59448/stat : 59448 (java) S 59436 59448 58968 0 -1 4194304 154732 0 9 0 359556 445 0 0 20 0 20 0 56982803 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
/proc/59448/statm: 4765878 650964 5556 1 0 662857 0
[pid=59448/tid=59456] ppid=59436 vsize=19063512 memory=7162131028038123823 CPUtime=3487.42 cores=5,7
/proc/59448/task/59456/stat : 59456 (java) R 59436 59448 58968 0 -1 4194368 64932 0 9 0 348443 299 0 0 20 0 20 0 56982804 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59492] ppid=59436 vsize=19063512 memory=7133757022432133875 CPUtime=0 cores=5,7
/proc/59448/task/59492/stat : 59492 (Finalizer) S 59436 59448 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59518] ppid=59436 vsize=19063512 memory=-7307509019880637920 CPUtime=0 cores=5,7
/proc/59448/task/59518/stat : 59518 (Common-Cleaner) S 59436 59448 58968 0 -1 4194368 1728 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
[pid=59448/tid=59525] ppid=59436 vsize=19063512 memory=6944652177228980320 CPUtime=0 cores=5,7
/proc/59448/task/59525/stat : 59525 (Timer-0) S 59436 59448 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982837 19521036288 650964 18446744073709551615 94548447670272 94548447673968 140722482504912 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548447681784 94548447682576 94548464017408 140722482510125 140722482510310 140722482510310 140722482515912 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2603856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.7 s, system=4.47086 s

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

Child status: 143

Real time (s): 3538.89
CPU time (s): 3600.18
CPU user time (s): 3595.7
CPU system time (s): 4.47086
CPU usage (%): 101.732
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2603856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.7
system time used= 4.47086
maximum resident set size= 2604624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156059
page faults= 9
swaps= 0
block input operations= 0
block output operations= 3938192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130942
involuntary context switches= 15616


# summary of solver processes directly reported to runsolver:
#   pid: 59448
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3595.7
#   total CPU system time (s): 4.47086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27008 second user time and 16.7583 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-02 01:37:42
IDJOB=4499081
IDBENCH=148770
IDSOLVER=3362
FILE ID=nodeC014/4499081-1751413062
RUNJOBID= nodeC014-1751413062-59397
SLURM_JOB_ID= 9598312
Free space on /tmp= 432860 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499081-1751413062/watcher-4499081-1751413062 -o /tmp/evaluation-result-4499081-1751413062/solver-4499081-1751413062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751413062-59397 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499081-1751413062 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499081-1751413062.opb

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=995190121

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.199
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		: 2272.129
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		: 3600.273
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		: 3604.161
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		: 3600.688
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.954
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.201
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		: 3528.151
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:        129220388 kB
MemAvailable:   129710692 kB
Buffers:            2508 kB
Cached:          1287216 kB
SwapCached:            4 kB
Active:           541136 kB
Inactive:         824072 kB
Active(anon):      89696 kB
Inactive(anon):     3852 kB
Active(file):     451440 kB
Inactive(file):   820220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         78656 kB
Mapped:           103648 kB
Shmem:             18064 kB
KReclaimable:     115768 kB
Slab:             206248 kB
SReclaimable:     115768 kB
SUnreclaim:        90480 kB
KernelStack:        4064 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 432856 MiB
End job on nodeC014 at 2025-07-02 02:36:41