Trace number 4515283

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 Resolution VeriPB 2025-06-06? (TO) 3600.67 3230.78

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-777800.0.s.opb
MD5SUM582689c3cf73d4c20a9f41c5c43c97bc
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.140047
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6400
Total number of constraints476
Number of constraints which are clauses4
Number of constraints which are cardinality constraints (but not clauses)472
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint6400
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 6480
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.11/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.10	c java.vm.version	22.0.1+8-16
0.11/0.10	c java.vm.vendor	Oracle Corporation
0.11/0.10	c sun.arch.data.model	64
0.11/0.10	c java.version		22.0.1
0.11/0.10	c os.name		Linux
0.11/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.10	c os.arch		amd64
0.11/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4515283-1751234104.opb
0.11/0.14	c reading problem ... 
0.11/0.17	c using VERIPB proof format
0.11/0.17	c  no objective function found
0.44/0.34	c ... done. Wall clock time 0.191s.
0.44/0.34	c declared #vars     6400
0.44/0.34	c #constraints  477
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.44/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 473
0.44/0.34	c 477 constraints processed.
31.04/27.99	c cleaning 2518 clauses out of 5035 with flag 10070/5035
60.23/55.63	c cleaning 4247 clauses out of 8493 with flag 22022/11011
79.83/74.06	c cleaning 5622 clauses out of 11272 with flag 36074/18037
105.07/97.64	c cleaning 6821 clauses out of 13641 with flag 52057/26028
129.30/119.81	c cleaning 7900 clauses out of 15800 with flag 70017/35008
157.38/146.01	c cleaning 8964 clauses out of 17928 with flag 90073/45036
192.73/176.19	c cleaning 9967 clauses out of 19934 with flag 112014/56006
274.17/255.29	c cleaning 10984 clauses out of 21969 with flag 136024/68008
317.01/295.38	c cleaning 11995 clauses out of 24010 with flag 162077/81033
394.42/366.24	c cleaning 12991 clauses out of 25982 with flag 190012/95000
448.13/416.97	c cleaning 14007 clauses out of 28013 with flag 220059/110022
511.25/471.25	c cleaning 14996 clauses out of 29992 with flag 252032/126008
604.85/561.73	c cleaning 16022 clauses out of 32043 with flag 286129/143055
676.79/632.13	c cleaning 16991 clauses out of 33981 with flag 322051/161015
750.64/697.37	c cleaning 17992 clauses out of 35984 with flag 360047/180009
809.19/752.48	c cleaning 19010 clauses out of 38019 with flag 400102/200036
884.40/814.50	c cleaning 19995 clauses out of 40000 with flag 442090/221027
958.36/883.65	c cleaning 20990 clauses out of 41979 with flag 486038/243001
1057.96/971.03	c cleaning 21998 clauses out of 43996 with flag 532055/266008
1164.75/1063.55	c cleaning 23005 clauses out of 46010 with flag 580083/290020
1285.52/1167.30	c cleaning 24009 clauses out of 48018 with flag 630114/315033
1413.05/1278.91	c cleaning 24993 clauses out of 49985 with flag 682071/341009
1547.69/1398.36	c cleaning 26003 clauses out of 52005 with flag 736100/368022
1693.64/1529.14	c cleaning 27004 clauses out of 54026 with flag 792164/396046
2133.18/1954.31	c cleaning 28009 clauses out of 56017 with flag 850171/425041
2282.23/2088.64	c cleaning 28980 clauses out of 57967 with flag 910132/455000
2504.27/2298.10	c cleaning 30011 clauses out of 60022 with flag 972218/486035
2707.18/2485.62	c cleaning 31003 clauses out of 62005 with flag 1036222/518029
2954.78/2714.61	c cleaning 31995 clauses out of 63989 with flag 1102199/551016
3144.30/2858.61	c cleaning 33010 clauses out of 66019 with flag 1170262/585041
3403.88/3082.46	c cleaning 34007 clauses out of 68013 with flag 1240277/620045
3583.14/3214.30	c cleaning 34996 clauses out of 69991 with flag 1312249/656030
3600.37/3230.34	c starts		: 1
3600.37/3230.36	c conflicts		: 661605
3600.37/3230.36	c decisions		: 667776
3600.37/3230.36	c propagations		: 17874057
3600.37/3230.36	c inspects		: 831577602
3600.37/3230.36	c shortcuts		: 0
3600.37/3230.36	c learnt literals	: 0
3600.37/3230.36	c learnt binary clauses	: 0
3600.37/3230.36	c learnt ternary clauses	: 0
3600.37/3230.36	c learnt constraints	: 661605
3600.37/3230.36	c ignored constraints	: 0
3600.37/3230.36	c root simplifications	: 0
3600.37/3230.36	c removed literals (reason simplification)	: 60538352
3600.37/3230.36	c reason swapping (by a shorter reason)	: 0
3600.37/3230.36	c Calls to reduceDB	: 32
3600.37/3230.36	c Number of update (reduction) of LBD	: 30
3600.37/3230.36	c Imported unit clauses	: 0
3600.37/3230.37	c No decision after first conflict	: false
3600.37/3230.37	c number of reductions to clauses (during analyze)	: 0
3600.37/3230.37	c number of learned constraints concerned by reduction	: 0
3600.37/3230.37	c number of learning phase by resolution	: 0
3600.37/3230.37	c number of learning phase by cutting planes	: 0
3600.37/3230.37	c number of rounding to 1 operations	: 0
3600.37/3230.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.37/3230.37	c number of reductions of the coefficients by power 2 	: 0
3600.37/3230.37	c number of right shift for reduction by power 2 	: 0
3600.37/3230.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.37/3230.37	c number of ending skipping 	: 0
3600.37/3230.37	c number of internal skipping 	: 0
3600.37/3230.37	c number of derivation steps 	: 0
3600.37/3230.37	c number of skipped derivation steps 	: 0
3600.37/3230.37	c number of remaining unassigned 	: 0
3600.37/3230.37	c number of remaining assigned 	: 0
3600.37/3230.37	c number of falsified literals weakened from reason	: 0
3600.37/3230.37	c number of falsified literals weakened from conflict	: 0
3600.37/3230.37	c time for arithmetic operations	: 0
3600.37/3230.37	c minimum degree of deleted constraints	: null
3600.37/3230.37	c maximum degree of deleted constraints	: null
3600.37/3230.37	c number of deleted constraints	: 0
3600.37/3230.37	c timeout
3600.37/3230.37	c speed (assignments/second)	: 5533.719233219795
3600.37/3230.37	c non guided choices	: 6320
3600.55/3230.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 40570
3600.55/3230.41	s UNKNOWN
3600.55/3230.41	c Total wall clock time (in seconds): 3230.269

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62225 MiB free)
  memory of node 1: 64465 MiB (62413 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100059 s]*
/proc/loadavg: 4.15 4.10 4.04 7/320 35079
/proc/meminfo: memFree=127551912/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=18930384 memory=53284 CPUtime=0.11 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 6442 0 0 0 8 3 0 0 20 0 18 0 39089791 19384713216 13321 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4732596 13321 5366 1 0 547552 0
[pid=35003/tid=35008] ppid=34995 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 5002 0 0 0 5 1 0 0 20 0 18 0 39089793 19384713216 13321 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=18930384 memory=16898 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39089795 19384713216 13321 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39089795 19384713216 13321 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53284 KiB

[startup+0.206084 s]*
/proc/loadavg: 4.15 4.10 4.04 10/333 35092
/proc/meminfo: memFree=127509792/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=18930384 memory=61600 CPUtime=0.25 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 6928 0 0 0 22 3 0 0 20 0 18 0 39089791 19384713216 15400 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4732596 15400 5430 1 0 547883 0
[pid=35003/tid=35008] ppid=34995 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 5242 0 0 0 12 2 0 0 20 0 18 0 39089793 19384713216 15400 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=18930384 memory=16898 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39089795 19384713216 15400 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39089795 19384713216 15400 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61600 KiB

[startup+0.3058 s]*
/proc/loadavg: 4.15 4.10 4.04 9/334 35093
/proc/meminfo: memFree=127334864/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=18930384 memory=94152 CPUtime=0.44 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 9001 0 0 0 40 4 0 0 20 0 18 0 39089791 19384713216 23538 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4732596 23538 5430 1 0 549323 0
[pid=35003/tid=35008] ppid=34995 vsize=18930384 memory=-6000919494198454124 CPUtime=0.21 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 5291 0 0 0 19 2 0 0 20 0 18 0 39089793 19384713216 23538 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39089795 19384713216 23538 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39089795 19384713216 23538 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94152 KiB

[startup+0.700226 s]
/proc/loadavg: 4.62 4.20 4.07 10/338 35097
/proc/meminfo: memFree=126905700/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=176520 CPUtime=1.2 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 15149 0 0 0 113 7 0 0 20 0 20 0 39089791 19521036288 44130 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 44130 5462 1 0 553932 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=18048 CPUtime=0.52 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 5397 0 0 0 48 4 0 0 20 0 20 0 39089793 19521036288 44130 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 44130 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 44130 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 44130 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176520 KiB

[startup+1.50026 s]
/proc/loadavg: 4.62 4.20 4.07 13/340 35100
/proc/meminfo: memFree=125935088/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=299692 CPUtime=2.78 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 16267 0 0 0 266 12 0 0 20 0 20 0 39089791 19521036288 74923 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 74923 5494 1 0 1080339 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=10752 CPUtime=1.19 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 5449 0 0 0 112 7 0 0 20 0 20 0 39089793 19521036288 74923 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 74923 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 74923 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 74923 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 299692 KiB

[startup+3.11646 s]
/proc/loadavg: 4.62 4.20 4.07 5/341 35101
/proc/meminfo: memFree=124614936/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=896552 CPUtime=4.94 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 17291 0 0 0 468 26 0 0 20 0 20 0 39089791 19521036288 224138 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 224138 5494 1 0 1773869 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=441384 CPUtime=2.59 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) S 34995 35003 34474 0 -1 4194368 5650 0 0 0 242 17 0 0 20 0 20 0 39089793 19521036288 224138 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 224138 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 224138 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 224138 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 896552 KiB

[startup+6.30023 s]
/proc/loadavg: 4.57 4.20 4.07 5/343 35103
/proc/meminfo: memFree=121968120/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=1561576 CPUtime=8.3 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 18362 0 0 0 787 43 0 0 20 0 20 0 39089791 19521036288 390394 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 390394 5494 1 0 2076760 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=10752 CPUtime=5.5 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 5857 0 0 0 521 29 0 0 20 0 20 0 39089793 19521036288 390394 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 390394 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 390394 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=16420 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 390394 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 8.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1561576 KiB

[startup+12.7002 s]
/proc/loadavg: 4.60 4.21 4.08 5/343 35103
/proc/meminfo: memFree=118900752/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=2024592 CPUtime=14.94 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 19159 0 0 0 1439 55 0 0 20 0 20 0 39089791 19521036288 506148 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 506148 5494 1 0 2076762 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=16420 CPUtime=11.64 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 6423 0 0 0 1128 36 0 0 20 0 20 0 39089793 19521036288 506148 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 506148 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=2024592 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 506148 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=-6000919485524043884 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 506148 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 14.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2024592 KiB

[startup+25.5003 s]
/proc/loadavg: 4.59 4.22 4.08 6/343 35103
/proc/meminfo: memFree=115594252/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=2657648 CPUtime=28.6 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 25502 0 0 0 2784 76 0 0 20 0 20 0 39089791 19521036288 664412 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 664412 5494 1 0 2076764 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=16420 CPUtime=23.82 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 7487 0 0 0 2337 45 0 0 20 0 20 0 39089793 19521036288 664412 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 664412 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=2430160 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 664412 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=-6000919485524043884 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 664412 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2657648 KiB

[startup+51.1061 s]
/proc/loadavg: 4.75 4.30 4.11 5/323 35202
/proc/meminfo: memFree=110913956/131250000 swapFree=33010684/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=3751904 CPUtime=55.59 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 34347 0 0 0 5431 128 0 0 20 0 20 0 39089791 19521036288 937976 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 937976 5494 1 0 2076802 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=3387344 CPUtime=47.77 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 10185 0 0 0 4702 75 0 0 20 0 20 0 39089793 19521036288 937976 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=0 CPUtime=0 cores=4,6

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

Current children cumulated CPU time: 3298.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279796 KiB

[startup+3042.3 s]
/proc/loadavg: 4.31 4.38 4.32 5/346 36166
/proc/meminfo: memFree=531496/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=16279796 CPUtime=3363.34 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 518292 0 0 0 333363 2971 0 0 20 0 20 0 39089791 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 4069949 5526 1 0 4082958 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=16279796 CPUtime=2871.84 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 274929 0 0 0 284597 2587 0 0 20 0 20 0 39089793 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2843 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3363.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279796 KiB

[startup+3102.3 s]
/proc/loadavg: 4.45 4.40 4.33 5/346 36168
/proc/meminfo: memFree=641596/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=16279796 CPUtime=3434.51 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 527827 0 0 0 340429 3022 0 0 20 0 20 0 39089791 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 4069949 5526 1 0 4082958 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=16279796 CPUtime=2929.06 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) S 34995 35003 34474 0 -1 4194368 280598 0 0 0 290276 2630 0 0 20 0 20 0 39089793 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2857 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3434.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279796 KiB

[startup+3162.3 s]
/proc/loadavg: 4.60 4.47 4.36 5/347 36172
/proc/meminfo: memFree=670908/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=16279796 CPUtime=3512.32 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 539742 0 0 0 348140 3092 0 0 20 0 20 0 39089791 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 4069949 5526 1 0 4082958 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=16279796 CPUtime=2984.24 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 285895 0 0 0 295731 2693 0 0 20 0 20 0 39089793 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=14412 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2932 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3512.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279796 KiB

[startup+3222.3 s]
/proc/loadavg: 4.81 4.55 4.39 5/346 36174
/proc/meminfo: memFree=640780/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=16279796 CPUtime=3591.59 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 548615 0 0 0 355997 3162 0 0 20 0 20 0 39089791 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 4069949 5526 1 0 4082958 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=16279796 CPUtime=3040.18 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 290623 0 0 0 301264 2754 0 0 20 0 20 0 39089793 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=14412 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2980 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=18048 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3591.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3230.11 s]
/proc/loadavg: 4.75 4.54 4.39 5/346 36174
/proc/meminfo: memFree=531628/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19063512 memory=16279796 CPUtime=3600 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 549510 0 0 0 356828 3172 0 0 20 0 20 0 39089791 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4765878 4069949 5526 1 0 4082958 0
[pid=35003/tid=35008] ppid=34995 vsize=19063512 memory=16279796 CPUtime=3047.34 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) S 34995 35003 34474 0 -1 4194368 291341 0 0 0 301971 2763 0 0 20 0 20 0 39089793 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19063512 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19063512 memory=18048 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2980 0 0 0 0 0 0 0 20 0 20 0 39089795 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35094] ppid=34995 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35003/task/35094/stat : 35094 (Timer-0) S 34995 35003 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089826 19521036288 4069949 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3568.85 s, system=31.8216 s

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

[startup+3230.4 s]
/proc/loadavg: 4.75 4.54 4.39 5/346 36174
/proc/meminfo: memFree=531628/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19263204 memory=16280820 CPUtime=3600.55 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 551275 0 0 0 356882 3173 0 0 20 0 21 0 39089791 19725520896 4070205 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4815801 4070205 5526 1 0 4083944 0
[pid=35003/tid=35008] ppid=34995 vsize=19263204 memory=5276 CPUtime=3047.37 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) R 34995 35003 34474 0 -1 4194368 291524 0 0 0 301972 2765 0 0 20 0 21 0 39089793 19725520896 4070205 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19263204 memory=5276 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39089795 19725520896 4070205 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19263204 memory=3328 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2980 0 0 0 0 0 0 0 20 0 21 0 39089795 19725520896 4070205 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3600.55 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16280820 KiB

[startup+3230.6 s]
/proc/loadavg: 4.75 4.54 4.39 5/346 36174
/proc/meminfo: memFree=531628/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19263204 memory=16280948 CPUtime=3600.6 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 551441 0 0 0 356884 3176 0 0 20 0 15 0 39089791 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4815801 4070237 5526 1 0 4083965 0
[pid=35003/tid=35008] ppid=34995 vsize=19263204 memory=5504 CPUtime=3047.4 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) D 34995 35003 34474 0 -1 4194368 291524 0 0 0 301973 2767 0 0 20 0 15 0 39089793 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19263204 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39089795 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19263204 memory=2760 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2980 0 0 0 0 0 0 0 20 0 15 0 39089795 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3600.6 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16280948 KiB

[startup+3230.7 s]
/proc/loadavg: 4.75 4.54 4.39 5/346 36174
/proc/meminfo: memFree=531628/131250000 swapFree=33009904/33010684
[pid=35003] ppid=34995 vsize=19263204 memory=16280948 CPUtime=3600.6 cores=4,6
/proc/35003/stat : 35003 (java) S 34995 35003 34474 0 -1 4194304 551441 0 0 0 356884 3176 0 0 20 0 15 0 39089791 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
/proc/35003/statm: 4815801 4070237 5526 1 0 4083965 0
[pid=35003/tid=35008] ppid=34995 vsize=19263204 memory=16279796 CPUtime=3047.4 cores=4,6
/proc/35003/task/35008/stat : 35008 (java) D 34995 35003 34474 0 -1 4194368 291524 0 0 0 301973 2767 0 0 20 0 15 0 39089793 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35025] ppid=34995 vsize=19263204 memory=16279796 CPUtime=0 cores=4,6
/proc/35003/task/35025/stat : 35025 (Finalizer) S 34995 35003 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39089795 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
[pid=35003/tid=35032] ppid=34995 vsize=19263204 memory=18048 CPUtime=0 cores=4,6
/proc/35003/task/35032/stat : 35032 (Common-Cleaner) S 34995 35003 34474 0 -1 4194368 2980 0 0 0 0 0 0 0 20 0 15 0 39089795 19725520896 4070237 18446744073709551615 94447867727872 94447867731568 140720777092960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94447867739384 94447867740176 94447894188032 140720777099568 140720777099750 140720777099750 140720777105352 0
Current children cumulated CPU time: 3600.6 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16280948 KiB

Child status: 143

Real time (s): 3230.78
CPU time (s): 3600.67
CPU user time (s): 3568.85
CPU system time (s): 31.8216
CPU usage (%): 111.449
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16280948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3568.85
system time used= 31.8216
maximum resident set size= 16281204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551473
page faults= 0
swaps= 0
block input operations= 8
block output operations= 63081024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141597
involuntary context switches= 52980


# summary of solver processes directly reported to runsolver:
#   pid: 35003
#   total CPU time (s): 3600.67
#   total CPU user time (s): 3568.85
#   total CPU system time (s): 31.8216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15124 second user time and 18.2017 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 23:55:04
IDJOB=4515283
IDBENCH=164385
IDSOLVER=3364
FILE ID=nodeC033/4515283-1751234104
RUNJOBID= nodeC033-1751234104-34966
SLURM_JOB_ID= 9587701
Free space on /tmp= 432780 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-777800.0.s.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515283-1751234104/watcher-4515283-1751234104 -o /tmp/evaluation-result-4515283-1751234104/solver-4515283-1751234104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34966 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515283-1751234104 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515283-1751234104.opb

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

MD5SUM BENCH= 582689c3cf73d4c20a9f41c5c43c97bc
RANDOM SEED=106364322

nodeC033 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.281
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3603.569
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.093
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.164
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.069
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.069
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.993
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.913
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127633184 kB
MemAvailable:   129749044 kB
Buffers:            3280 kB
Cached:          2917536 kB
SwapCached:            0 kB
Active:           340040 kB
Inactive:        2658112 kB
Active(anon):      95500 kB
Inactive(anon):        0 kB
Active(file):     244540 kB
Inactive(file):  2658112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5892 kB
Writeback:             0 kB
AnonPages:         80896 kB
Mapped:           103744 kB
Shmem:             18120 kB
KReclaimable:     104896 kB
Slab:             192696 kB
SReclaimable:     104896 kB
SUnreclaim:        87800 kB
KernelStack:        4144 kB
PageTables:         3040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     356876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432764 MiB
End job on nodeC033 at 2025-06-30 00:48:55