Trace number 4499035

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.12 3554.56

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx84.opb
MD5SUMd60e9860abd72f5860673673bfdb8c38
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.251803
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6088
Total number of constraints6677
Number of constraints which are clauses6080
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints512
Minimum length of a constraint2
Maximum length of a constraint512
Number of terms in the objective function 8
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 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1039
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: EFFECTIVE
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Dynamic restart strategy considering the size of the coefficients
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4499035-1751413062.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c using VERIPB proof format
0.10/0.17	c  objective function found
0.67/0.43	c ... done. Wall clock time 0.256s.
0.67/0.43	c declared #vars     6088
0.67/0.43	c #constraints  6761
0.67/0.43	c constraints type 
0.67/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6080
0.67/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
0.67/0.43	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 512
0.67/0.43	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.67/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 84
0.67/0.43	c 6761 constraints processed.
0.67/0.45	c objective function length is 8 literals
60.21/55.85	c cleaning 2490 clauses out of 5000 with flag 0/5000
82.44/77.55	c cleaning 4256 clauses out of 8511 with flag 0/11001
265.86/259.62	c cleaning 5607 clauses out of 11254 with flag 0/18000
440.11/433.02	c cleaning 6818 clauses out of 13648 with flag 0/26001
768.59/759.72	c cleaning 7907 clauses out of 15834 with flag 0/35005
1188.10/1177.17	c cleaning 8955 clauses out of 17922 with flag 0/45000
1351.09/1339.05	c cleaning 9985 clauses out of 19969 with flag 0/56002
1536.62/1523.53	c cleaning 10974 clauses out of 21982 with flag 0/68000
1842.53/1826.93	c cleaning 11992 clauses out of 24008 with flag 0/81000
2124.74/2104.29	c cleaning 12980 clauses out of 26016 with flag 0/95000
2564.96/2534.95	c cleaning 14000 clauses out of 28037 with flag 0/110001
3378.11/3333.90	c cleaning 15000 clauses out of 30037 with flag 0/126001
3600.02/3554.51	c starts		: 25
3600.02/3554.52	c timeout
3600.02/3554.52	c conflicts		: 131286
3600.02/3554.52	c decisions		: 237556
3600.02/3554.52	c propagations		: 12637681
3600.02/3554.52	c inspects		: 334323796
3600.02/3554.52	c shortcuts		: 0
3600.02/3554.52	c learnt literals	: 0
3600.02/3554.52	c learnt binary clauses	: 0
3600.02/3554.52	c learnt ternary clauses	: 0
3600.02/3554.52	c learnt constraints	: 131286
3600.02/3554.52	c ignored constraints	: 0
3600.02/3554.52	c root simplifications	: 0
3600.02/3554.52	c removed literals (reason simplification)	: 0
3600.02/3554.52	c reason swapping (by a shorter reason)	: 0
3600.02/3554.52	c Calls to reduceDB	: 12
3600.02/3554.52	c Number of update (reduction) of LBD	: 141060
3600.02/3554.52	c Imported unit clauses	: 0
3600.02/3554.52	c No decision after first conflict	: false
3600.02/3554.52	c number of reductions to clauses (during analyze)	: 0
3600.02/3554.52	c number of learned constraints concerned by reduction	: 0
3600.02/3554.52	c number of learning phase by resolution	: 0
3600.02/3554.52	c number of learning phase by cutting planes	: 0
3600.02/3554.52	c number of rounding to 1 operations	: 0
3600.02/3554.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3554.52	c number of reductions of the coefficients by power 2 	: 0
3600.02/3554.52	c number of right shift for reduction by power 2 	: 0
3600.02/3554.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3554.52	c number of ending skipping 	: 0
3600.02/3554.52	c number of internal skipping 	: 0
3600.02/3554.52	c number of derivation steps 	: 1384849
3600.02/3554.52	c number of skipped derivation steps 	: 0
3600.02/3554.52	c number of remaining unassigned 	: 258438
3600.02/3554.52	c number of remaining assigned 	: 397628511
3600.02/3554.52	c number of falsified literals weakened from reason	: 0
3600.02/3554.52	c number of falsified literals weakened from conflict	: 0
3600.02/3554.52	c time for arithmetic operations	: 14522087679
3600.02/3554.52	c minimum degree of deleted constraints	: 379
3600.02/3554.52	c maximum degree of deleted constraints	: 459849742972448428234884380010201746424000
3600.02/3554.52	c number of deleted constraints	: 110964
3600.02/3554.53	c speed (assignments/second)	: 3555.834453411006
3600.02/3554.53	c non guided choices	: 6755
3600.02/3554.54	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20322
3600.02/3554.54	s UNKNOWN
3600.02/3554.54	c Total wall clock time (in seconds): 3554.372

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 (62875 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-4499035-1751413062/watcher-4499035-1751413062 -o /tmp/evaluation-result-4499035-1751413062/solver-4499035-1751413062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751413062-59394 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499035-1751413062 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499035-1751413062.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 0.93 1.83 2.00 10/330 59521
/proc/meminfo: memFree=129132492/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=18930384 memory=53012 CPUtime=0.1 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 6373 0 176 0 9 1 0 0 20 0 18 0 56982802 19384713216 13253 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4732596 13253 5310 1 0 547532 0
[pid=59444/tid=59454] ppid=59435 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 4895 0 168 0 5 1 0 0 20 0 18 0 56982804 19384713216 13253 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=18930384 memory=16955 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 13253 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 13253 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53012 KiB

[startup+0.205177 s]*
/proc/loadavg: 0.93 1.83 2.00 12/330 59521
/proc/meminfo: memFree=129083416/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=18930384 memory=74468 CPUtime=0.28 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 7043 0 176 0 26 2 0 0 20 0 18 0 56982802 19384713216 18617 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4732596 18617 5406 1 0 547973 0
[pid=59444/tid=59454] ppid=59435 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) S 59435 59444 58968 0 -1 4194368 5313 0 168 0 14 2 0 0 20 0 18 0 56982804 19384713216 18617 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=18930384 memory=16955 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 18617 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56982807 19384713216 18617 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74468 KiB

[startup+0.305432 s]*
/proc/loadavg: 0.93 1.83 2.00 11/333 59524
/proc/meminfo: memFree=128782348/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=18998012 memory=154244 CPUtime=0.47 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 8227 0 176 0 43 4 0 0 20 0 19 0 56982802 19453964288 38561 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4749503 38561 5438 1 0 549169 0
[pid=59444/tid=59454] ppid=59435 vsize=18998012 memory=-6000919477035098986 CPUtime=0.24 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 5361 0 168 0 21 3 0 0 20 0 19 0 56982804 19453964288 38561 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=18998012 memory=0 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56982807 19453964288 38561 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=18998012 memory=0 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56982807 19453964288 38561 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18998012 KiB
Current children cumulated memory: 154244 KiB

[startup+0.700224 s]
/proc/loadavg: 0.93 1.83 2.00 11/336 59527
/proc/meminfo: memFree=128453408/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=217100 CPUtime=1.23 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 12451 0 176 0 117 6 0 0 20 0 20 0 56982802 19521036288 54275 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 54275 5470 1 0 552114 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=18176 CPUtime=0.55 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 5518 0 168 0 51 4 0 0 20 0 20 0 56982804 19521036288 54275 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 54275 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 54275 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 54275 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217100 KiB

[startup+1.50025 s]
/proc/loadavg: 0.93 1.83 2.00 9/338 59529
/proc/meminfo: memFree=128293068/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=330668 CPUtime=2.83 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 20997 0 176 0 273 10 0 0 20 0 20 0 56982802 19521036288 82667 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 82667 5470 1 0 553602 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=0 CPUtime=1.32 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 6075 0 168 0 125 7 0 0 20 0 20 0 56982804 19521036288 82667 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 82667 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 82667 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 82667 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 330668 KiB

[startup+3.10548 s]
/proc/loadavg: 1.57 1.95 2.04 8/338 59529
/proc/meminfo: memFree=126796204/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=788092 CPUtime=6.01 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 26028 0 176 0 582 19 0 0 20 0 20 0 56982802 19521036288 197023 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 197023 5470 1 0 554516 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=10752 CPUtime=2.85 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 7131 0 168 0 270 15 0 0 20 0 20 0 56982804 19521036288 197023 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=-6000919485625033578 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 197023 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 197023 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 197023 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 788092 KiB

[startup+6.30019 s]
/proc/loadavg: 1.57 1.95 2.04 6/339 59530
/proc/meminfo: memFree=126036064/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=813756 CPUtime=10.27 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 27834 0 176 0 1007 20 0 0 20 0 20 0 56982802 19521036288 203439 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 203439 5470 1 0 555628 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=0 CPUtime=5.97 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 7155 0 168 0 581 16 0 0 20 0 20 0 56982804 19521036288 203439 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 203439 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 203439 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=357436 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 203439 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 10.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813756 KiB

[startup+12.7002 s]
/proc/loadavg: 2.25 2.08 2.08 6/339 59530
/proc/meminfo: memFree=123846992/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=1382784 CPUtime=16.84 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 28987 0 176 0 1651 33 0 0 20 0 20 0 56982802 19521036288 345696 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 345696 5470 1 0 925362 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=357436 CPUtime=12.27 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 7774 0 168 0 1200 27 0 0 20 0 20 0 56982804 19521036288 345696 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=1069912 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 345696 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=834356 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 345696 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 345696 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 16.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1382784 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=59444] ppid=59435 vsize=19063512 memory=2228672 CPUtime=29.72 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 32060 0 176 0 2923 49 0 0 20 0 20 0 56982802 19521036288 557168 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 557168 5470 1 0 925371 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=1069912 CPUtime=24.92 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 9085 0 168 0 2451 41 0 0 20 0 20 0 56982804 19521036288 557168 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=2216372 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 557168 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 557168 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=2228672 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 557168 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 29.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2228672 KiB

[startup+51.1046 s]
/proc/loadavg: 3.49 2.41 2.19 5/340 59532
/proc/meminfo: memFree=120303940/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=2923060 CPUtime=55.32 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 35756 0 176 0 5467 65 0 0 20 0 20 0 56982802 19521036288 730765 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 730765 5470 1 0 925388 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=2665012 CPUtime=50.28 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 11318 0 168 0 4973 55 0 0 20 0 20 0 56982804 19521036288 730765 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=2322996 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=108688128/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=3657468 CPUtime=3262.3 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 172208 0 176 0 325767 463 0 0 20 0 20 0 56982802 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914367 5534 1 0 926296 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657468 CPUtime=3179.34 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 78328 0 168 0 317591 343 0 0 20 0 20 0 56982804 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=-6000919485625033578 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=3657468 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 1939 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3657468 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3262.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657468 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=59444] ppid=59435 vsize=19063512 memory=3657468 CPUtime=3324.56 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 174058 0 176 0 331989 467 0 0 20 0 20 0 56982802 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914367 5534 1 0 926296 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657468 CPUtime=3238.74 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 78945 0 168 0 323528 346 0 0 20 0 20 0 56982804 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=3657468 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=3657468 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 1974 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3657468 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914367 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3324.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657468 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=59444] ppid=59435 vsize=19063512 memory=3657724 CPUtime=3386.49 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 174557 0 176 0 338177 472 0 0 20 0 20 0 56982802 19521036288 914431 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914431 5534 1 0 926317 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657596 CPUtime=3298.4 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 79049 0 168 0 329492 348 0 0 20 0 20 0 56982804 19521036288 914431 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914431 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=3657724 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 1981 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914431 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3657724 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914431 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3386.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657724 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=59444] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3447.18 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 175777 0 176 0 344239 479 0 0 20 0 20 0 56982802 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914495 5534 1 0 926359 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657724 CPUtime=3357.9 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 79973 0 168 0 335437 353 0 0 20 0 20 0 56982804 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=3657468 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=3657980 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 1981 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3657980 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3447.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657980 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=59444] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3507.43 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 178145 0 176 0 350257 486 0 0 20 0 20 0 56982802 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914495 5534 1 0 926359 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657724 CPUtime=3417.33 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 81294 0 168 0 341374 359 0 0 20 0 20 0 56982804 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=3657468 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 2059 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3657980 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3507.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657980 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=59444] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3567.71 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 179256 0 176 0 356279 492 0 0 20 0 20 0 56982802 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914495 5534 1 0 926359 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3476.7 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 82182 0 168 0 347306 364 0 0 20 0 20 0 56982804 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=3657980 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 2059 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3657980 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3567.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.5 s]
/proc/loadavg: 3.99 4.15 4.12 3/292 59808
/proc/meminfo: memFree=117600868/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3600.02 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 181455 0 176 0 359507 495 0 0 20 0 20 0 56982802 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914495 5534 1 0 926359 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3508.6 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 83633 0 168 0 350493 367 0 0 20 0 20 0 56982804 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=3657980 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.15 s, system=4.97347 s

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

[startup+3554.5 s]
/proc/loadavg: 3.99 4.15 4.12 3/292 59808
/proc/meminfo: memFree=117600868/131250000 swapFree=33010672/33010684
[pid=59444] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3600.02 cores=0,2
/proc/59444/stat : 59444 (java) S 59435 59444 58968 0 -1 4194304 181455 0 176 0 359507 495 0 0 20 0 20 0 56982802 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
/proc/59444/statm: 4765878 914495 5534 1 0 926359 0
[pid=59444/tid=59454] ppid=59435 vsize=19063512 memory=3657980 CPUtime=3508.6 cores=0,2
/proc/59444/task/59454/stat : 59454 (java) R 59435 59444 58968 0 -1 4194368 83633 0 168 0 350493 367 0 0 20 0 20 0 56982804 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59489] ppid=59435 vsize=19063512 memory=3657980 CPUtime=0 cores=0,2
/proc/59444/task/59489/stat : 59489 (Finalizer) S 59435 59444 58968 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59517] ppid=59435 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/59444/task/59517/stat : 59517 (Common-Cleaner) S 59435 59444 58968 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 56982807 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
[pid=59444/tid=59527] ppid=59435 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/59444/task/59527/stat : 59527 (Timer-0) S 59435 59444 58968 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56982848 19521036288 914495 18446744073709551615 94601147535360 94601147539056 140736398251008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94601147546872 94601147547664 94601154408448 140736398252333 140736398252518 140736398252518 140736398258120 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657980 KiB

Child status: 143

Real time (s): 3554.56
CPU time (s): 3600.12
CPU user time (s): 3595.15
CPU system time (s): 4.97347
CPU usage (%): 101.282
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3657980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.15
system time used= 4.97347
maximum resident set size= 3658876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183778
page faults= 176
swaps= 0
block input operations= 0
block output operations= 4485904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122473
involuntary context switches= 12975


# summary of solver processes directly reported to runsolver:
#   pid: 59444
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3595.15
#   total CPU system time (s): 4.97347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03568 second user time and 15.3774 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-02 01:37:42
IDJOB=4499035
IDBENCH=148769
IDSOLVER=3362
FILE ID=nodeC014/4499035-1751413062
RUNJOBID= nodeC014-1751413062-59394
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-fx84.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499035-1751413062/watcher-4499035-1751413062 -o /tmp/evaluation-result-4499035-1751413062/solver-4499035-1751413062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751413062-59394 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499035-1751413062 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499035-1751413062.opb

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

MD5SUM BENCH= d60e9860abd72f5860673673bfdb8c38
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		: 3598.440
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		: 3600.373
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.110
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.304
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.463
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		: 3598.753
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.228
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		: 3470.670
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:        129223712 kB
MemAvailable:   129713044 kB
Buffers:            2508 kB
Cached:          1286244 kB
SwapCached:            4 kB
Active:           541588 kB
Inactive:         823100 kB
Active(anon):      90148 kB
Inactive(anon):     3852 kB
Active(file):     451440 kB
Inactive(file):   819248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2268 kB
Writeback:             0 kB
AnonPages:         79152 kB
Mapped:           103672 kB
Shmem:             18064 kB
KReclaimable:     115768 kB
Slab:             206120 kB
SReclaimable:     115768 kB
SUnreclaim:        90352 kB
KernelStack:        4096 kB
PageTables:         3004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     340756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 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:57