Trace number 4497886

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 2025-06-06? (TO) 3600.2 3580.02

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_4_15.opb
MD5SUM59335c4ece675e26059f45c369af1ce7
Bench CategoryDEC-NLC (decision problem, non-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.274503
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4497886-1751270048.opb
0.42/0.37	c reading problem ... 
0.42/0.37	c  no objective function found
1.51/0.97	c ... done. Wall clock time 0.6s.
1.51/0.97	c declared #vars     1000
1.51/0.97	c internal #vars     16754
1.51/0.97	c #constraints  33011
1.51/0.97	c constraints type 
1.51/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.51/0.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.51/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15754
1.51/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15754
1.51/0.98	c 33011 constraints processed.
7.29/4.82	c cleaning 2614 clauses out of 5227 with flag 10546/5227
12.07/9.21	c cleaning 4183 clauses out of 8386 with flag 22198/11000
18.07/15.16	c cleaning 5764 clauses out of 11528 with flag 36983/18325
25.33/22.32	c cleaning 6848 clauses out of 13695 with flag 53014/26256
35.37/32.15	c cleaning 7896 clauses out of 15792 with flag 71074/35201
47.23/43.79	c cleaning 8856 clauses out of 17711 with flag 90931/45016
61.25/57.61	c cleaning 9921 clauses out of 19842 with flag 113187/56003
80.48/76.69	c cleaning 10972 clauses out of 21943 with flag 137632/68025
104.86/100.91	c cleaning 11973 clauses out of 23946 with flag 164417/81000
116.32/112.12	c cleaning 13084 clauses out of 26169 with flag 193270/95196
133.13/127.52	c cleaning 14056 clauses out of 28114 with flag 223576/110225
153.37/147.51	c cleaning 14924 clauses out of 29850 with flag 255440/126017
180.57/174.30	c cleaning 16019 clauses out of 32039 with flag 290045/143130
217.24/209.77	c cleaning 16944 clauses out of 33890 with flag 326689/161000
234.51/226.78	c cleaning 17995 clauses out of 35992 with flag 365177/180046
260.41/252.38	c cleaning 19085 clauses out of 38172 with flag 405859/200221
297.75/287.67	c cleaning 19957 clauses out of 39915 with flag 448060/221049
326.32/315.92	c cleaning 20977 clauses out of 41955 with flag 492893/243046
354.38/343.52	c cleaning 22042 clauses out of 44085 with flag 539480/266153
392.67/381.46	c cleaning 22985 clauses out of 45972 with flag 587911/290082
425.95/414.39	c cleaning 23986 clauses out of 47974 with flag 638848/315069
463.55/450.05	c cleaning 25021 clauses out of 50044 with flag 691397/341125
512.28/498.26	c cleaning 25942 clauses out of 51898 with flag 746769/368000
524.69/509.56	c cleaning 26988 clauses out of 53975 with flag 817190/396019
562.96/547.49	c cleaning 27990 clauses out of 55980 with flag 880955/425012
752.39/736.41	c cleaning 29018 clauses out of 58038 with flag 985412/455060
1072.62/1054.32	c cleaning 30033 clauses out of 60065 with flag 1100496/486105
1442.68/1424.33	c cleaning 30981 clauses out of 61961 with flag 1233514/518034
1689.64/1671.07	c cleaning 31972 clauses out of 63946 with flag 1316777/551000
2092.70/2074.09	c cleaning 32989 clauses out of 65977 with flag 1418820/585003
2560.16/2541.55	c cleaning 33993 clauses out of 67986 with flag 1522249/620001
2921.19/2900.98	c cleaning 35006 clauses out of 70015 with flag 1635443/656023
3420.36/3400.38	c cleaning 35996 clauses out of 71995 with flag 1714002/693009
3600.00/3579.93	c starts		: 783
3600.00/3579.94	c timeout
3600.00/3579.94	c conflicts		: 716474
3600.00/3579.94	c decisions		: 3277818
3600.00/3579.94	c propagations		: 110896125
3600.00/3579.94	c inspects		: 7587027921
3600.00/3579.94	c shortcuts		: 0
3600.00/3579.94	c learnt literals	: 0
3600.00/3579.94	c learnt binary clauses	: 0
3600.00/3579.94	c learnt ternary clauses	: 3
3600.00/3579.94	c learnt constraints	: 716474
3600.00/3579.94	c ignored constraints	: 0
3600.00/3579.94	c root simplifications	: 0
3600.00/3579.94	c removed literals (reason simplification)	: 56059816
3600.00/3579.94	c reason swapping (by a shorter reason)	: 0
3600.00/3579.94	c Calls to reduceDB	: 33
3600.00/3579.95	c Number of update (reduction) of LBD	: 25672
3600.00/3579.95	c Imported unit clauses	: 0
3600.00/3579.95	c No decision after first conflict	: false
3600.00/3579.95	c number of reductions to clauses (during analyze)	: 0
3600.00/3579.95	c number of learned constraints concerned by reduction	: 0
3600.00/3579.95	c number of learning phase by resolution	: 0
3600.00/3579.95	c number of learning phase by cutting planes	: 0
3600.00/3579.95	c number of rounding to 1 operations	: 0
3600.00/3579.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3579.95	c number of reductions of the coefficients by power 2 	: 0
3600.00/3579.95	c number of right shift for reduction by power 2 	: 0
3600.00/3579.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3579.95	c number of ending skipping 	: 0
3600.00/3579.95	c number of internal skipping 	: 0
3600.00/3579.95	c number of derivation steps 	: 0
3600.00/3579.95	c number of skipped derivation steps 	: 0
3600.00/3579.95	c number of remaining unassigned 	: 0
3600.00/3579.95	c number of remaining assigned 	: 0
3600.00/3579.95	c number of falsified literals weakened from reason	: 0
3600.00/3579.95	c number of falsified literals weakened from conflict	: 0
3600.00/3579.95	c time for arithmetic operations	: 0
3600.00/3579.95	c minimum degree of deleted constraints	: null
3600.00/3579.95	c maximum degree of deleted constraints	: null
3600.00/3579.95	c number of deleted constraints	: 0
3600.00/3579.95	c speed (assignments/second)	: 30985.54665136242
3600.00/3579.95	c non guided choices	: 16215
3600.00/3579.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 59464
3600.00/3579.99	s UNKNOWN
3600.00/3579.99	c Total wall clock time (in seconds): 3579.626

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497886-1751270048/watcher-4497886-1751270048 -o /tmp/evaluation-result-4497886-1751270048/solver-4497886-1751270048 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751270048-35797 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4497886-1751270048.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100073 s]*
/proc/loadavg: 7.89 8.05 7.01 13/320 35921
/proc/meminfo: memFree=130080896/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=18930384 memory=47852 CPUtime=0.11 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 5705 0 0 0 7 4 0 0 20 0 18 0 42684550 19384713216 11963 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4732596 11963 5265 1 0 546935 0
[pid=35853/tid=35862] ppid=35841 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 4631 0 0 0 4 2 0 0 20 0 18 0 42684552 19384713216 11963 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684557 19384713216 11963 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=18930384 memory=57394571004297 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42684559 19384713216 11963 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47852 KiB

[startup+0.213498 s]*
/proc/loadavg: 7.89 8.05 7.01 9/320 35921
/proc/meminfo: memFree=130072088/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=18930384 memory=52820 CPUtime=0.27 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 6366 0 0 0 23 4 0 0 20 0 18 0 42684550 19384713216 13205 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4732596 13205 5329 1 0 547471 0
[pid=35853/tid=35862] ppid=35841 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 4961 0 0 0 14 3 0 0 20 0 18 0 42684552 19384713216 13205 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684557 19384713216 13205 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42684559 19384713216 13205 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52820 KiB

[startup+0.313645 s]*
/proc/loadavg: 7.89 8.05 7.01 12/320 35921
/proc/meminfo: memFree=130047672/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=18930384 memory=58076 CPUtime=0.42 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 6672 0 0 0 37 5 0 0 20 0 18 0 42684550 19384713216 14519 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4732596 14519 5329 1 0 547704 0
[pid=35853/tid=35862] ppid=35841 vsize=18930384 memory=-6000919502787864428 CPUtime=0.25 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 5119 0 0 0 22 3 0 0 20 0 18 0 42684552 19384713216 14519 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684557 19384713216 14519 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42684559 19384713216 14519 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58076 KiB

[startup+0.700334 s]
/proc/loadavg: 7.89 8.05 7.01 13/320 35921
/proc/meminfo: memFree=130034692/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=18930384 memory=91344 CPUtime=1.13 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 8055 0 0 0 105 8 0 0 20 0 18 0 42684550 19384713216 22836 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4732596 22836 5425 1 0 548179 0
[pid=35853/tid=35862] ppid=35841 vsize=18930384 memory=17664 CPUtime=0.55 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 5294 0 0 0 50 5 0 0 20 0 18 0 42684552 19384713216 22836 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=18930384 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684557 19384713216 22836 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42684559 19384713216 22836 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 91344 KiB

[startup+1.50026 s]
/proc/loadavg: 7.89 8.05 7.01 10/325 35926
/proc/meminfo: memFree=129805888/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=189096 CPUtime=2.69 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 22413 0 0 0 255 14 0 0 20 0 20 0 42684550 19521036288 47274 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 47274 5457 1 0 554853 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=3200 CPUtime=1.27 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 5554 0 0 0 120 7 0 0 20 0 20 0 42684552 19521036288 47274 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 47274 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 47274 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 47274 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189096 KiB

[startup+3.11303 s]
/proc/loadavg: 7.89 8.05 7.01 6/327 35928
/proc/meminfo: memFree=129626140/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=204188 CPUtime=5.09 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 24400 0 0 0 493 16 0 0 20 0 20 0 42684550 19521036288 51047 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 51047 5489 1 0 554858 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=14848 CPUtime=2.84 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 5846 0 0 0 277 7 0 0 20 0 20 0 42684552 19521036288 51047 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 51047 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 51047 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 51047 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204188 KiB

[startup+6.30044 s]
/proc/loadavg: 7.66 8.00 7.00 7/327 35928
/proc/meminfo: memFree=129387736/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=234096 CPUtime=9.02 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 25994 0 0 0 885 17 0 0 20 0 20 0 42684550 19521036288 58524 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 58524 5489 1 0 554900 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=0 CPUtime=5.97 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 6740 0 0 0 590 7 0 0 20 0 20 0 42684552 19521036288 58524 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 58524 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 58524 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=189096 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 58524 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234096 KiB

[startup+12.7004 s]
/proc/loadavg: 7.36 7.93 6.98 7/328 35929
/proc/meminfo: memFree=128976216/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=330532 CPUtime=15.6 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 28128 0 0 0 1540 20 0 0 20 0 20 0 42684550 19521036288 82633 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 82633 5521 1 0 554900 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=189096 CPUtime=12.03 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) S 35841 35853 35496 0 -1 4194368 7411 0 0 0 1196 7 0 0 20 0 20 0 42684552 19521036288 82633 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=318232 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 82633 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 82633 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 82633 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 15.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 330532 KiB

[startup+25.5005 s]
/proc/loadavg: 6.62 7.74 6.93 7/328 35930
/proc/meminfo: memFree=127915780/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=729488 CPUtime=28.65 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 31098 0 0 0 2836 29 0 0 20 0 20 0 42684550 19521036288 182372 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 182372 5521 1 0 717818 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=0 CPUtime=24.3 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 8265 0 0 0 2421 9 0 0 20 0 20 0 42684552 19521036288 182372 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=189096 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 182372 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=234096 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 182372 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=-6000919502787864428 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 182372 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 28.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 729488 KiB

[startup+51.1132 s]
/proc/loadavg: 5.79 7.45 6.86 6/328 35930
/proc/meminfo: memFree=126484280/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=1090024 CPUtime=54.77 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 34894 0 0 0 5436 41 0 0 20 0 20 0 42684550 19521036288 272506 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 272506 5521 1 0 717820 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=-6000919502787864428 CPUtime=49.32 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 8893 0 0 0 4922 10 0 0 20 0 20 0 42684552 19521036288 272506 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 272506 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=977368 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 272506 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=114512568/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3242.41 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 132389 0 0 0 323919 322 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=14848 CPUtime=3198.6 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 58246 0 0 0 319824 36 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 2721 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3242.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.22 7/328 36160
/proc/meminfo: memFree=114513576/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3302.55 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 133476 0 0 0 329929 326 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3258.2 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 58344 0 0 0 325784 36 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 2835 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3302.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.15 4.22 7/327 36162
/proc/meminfo: memFree=114313348/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3362.47 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 134448 0 0 0 335918 329 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3318.07 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 59268 0 0 0 331770 37 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 2835 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3362.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.16 4.22 7/327 36164
/proc/meminfo: memFree=114125216/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3422.36 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 135719 0 0 0 341903 333 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=14848 CPUtime=3377.91 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 60419 0 0 0 337754 37 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 2949 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3422.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.15 4.21 7/326 36166
/proc/meminfo: memFree=113690728/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3482.4 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 137016 0 0 0 347905 335 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=14848 CPUtime=3437.49 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 60698 0 0 0 343712 37 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 3022 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3482.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.20 7/326 36168
/proc/meminfo: memFree=113021376/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3542.52 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 137898 0 0 0 353913 339 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3497.07 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 61411 0 0 0 349670 37 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 3022 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3542.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.9 s]
/proc/loadavg: 4.17 4.15 4.20 6/325 36236
/proc/meminfo: memFree=116808160/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3600 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 138838 0 0 0 359656 344 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3554.5 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 62287 0 0 0 355411 39 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 3039 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.72 s, system=3.47256 s

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

[startup+3579.9 s]
/proc/loadavg: 4.17 4.15 4.20 6/325 36236
/proc/meminfo: memFree=116808160/131382112 swapFree=33010684/33010684
[pid=35853] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3600 cores=5,7
/proc/35853/stat : 35853 (java) S 35841 35853 35496 0 -1 4194304 138838 0 0 0 359656 344 0 0 20 0 20 0 42684550 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
/proc/35853/statm: 4765878 1020083 5521 1 0 1121889 0
[pid=35853/tid=35862] ppid=35841 vsize=19063512 memory=4080332 CPUtime=3554.5 cores=5,7
/proc/35853/task/35862/stat : 35862 (java) R 35841 35853 35496 0 -1 4194368 62287 0 0 0 355411 39 0 0 20 0 20 0 42684552 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35910] ppid=35841 vsize=19063512 memory=4080332 CPUtime=0 cores=5,7
/proc/35853/task/35910/stat : 35910 (Finalizer) S 35841 35853 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684557 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35921] ppid=35841 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/35853/task/35921/stat : 35921 (Common-Cleaner) S 35841 35853 35496 0 -1 4194368 3039 0 0 0 0 0 0 0 20 0 20 0 42684559 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
[pid=35853/tid=35926] ppid=35841 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35853/task/35926/stat : 35926 (Timer-0) S 35841 35853 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684649 19521036288 1020083 18446744073709551615 93973335986176 93973335989872 140723926947936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93973335997688 93973335998480 93973337038848 140723926952321 140723926952422 140723926952422 140723926958024 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4080332 KiB

Child status: 143

Real time (s): 3580.02
CPU time (s): 3600.2
CPU user time (s): 3596.72
CPU system time (s): 3.47256
CPU usage (%): 100.564
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4080332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.72
system time used= 3.47256
maximum resident set size= 4081100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110730
involuntary context switches= 4910


# summary of solver processes directly reported to runsolver:
#   pid: 35853
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.72
#   total CPU system time (s): 3.47256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.4243 second user time and 35.0633 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-30 09:54:08
IDJOB=4497886
IDBENCH=148220
IDSOLVER=3363
FILE ID=nodeC012/4497886-1751270048
RUNJOBID= nodeC012-1751270048-35797
SLURM_JOB_ID= 9594179
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_4_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497886-1751270048/watcher-4497886-1751270048 -o /tmp/evaluation-result-4497886-1751270048/solver-4497886-1751270048 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751270048-35797 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4497886-1751270048.opb

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

MD5SUM BENCH= 59335c4ece675e26059f45c369af1ce7
RANDOM SEED=317870248

nodeC012 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.119
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.39
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.143
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.39
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.305
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.145
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.39
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		: 1197.125
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.39
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		: 1197.312
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.39
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.762
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.39
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		: 1199.863
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130123632 kB
MemAvailable:   129916848 kB
Buffers:            3280 kB
Cached:           602764 kB
SwapCached:            0 kB
Active:           317392 kB
Inactive:         354128 kB
Active(anon):      83436 kB
Inactive(anon):        0 kB
Active(file):     233956 kB
Inactive(file):   354128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3452 kB
Writeback:            16 kB
AnonPages:         68632 kB
Mapped:           102424 kB
Shmem:             17960 kB
KReclaimable:      89132 kB
Slab:             171368 kB
SReclaimable:      89132 kB
SUnreclaim:        82236 kB
KernelStack:        3952 kB
PageTables:         2908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC012 at 2025-06-30 10:53:49