Trace number 4493667

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.24 3581.48

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
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 benchmark0.612776
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
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.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.22	c Free memory 		2104792832
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2113929216
0.30/0.24	c Number of processors 	2
0.45/0.40	c Pseudo Boolean Optimization by upper bound
0.45/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	c  - never skip resolution steps
0.45/0.40	c  - Auto-division on coefficients is disabled
0.45/0.40	c  - No postprocessing
0.45/0.40	c  - Conflict is considered as is when resolving
0.45/0.40	c  - Use constraints as they come during conflict analysis
0.45/0.40	c  - Weaken first using unassigned literals
0.45/0.40	c  - Bump strategy: ALWAYS_ONE
0.45/0.40	c  - Bumper: EFFECTIVE
0.45/0.40	c --- Begin Solver configuration ---
0.45/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.45/0.40	c Learn all clauses as in MiniSAT
0.45/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	c No reason simplification
0.45/0.40	c Dynamic restart strategy considering the size of the coefficients
0.45/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.45/0.40	c timeout=2147483s
0.45/0.40	c DB Simplification allowed=false
0.45/0.40	c Listener: none
0.45/0.40	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4493667-1751152840.opb
0.45/0.40	c reading problem ... 
0.45/0.41	c using VERIPB proof format
0.45/0.41	c  no objective function found
0.80/0.60	c ... done. Wall clock time 0.198s.
0.80/0.60	c declared #vars     490
0.80/0.60	c #constraints  1085
0.80/0.61	c constraints type 
0.80/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.80/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.80/0.61	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 345
0.80/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.80/0.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.80/0.61	c 1085 constraints processed.
26.04/20.74	c cleaning 2501 clauses out of 5001 with flag 0/5001
82.47/75.96	c cleaning 4248 clauses out of 8499 with flag 0/11000
166.43/158.18	c cleaning 5617 clauses out of 11253 with flag 0/18002
309.10/299.25	c cleaning 6818 clauses out of 13640 with flag 0/26006
494.70/483.37	c cleaning 7907 clauses out of 15817 with flag 0/35001
768.68/755.86	c cleaning 8946 clauses out of 17909 with flag 0/45000
1136.01/1122.63	c cleaning 9979 clauses out of 19963 with flag 0/56000
1547.70/1533.44	c cleaning 10983 clauses out of 21984 with flag 0/68000
2019.67/2002.94	c cleaning 12000 clauses out of 24001 with flag 0/81000
2572.19/2553.97	c cleaning 12995 clauses out of 26002 with flag 0/95001
3282.75/3264.39	c cleaning 14002 clauses out of 28006 with flag 0/110000
3600.01/3581.40	c starts		: 29
3600.01/3581.40	c conflicts		: 116077
3600.01/3581.40	c decisions		: 130890
3600.01/3581.40	c propagations		: 4617223
3600.01/3581.40	c inspects		: 2052444721
3600.01/3581.40	c shortcuts		: 0
3600.01/3581.40	c learnt literals	: 0
3600.01/3581.40	c learnt binary clauses	: 0
3600.01/3581.40	c learnt ternary clauses	: 0
3600.01/3581.40	c learnt constraints	: 116077
3600.01/3581.40	c ignored constraints	: 0
3600.01/3581.40	c root simplifications	: 0
3600.01/3581.40	c removed literals (reason simplification)	: 0
3600.01/3581.40	c reason swapping (by a shorter reason)	: 0
3600.01/3581.40	c Calls to reduceDB	: 11
3600.01/3581.40	c Number of update (reduction) of LBD	: 97877
3600.01/3581.40	c Imported unit clauses	: 0
3600.01/3581.40	c No decision after first conflict	: false
3600.01/3581.40	c number of reductions to clauses (during analyze)	: 0
3600.01/3581.40	c number of learned constraints concerned by reduction	: 0
3600.01/3581.40	c number of learning phase by resolution	: 0
3600.01/3581.40	c number of learning phase by cutting planes	: 0
3600.01/3581.40	c number of rounding to 1 operations	: 0
3600.01/3581.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3581.40	c number of reductions of the coefficients by power 2 	: 0
3600.01/3581.40	c number of right shift for reduction by power 2 	: 0
3600.01/3581.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3581.40	c number of ending skipping 	: 0
3600.01/3581.40	c number of internal skipping 	: 0
3600.01/3581.40	c number of derivation steps 	: 3442949
3600.01/3581.40	c number of skipped derivation steps 	: 0
3600.01/3581.40	c number of remaining unassigned 	: 3443403
3600.01/3581.40	c number of remaining assigned 	: 241006442
3600.01/3581.40	c number of falsified literals weakened from reason	: 0
3600.01/3581.40	c number of falsified literals weakened from conflict	: 0
3600.01/3581.40	c time for arithmetic operations	: 48135483126
3600.01/3581.40	c minimum degree of deleted constraints	: 3
3600.01/3581.40	c maximum degree of deleted constraints	: 6242526922460000123027521619593196146774434743961270203581932588921400438771516681706377268172796963721066109504915295418313493374046920590737608045713076375527337663422410456587657819135753783019898627742355562438401236707311656087379227023845319141064645304617340096324163023831761761749558158752544447034363730460522519458045160505148484393173497749713614806074640762862793883657276923427475020285369502508395146767158159191351907868756255633541969436926654763950753704680871680533993073599915806525942952766635639765719042422666903358491939093797539495639904501258221992453075578237702237346573655372902540896883957229204494320857000553092422003292823116732294105010863967469128977306803141694925105555461320423028363233666532569327668528089173766078645192710031887140145890056701874735063471274992794980554028843755995774059109225674301446395077239691322920538366379807077769366990573058788640551135052881999469698596788265973748394967813599230419035171040432149506508418813473638967747834244231509226883593145132684621836816324159514411635020386780611422440244305815365535465278996303147608109543451759852639795890622239267090258608707634925401161217808537093229019757637852668476857146368892875656806274972133505775145400622765600557547950732424532647586182773081342261023357234423345109114161553355552697664991929767076381848476893252217334457822084256000
3600.01/3581.40	c number of deleted constraints	: 95996
3600.13/3581.41	c speed (assignments/second)	: 1289.443633480573
3600.13/3581.41	c non guided choices	: 27
3600.13/3581.44	c timeout
3600.13/3581.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 28
3600.13/3581.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20053
3600.13/3581.44	s UNKNOWN
3600.13/3581.44	c Total wall clock time (in seconds): 3581.039

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: 63794 MiB (61034 MiB free)
  memory of node 1: 64507 MiB (58126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493667-1751152840/watcher-4493667-1751152840 -o /tmp/evaluation-result-4493667-1751152840/solver-4493667-1751152840 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14976 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493667-1751152840 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493667-1751152840.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
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=16503, runsolver pid=16500
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.33 4.36 4.34 8/328 16521
/proc/meminfo: memFree=122014572/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=18930384 memory=48456 CPUtime=0.13 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 5810 0 0 0 10 3 0 0 20 0 18 0 30962890 19384713216 12114 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4732596 12114 5301 1 0 547020 0
[pid=16503/tid=16505] ppid=16500 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 4693 0 0 0 6 2 0 0 20 0 18 0 30962892 19384713216 12114 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30962897 19384713216 12114 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30962897 19384713216 12114 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48456 KiB

[startup+0.225156 s]*
/proc/loadavg: 4.33 4.36 4.34 6/328 16521
/proc/meminfo: memFree=122007452/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=18930384 memory=53096 CPUtime=0.3 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 6476 0 0 0 26 4 0 0 20 0 18 0 30962890 19384713216 13274 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4732596 13274 5333 1 0 547552 0
[pid=16503/tid=16505] ppid=16500 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) S 16500 16503 14966 0 -1 4194368 4990 0 0 0 16 2 0 0 20 0 18 0 30962892 19384713216 13274 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30962897 19384713216 13274 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30962897 19384713216 13274 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53096 KiB

[startup+0.314003 s]*
/proc/loadavg: 4.33 4.36 4.34 7/328 16521
/proc/meminfo: memFree=122003356/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=18930384 memory=58440 CPUtime=0.45 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 6774 0 0 0 41 4 0 0 20 0 18 0 30962890 19384713216 14610 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4732596 14610 5333 1 0 547790 0
[pid=16503/tid=16505] ppid=16500 vsize=18930384 memory=-6000919507150136942 CPUtime=0.27 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 5191 0 0 0 25 2 0 0 20 0 18 0 30962892 19384713216 14610 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30962897 19384713216 14610 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30962897 19384713216 14610 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58440 KiB

[startup+0.700373 s]
/proc/loadavg: 4.33 4.36 4.34 7/328 16521
/proc/meminfo: memFree=122003356/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=18996948 memory=75704 CPUtime=1.14 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 7396 0 0 0 108 6 0 0 20 0 19 0 30962890 19452874752 18926 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4749237 18926 5429 1 0 548424 0
[pid=16503/tid=16505] ppid=16500 vsize=18996948 memory=17152 CPUtime=0.6 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 5494 0 0 0 57 3 0 0 20 0 19 0 30962892 19452874752 18926 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30962897 19452874752 18926 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30962897 19452874752 18926 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75704 KiB

[startup+1.50029 s]
/proc/loadavg: 4.33 4.36 4.34 7/329 16522
/proc/meminfo: memFree=121958744/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=165448 CPUtime=2.71 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 15515 0 0 0 261 10 0 0 20 0 20 0 30962890 19521036288 41362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 41362 5461 1 0 551315 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=3200 CPUtime=1.28 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 6121 0 0 0 122 6 0 0 20 0 20 0 30962892 19521036288 41362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 41362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 41362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 41362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165448 KiB

[startup+3.10599 s]
/proc/loadavg: 4.33 4.36 4.34 7/330 16523
/proc/meminfo: memFree=121662684/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=452612 CPUtime=5.89 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 26545 0 0 0 571 18 0 0 20 0 20 0 30962890 19521036288 113153 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 113153 5461 1 0 556835 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=14720 CPUtime=2.83 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 6865 0 0 0 272 11 0 0 20 0 20 0 30962892 19521036288 113153 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 113153 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 113153 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 113153 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 452612 KiB

[startup+6.30045 s]
/proc/loadavg: 4.38 4.37 4.35 5/330 16523
/proc/meminfo: memFree=121458532/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=577448 CPUtime=10.81 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 27206 0 0 0 1057 24 0 0 20 0 20 0 30962890 19521036288 144362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 144362 5461 1 0 556838 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=0 CPUtime=5.95 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 7125 0 0 0 580 15 0 0 20 0 20 0 30962892 19521036288 144362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 144362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 144362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=167112 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 144362 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 10.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 577448 KiB

[startup+12.7004 s]
/proc/loadavg: 4.51 4.39 4.35 5/331 16524
/proc/meminfo: memFree=119935588/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=1764360 CPUtime=17.69 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 33246 0 0 0 1719 50 0 0 20 0 20 0 30962890 19521036288 441090 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 441090 5461 1 0 663363 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=167112 CPUtime=12.04 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) S 16500 16503 14966 0 -1 4194368 9969 0 0 0 1166 38 0 0 20 0 20 0 30962892 19521036288 441090 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=1381372 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 441090 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 441090 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 441090 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 17.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1764360 KiB

[startup+25.5005 s]
/proc/loadavg: 4.48 4.39 4.35 6/331 16524
/proc/meminfo: memFree=119669400/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=1764744 CPUtime=31.15 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 36737 0 0 0 3062 53 0 0 20 0 20 0 30962890 19521036288 441186 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 441186 5461 1 0 663413 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=0 CPUtime=24.63 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 12053 0 0 0 2423 40 0 0 20 0 20 0 30962892 19521036288 441186 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 441186 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=1764744 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 69 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 441186 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=1764616 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 441186 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 31.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1764744 KiB

[startup+51.1137 s]
/proc/loadavg: 4.66 4.44 4.37 5/331 16524
/proc/meminfo: memFree=118976736/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=2372556 CPUtime=57.41 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 43833 0 0 0 5666 75 0 0 20 0 20 0 30962890 19521036288 593139 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 593139 5461 1 0 815923 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=1764744 CPUtime=49.54 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 14325 0 0 0 4894 60 0 0 20 0 20 0 30962892 19521036288 593139 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 593139 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=2308 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=110782356/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3240.73 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 138300 0 0 0 323633 440 0 0 20 0 20 0 30962890 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 803873 5461 1 0 816639 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3165.43 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 66342 0 0 0 316352 191 0 0 20 0 20 0 30962892 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2275 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3240.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3215492 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.26 4.23 5/330 17230
/proc/meminfo: memFree=110267428/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3300.73 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 138687 0 0 0 329628 445 0 0 20 0 20 0 30962890 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 803873 5461 1 0 816639 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3224.45 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 66709 0 0 0 322253 192 0 0 20 0 20 0 30962892 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2275 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3300.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3215492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.24 4.23 5/329 17232
/proc/meminfo: memFree=110219504/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3360.78 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 140457 0 0 0 335628 450 0 0 20 0 20 0 30962890 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 803873 5461 1 0 816639 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=17152 CPUtime=3283.55 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 68188 0 0 0 328161 194 0 0 20 0 20 0 30962892 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2275 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3360.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3215492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.21 4.22 5/329 17234
/proc/meminfo: memFree=110173292/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3420.83 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 142369 0 0 0 341625 458 0 0 20 0 20 0 30962890 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 803873 5461 1 0 816639 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3342.64 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 69776 0 0 0 334067 197 0 0 20 0 20 0 30962892 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2348 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3420.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3215492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.20 4.21 5/329 17236
/proc/meminfo: memFree=110113312/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3480.87 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 142588 0 0 0 347623 464 0 0 20 0 20 0 30962890 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 803873 5461 1 0 816639 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3401.88 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 69840 0 0 0 339989 199 0 0 20 0 20 0 30962892 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2385 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3480.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3215492 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.24 4.22 5/331 17240
/proc/meminfo: memFree=110075252/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3540.96 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 142617 0 0 0 353626 470 0 0 20 0 20 0 30962890 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 803873 5461 1 0 816639 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3461.03 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 69844 0 0 0 345902 201 0 0 20 0 20 0 30962892 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2386 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3540.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3215492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.3 s]
/proc/loadavg: 4.25 4.24 4.22 5/331 17241
/proc/meminfo: memFree=110035604/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3600.01 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 143543 0 0 0 359526 475 0 0 20 0 20 0 30962890 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4765878 803873 5461 1 0 816639 0
[pid=16503/tid=16505] ppid=16500 vsize=19063512 memory=3215492 CPUtime=3519.14 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) S 16500 16503 14966 0 -1 4194368 70713 0 0 0 351711 203 0 0 20 0 20 0 30962892 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19063512 memory=3215492 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2386 0 0 0 0 0 0 0 20 0 20 0 30962897 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19063512 memory=9216 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962952 19521036288 803873 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3215492 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.46 s, system=4.77519 s

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

[startup+3581.4 s]
/proc/loadavg: 4.25 4.24 4.22 5/331 17241
/proc/meminfo: memFree=110035604/131382112 swapFree=33010684/33010684
[pid=16503] ppid=16500 vsize=19263204 memory=3216516 CPUtime=3600.13 cores=0,2
/proc/16503/stat : 16503 (java) S 16500 16503 14966 0 -1 4194304 145556 0 0 0 359538 475 0 0 20 0 23 0 30962890 19725520896 804129 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
/proc/16503/statm: 4815801 804129 5461 1 0 817627 0
[pid=16503/tid=16505] ppid=16500 vsize=19263204 memory=6728 CPUtime=3519.14 cores=0,2
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 14966 0 -1 4194368 70713 0 0 0 351711 203 0 0 20 0 23 0 30962892 19725520896 804129 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16514] ppid=16500 vsize=19263204 memory=6528 CPUtime=0 cores=0,2
/proc/16503/task/16514/stat : 16514 (Finalizer) S 16500 16503 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 30962897 19725520896 804129 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16521] ppid=16500 vsize=19263204 memory=2212 CPUtime=0 cores=0,2
/proc/16503/task/16521/stat : 16521 (Common-Cleaner) S 16500 16503 14966 0 -1 4194368 2386 0 0 0 0 0 0 0 20 0 23 0 30962897 19725520896 804129 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
[pid=16503/tid=16522] ppid=16500 vsize=19263204 memory=2688 CPUtime=0 cores=0,2
/proc/16503/task/16522/stat : 16522 (Timer-0) S 16500 16503 14966 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 23 0 30962952 19725520896 804129 18446744073709551615 94591553269760 94591553273456 140730231382848 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94591553281272 94591553282064 94591577919488 140730231388461 140730231388646 140730231388646 140730231394248 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3216516 KiB

Child status: 143

Real time (s): 3581.48
CPU time (s): 3600.24
CPU user time (s): 3595.46
CPU system time (s): 4.77519
CPU usage (%): 100.524
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3216516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.46
system time used= 4.77519
maximum resident set size= 3216900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1007352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135519
involuntary context switches= 15305


# summary of solver processes directly reported to runsolver:
#   pid: 16503
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.46
#   total CPU system time (s): 4.77519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6986 second user time and 39.8868 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 01:20:40
IDJOB=4493667
IDBENCH=147869
IDSOLVER=3362
FILE ID=nodeC001/4493667-1751152840
RUNJOBID= nodeC001-1751145706-14976
SLURM_JOB_ID= 9587448
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493667-1751152840/watcher-4493667-1751152840 -o /tmp/evaluation-result-4493667-1751152840/solver-4493667-1751152840 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14976 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493667-1751152840 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493667-1751152840.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
RANDOM SEED=1232454126

nodeC001 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		: 1197.172
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.49
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.162
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.49
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.343
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.49
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		: 2195.538
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.49
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		: 3292.218
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.49
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		: 3662.517
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.49
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.480
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.49
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.748
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        122020572 kB
MemAvailable:   121690252 kB
Buffers:            3280 kB
Cached:           481604 kB
SwapCached:            0 kB
Active:          8577892 kB
Inactive:         249464 kB
Active(anon):    8360536 kB
Inactive(anon):        0 kB
Active(file):     217356 kB
Inactive(file):   249464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11768 kB
Writeback:             0 kB
AnonPages:       8345676 kB
Mapped:           121924 kB
Shmem:             17960 kB
KReclaimable:      84592 kB
Slab:             165288 kB
SReclaimable:      84592 kB
SUnreclaim:        80696 kB
KernelStack:        5040 kB
PageTables:        19988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11687292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8101888 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-29 02:20:22