Trace number 4493451

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.27 3568.52

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark37.9468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.59/0.44	c Pseudo Boolean Optimization by upper bound
0.59/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	c  - never skip resolution steps
0.59/0.44	c  - Auto-division on coefficients is disabled
0.59/0.44	c  - No postprocessing
0.59/0.44	c  - Conflict is considered as is when resolving
0.59/0.44	c  - Use constraints as they come during conflict analysis
0.59/0.44	c  - Weaken first using unassigned literals
0.59/0.44	c  - Bump strategy: ALWAYS_ONE
0.59/0.44	c  - Bumper: EFFECTIVE
0.59/0.44	c --- Begin Solver configuration ---
0.59/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.44	c Learn all clauses as in MiniSAT
0.59/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	c No reason simplification
0.59/0.44	c Dynamic restart strategy considering the size of the coefficients
0.59/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.44	c timeout=2147483s
0.59/0.44	c DB Simplification allowed=false
0.59/0.44	c Listener: none
0.59/0.44	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4493451-1751150396.opb
0.59/0.44	c reading problem ... 
0.59/0.44	c using VERIPB proof format
0.59/0.44	c  no objective function found
2.09/1.26	c ... done. Wall clock time 0.82s.
2.09/1.26	c declared #vars     14400
2.09/1.26	c #constraints  1088
2.09/1.26	c constraints type 
2.09/1.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
2.09/1.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
2.09/1.26	c 1088 constraints processed.
201.05/189.74	c cleaning 2480 clauses out of 5001 with flag 0/5001
1093.63/1076.25	c cleaning 4244 clauses out of 8520 with flag 0/11000
2941.04/2912.11	c cleaning 5612 clauses out of 11277 with flag 0/18001
3600.06/3568.43	c starts		: 38
3600.06/3568.44	c conflicts		: 20530
3600.06/3568.44	c decisions		: 105506
3600.06/3568.44	c propagations		: 3538747
3600.06/3568.44	c inspects		: 68776968
3600.06/3568.44	c shortcuts		: 0
3600.06/3568.45	c learnt literals	: 0
3600.06/3568.45	c learnt binary clauses	: 0
3600.06/3568.45	c learnt ternary clauses	: 0
3600.06/3568.45	c learnt constraints	: 20529
3600.06/3568.45	c ignored constraints	: 0
3600.06/3568.45	c root simplifications	: 0
3600.06/3568.45	c removed literals (reason simplification)	: 0
3600.06/3568.45	c reason swapping (by a shorter reason)	: 0
3600.06/3568.45	c Calls to reduceDB	: 3
3600.06/3568.45	c Number of update (reduction) of LBD	: 43215
3600.06/3568.45	c Imported unit clauses	: 0
3600.06/3568.45	c No decision after first conflict	: false
3600.06/3568.45	c number of reductions to clauses (during analyze)	: 0
3600.06/3568.45	c number of learned constraints concerned by reduction	: 0
3600.06/3568.45	c number of learning phase by resolution	: 0
3600.06/3568.45	c number of learning phase by cutting planes	: 0
3600.06/3568.45	c number of rounding to 1 operations	: 0
3600.06/3568.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3568.45	c number of reductions of the coefficients by power 2 	: 0
3600.06/3568.45	c number of right shift for reduction by power 2 	: 0
3600.06/3568.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3568.45	c number of ending skipping 	: 0
3600.06/3568.45	c number of internal skipping 	: 0
3600.06/3568.45	c number of derivation steps 	: 197483
3600.06/3568.45	c number of skipped derivation steps 	: 0
3600.06/3568.45	c number of remaining unassigned 	: 51316
3600.06/3568.45	c number of remaining assigned 	: 53607181
3600.06/3568.45	c number of falsified literals weakened from reason	: 0
3600.06/3568.45	c number of falsified literals weakened from conflict	: 0
3600.06/3568.45	c time for arithmetic operations	: 10953038711
3600.06/3568.46	c minimum degree of deleted constraints	: 13
3600.06/3568.46	c maximum degree of deleted constraints	: 8745086663132824631621996982252391507318570248076756922633870501766057748529212116708962381469369115958528160031215505052017993946799248636200447836359363456331459393468924191669323247914496
3600.06/3568.46	c number of deleted constraints	: 12336
3600.06/3568.46	c speed (assignments/second)	: 992.0262189493078
3600.06/3568.46	c non guided choices	: 2025
3600.06/3568.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.06/3568.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1804
3600.06/3568.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6388
3600.06/3568.49	s UNKNOWN
3600.06/3568.49	c Total wall clock time (in seconds): 3568.058

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=17045, runsolver pid=17042
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.14 4.17 4.23 7/329 17063
/proc/meminfo: memFree=104336508/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=18930384 memory=48336 CPUtime=0.12 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 5738 0 0 0 8 4 0 0 20 0 18 0 30718770 19384713216 12084 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4732596 12084 5337 1 0 546966 0
[pid=17045/tid=17047] ppid=17042 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 4630 0 0 0 4 2 0 0 20 0 18 0 30718772 19384713216 12084 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30718776 19384713216 12084 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=18930384 memory=58494082638250 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30718778 19384713216 12084 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48336 KiB

[startup+0.215268 s]*
/proc/loadavg: 4.14 4.17 4.23 6/329 17063
/proc/meminfo: memFree=104330396/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=18930384 memory=52960 CPUtime=0.27 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 6410 0 0 0 23 4 0 0 20 0 18 0 30718770 19384713216 13240 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4732596 13240 5337 1 0 547522 0
[pid=17045/tid=17047] ppid=17042 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 4970 0 0 0 13 3 0 0 20 0 18 0 30718772 19384713216 13240 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=18930384 memory=17127 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30718776 19384713216 13240 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30718778 19384713216 13240 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52960 KiB

[startup+0.313941 s]*
/proc/loadavg: 4.14 4.17 4.23 8/329 17063
/proc/meminfo: memFree=104321260/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=18930384 memory=58176 CPUtime=0.43 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 6695 0 0 0 38 5 0 0 20 0 18 0 30718770 19384713216 14544 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4732596 14544 5337 1 0 547710 0
[pid=17045/tid=17047] ppid=17042 vsize=18930384 memory=-6000919498493420910 CPUtime=0.24 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 5124 0 0 0 21 3 0 0 20 0 18 0 30718772 19384713216 14544 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30718776 19384713216 14544 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30718778 19384713216 14544 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58176 KiB

[startup+0.700355 s]
/proc/loadavg: 4.14 4.17 4.23 7/329 17063
/proc/meminfo: memFree=104312564/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=18931448 memory=96632 CPUtime=1.11 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 8177 0 0 0 104 7 0 0 20 0 18 0 30718770 19385802752 24158 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4732862 24158 5433 1 0 548891 0
[pid=17045/tid=17047] ppid=17042 vsize=18931448 memory=17408 CPUtime=0.58 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 5395 0 0 0 54 4 0 0 20 0 18 0 30718772 19385802752 24158 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=18931448 memory=11264 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30718776 19385802752 24158 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=18931448 memory=3328 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30718778 19385802752 24158 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18931448 KiB
Current children cumulated memory: 96632 KiB

[startup+1.50028 s]
/proc/loadavg: 4.14 4.17 4.23 6/330 17064
/proc/meminfo: memFree=104217916/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19063512 memory=161108 CPUtime=2.67 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 12210 0 0 0 258 9 0 0 20 0 20 0 30718770 19521036288 40277 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4765878 40277 5529 1 0 549714 0
[pid=17045/tid=17047] ppid=17042 vsize=19063512 memory=3328 CPUtime=1.3 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 6662 0 0 0 124 6 0 0 20 0 20 0 30718772 19521036288 40277 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30718776 19521036288 40277 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30718778 19521036288 40277 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161108 KiB

[startup+3.10568 s]
/proc/loadavg: 4.14 4.17 4.23 6/331 17065
/proc/meminfo: memFree=104151268/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19063512 memory=232824 CPUtime=5.85 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 20613 0 0 0 572 13 0 0 20 0 20 0 30718770 19521036288 58206 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4765878 58206 5529 1 0 554588 0
[pid=17045/tid=17047] ppid=17042 vsize=19063512 memory=11264 CPUtime=2.85 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 7234 0 0 0 279 6 0 0 20 0 20 0 30718772 19521036288 58206 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30718776 19521036288 58206 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 30718778 19521036288 58206 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30718897 19521036288 58206 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 232824 KiB

[startup+6.30044 s]
/proc/loadavg: 4.28 4.20 4.24 5/331 17065
/proc/meminfo: memFree=103916656/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19063512 memory=481708 CPUtime=10.28 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 21681 0 0 0 1009 19 0 0 20 0 20 0 30718770 19521036288 120427 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4765878 120427 5529 1 0 554612 0
[pid=17045/tid=17047] ppid=17042 vsize=19063512 memory=0 CPUtime=5.92 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 7517 0 0 0 581 11 0 0 20 0 20 0 30718772 19521036288 120427 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30718776 19521036288 120427 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19063512 memory=-6000919498493420910 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30718778 19521036288 120427 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30718897 19521036288 120427 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 10.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 481708 KiB

[startup+12.7004 s]
/proc/loadavg: 4.26 4.20 4.24 5/331 17065
/proc/meminfo: memFree=103603644/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19063512 memory=759004 CPUtime=17.37 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 25915 0 0 0 1711 26 0 0 20 0 20 0 30718770 19521036288 189751 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4765878 189751 5529 1 0 1055934 0
[pid=17045/tid=17047] ppid=17042 vsize=19063512 memory=0 CPUtime=12.17 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 8606 0 0 0 1202 15 0 0 20 0 20 0 30718772 19521036288 189751 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19063512 memory=759004 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30718776 19521036288 189751 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30718778 19521036288 189751 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30718897 19521036288 189751 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 17.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 759004 KiB

[startup+25.5005 s]
/proc/loadavg: 4.20 4.19 4.23 5/330 17065
/proc/meminfo: memFree=103476020/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19063512 memory=890308 CPUtime=30.47 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 29809 0 0 0 3016 31 0 0 20 0 20 0 30718770 19521036288 222577 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4765878 222577 5529 1 0 1055936 0
[pid=17045/tid=17047] ppid=17042 vsize=19063512 memory=-6000919498493420910 CPUtime=24.77 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 9590 0 0 0 2461 16 0 0 20 0 20 0 30718772 19521036288 222577 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19063512 memory=3196 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30718776 19521036288 222577 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19063512 memory=793996 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30718778 19521036288 222577 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19063512 memory=779608 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30718897 19521036288 222577 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 30.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 890308 KiB

[startup+51.1136 s]
/proc/loadavg: 4.19 4.19 4.23 6/329 17067
/proc/meminfo: memFree=102986296/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19063512 memory=1267396 CPUtime=56.5 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 34221 0 0 0 5609 41 0 0 20 0 20 0 30718770 19521036288 316849 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4765878 316849 5529 1 0 1055952 0
[pid=17045/tid=17047] ppid=17042 vsize=19063512 memory=1267396 CPUtime=49.85 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 11655 0 0 0 4964 21 0 0 20 0 20 0 30718772 19521036288 316849 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19063512 memory=-6000919498493420910 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30718776 19521036288 316849 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19063512 memory=1207900 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30718778 19521036288 316849 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19063512 memory=869820 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=117042332/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3193.21 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 172604 0 0 0 318985 336 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3139.55 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 80263 0 0 0 313850 105 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=-6000919498493420910 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2016 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3193.21 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.18 4.22 5/329 17704
/proc/meminfo: memFree=104735916/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3253.63 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 174667 0 0 0 325022 341 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3199.05 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 81417 0 0 0 319798 107 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2128 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=5888 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3253.63 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.22 4.23 5/311 17789
/proc/meminfo: memFree=116912524/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3313.59 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 177476 0 0 0 331013 346 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=0 CPUtime=3258.7 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 83400 0 0 0 325761 109 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=14340 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=4760 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2129 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3313.59 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.22 4.23 6/331 17972
/proc/meminfo: memFree=103582944/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3373.76 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 178208 0 0 0 337022 354 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=11264 CPUtime=3318.17 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 84007 0 0 0 331704 113 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=1792 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2205 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=4224 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3373.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.27 4.25 5/311 18056
/proc/meminfo: memFree=116673824/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3433.78 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 180476 0 0 0 343019 359 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=11264 CPUtime=3377.81 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 85376 0 0 0 337666 115 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=-6000919498493420910 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2258 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3433.78 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.28 4.25 6/330 18238
/proc/meminfo: memFree=116530052/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3493.75 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 181529 0 0 0 349009 366 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=11264 CPUtime=3437.45 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 86339 0 0 0 343625 120 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=14340 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2258 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=1792 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3493.75 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.29 4.26 5/332 18242
/proc/meminfo: memFree=110041868/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3553.76 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 182815 0 0 0 355006 370 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=14340 CPUtime=3497.09 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 87399 0 0 0 349589 120 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=4186960 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3553.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.4 s]
/proc/loadavg: 4.21 4.26 4.25 5/332 18243
/proc/meminfo: memFree=109718080/131382112 swapFree=33010684/33010684
[pid=17045] ppid=17042 vsize=19130076 memory=4186960 CPUtime=3600.06 cores=1,3
/proc/17045/stat : 17045 (java) S 17042 17045 15143 0 -1 4194304 184181 0 0 0 359633 373 0 0 20 0 21 0 30718770 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
/proc/17045/statm: 4782519 1046740 5529 1 0 1061021 0
[pid=17045/tid=17047] ppid=17042 vsize=19130076 memory=10112 CPUtime=3542.63 cores=1,3
/proc/17045/task/17047/stat : 17047 (java) R 17042 17045 15143 0 -1 4194368 88292 0 0 0 354142 121 0 0 20 0 21 0 30718772 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17056] ppid=17042 vsize=19130076 memory=9088 CPUtime=0 cores=1,3
/proc/17045/task/17056/stat : 17056 (Finalizer) S 17042 17045 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30718776 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17063] ppid=17042 vsize=19130076 memory=9088 CPUtime=0 cores=1,3
/proc/17045/task/17063/stat : 17063 (Common-Cleaner) S 17042 17045 15143 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 21 0 30718778 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
[pid=17045/tid=17065] ppid=17042 vsize=19130076 memory=26532 CPUtime=0 cores=1,3
/proc/17045/task/17065/stat : 17065 (Timer-0) S 17042 17045 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30718897 19589197824 1046740 18446744073709551615 94716555870208 94716555873904 140734491142384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94716555881720 94716555882512 94716556800000 140734491146541 140734491146726 140734491146726 140734491152328 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4186960 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.51 s, system=3.75968 s

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

Child status: 143

Real time (s): 3568.52
CPU time (s): 3600.27
CPU user time (s): 3596.51
CPU system time (s): 3.75968
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 4186960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.51
system time used= 3.75968
maximum resident set size= 4187984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1008432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110098
involuntary context switches= 8655


# summary of solver processes directly reported to runsolver:
#   pid: 17045
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.51
#   total CPU system time (s): 3.75968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9033 second user time and 38.2468 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 00:39:56
IDJOB=4493451
IDBENCH=147863
IDSOLVER=3362
FILE ID=nodeC007/4493451-1751150396
RUNJOBID= nodeC007-1751145946-15155
SLURM_JOB_ID= 9587454
Free space on /tmp= 433000 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493451-1751150396/watcher-4493451-1751150396 -o /tmp/evaluation-result-4493451-1751150396/solver-4493451-1751150396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15155 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493451-1751150396 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493451-1751150396.opb

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=556808948

nodeC007 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	: 0xb00001f
cpu MHz		: 3564.138
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.200
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.520
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.258
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3662.898
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3642.865
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.364
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.853
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        104364596 kB
MemAvailable:   104419128 kB
Buffers:            3280 kB
Cached:           865560 kB
SwapCached:            0 kB
Active:         25857960 kB
Inactive:         620400 kB
Active(anon):   25627556 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):   620400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7020 kB
Writeback:             0 kB
AnonPages:      25612680 kB
Mapped:           122232 kB
Shmem:             17960 kB
KReclaimable:      86708 kB
Slab:             168384 kB
SReclaimable:      86708 kB
SUnreclaim:        81676 kB
KernelStack:        5056 kB
PageTables:        53732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   27362616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25196544 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC007 at 2025-06-29 01:39:25