Trace number 4448942

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 2024 2024-07-07? (TO) 3600.34 3553.08

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-dec.opb.negationfix.opb
MD5SUM6b93b615aedbdc1b5251d82df8eef612
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.43886
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
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 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.22	c Free memory 		2113181440
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.31/0.23	c Number of processors 	2
0.47/0.34	--- Begin Solver configuration ---
0.47/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.47/0.34	Learn all clauses as in MiniSAT
0.47/0.34	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.47/0.34	Expensive reason simplification
0.47/0.34	Glucose 2.1 dynamic restart strategy
0.47/0.34	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.47/0.34	timeout=2147483s
0.47/0.34	DB Simplification allowed=false
0.47/0.34	Listener: none
0.47/0.34	--- End Solver configuration ---
0.47/0.34	c Pseudo Boolean Optimization by upper bound
0.47/0.34	c --- Begin Solver configuration ---
0.47/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.47/0.34	c Learn all clauses as in MiniSAT
0.47/0.34	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.47/0.34	c Expensive reason simplification
0.47/0.34	c Glucose 2.1 dynamic restart strategy
0.47/0.34	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.47/0.34	c timeout=2147483s
0.47/0.34	c DB Simplification allowed=false
0.47/0.34	c Listener: none
0.47/0.34	c --- End Solver configuration ---
0.47/0.35	c solving HOME/instance-4448942-1721827705.opb
0.47/0.35	c reading problem ... 
0.47/0.35	c using VERIPB proof format
0.47/0.36	c  no objective function found
3.81/2.38	c ... done. Wall clock time 2.027s.
3.81/2.38	c declared #vars     175232
3.81/2.38	c #constraints  2994
3.81/2.38	c constraints type 
3.81/2.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1368
3.81/2.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 258
3.81/2.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
3.81/2.38	c 2994 constraints processed.
10.13/6.57	c cleaning 2496 clauses out of 5002 with flag 17176/5002
15.80/11.39	c cleaning 4237 clauses out of 8506 with flag 51500/11002
22.70/17.51	c cleaning 5619 clauses out of 11267 with flag 98086/18000
31.00/24.92	c cleaning 6810 clauses out of 13649 with flag 156772/26001
40.66/33.93	c cleaning 7906 clauses out of 15838 with flag 221508/35000
51.94/44.40	c cleaning 8954 clauses out of 17933 with flag 296522/45001
61.74/53.78	c cleaning 9978 clauses out of 19978 with flag 380130/56000
72.68/64.20	c cleaning 10990 clauses out of 22000 with flag 481678/68000
87.12/79.45	c cleaning 11993 clauses out of 24010 with flag 582796/81000
100.22/91.96	c cleaning 12993 clauses out of 26018 with flag 690675/95001
115.72/107.17	c cleaning 13994 clauses out of 28024 with flag 805757/110000
130.51/120.88	c cleaning 14996 clauses out of 30030 with flag 936402/126000
147.58/137.62	c cleaning 16000 clauses out of 32034 with flag 1066007/143000
165.01/153.97	c cleaning 17003 clauses out of 34034 with flag 1206022/161000
182.41/171.50	c cleaning 18001 clauses out of 36032 with flag 1335635/180001
205.83/194.95	c cleaning 18986 clauses out of 38031 with flag 1481565/200001
229.61/217.42	c cleaning 19995 clauses out of 40045 with flag 1641950/221001
258.62/246.59	c cleaning 21003 clauses out of 42050 with flag 1822739/243001
287.74/273.04	c cleaning 21990 clauses out of 44046 with flag 2010654/266000
315.03/299.26	c cleaning 23006 clauses out of 46058 with flag 2210568/290002
352.28/335.37	c cleaning 23994 clauses out of 48050 with flag 2429483/315000
394.44/376.27	c cleaning 25003 clauses out of 50056 with flag 2667343/341000
435.16/416.17	c cleaning 26001 clauses out of 52053 with flag 2903661/368000
474.31/454.48	c cleaning 26997 clauses out of 54052 with flag 3178347/396000
510.15/489.14	c cleaning 28007 clauses out of 56055 with flag 3461375/425000
543.69/521.56	c cleaning 29003 clauses out of 58052 with flag 3736451/455004
582.32/559.14	c cleaning 29997 clauses out of 60045 with flag 4078057/486000
615.47/590.72	c cleaning 31008 clauses out of 62048 with flag 4355221/518000
687.18/662.11	c cleaning 32002 clauses out of 64041 with flag 4565814/551001
748.69/723.48	c cleaning 33000 clauses out of 66039 with flag 4794029/585001
823.06/798.83	c cleaning 34002 clauses out of 68039 with flag 5008038/620001
897.75/872.33	c cleaning 34997 clauses out of 70036 with flag 5257835/656000
985.44/956.26	c cleaning 36000 clauses out of 72039 with flag 5573596/693000
1074.43/1044.57	c cleaning 37000 clauses out of 74040 with flag 5867411/731001
1173.22/1142.92	c cleaning 38000 clauses out of 76040 with flag 6158449/770001
1272.55/1241.60	c cleaning 39003 clauses out of 78041 with flag 6426095/810002
1392.99/1360.22	c cleaning 40000 clauses out of 80038 with flag 6683337/851002
1510.72/1477.37	c cleaning 41000 clauses out of 82037 with flag 6943900/893001
1637.34/1603.14	c cleaning 41999 clauses out of 84038 with flag 7211443/936002
1756.29/1720.66	c cleaning 43002 clauses out of 86039 with flag 7465966/980002
1896.83/1859.43	c cleaning 44001 clauses out of 88037 with flag 7746358/1025002
2036.51/1995.79	c cleaning 44999 clauses out of 90037 with flag 8055302/1071003
2163.26/2121.51	c cleaning 45998 clauses out of 92036 with flag 8346864/1118001
2292.49/2250.09	c cleaning 46998 clauses out of 94038 with flag 8668366/1166001
2437.88/2394.93	c cleaning 48000 clauses out of 96041 with flag 8976644/1215002
2601.73/2558.84	c cleaning 48999 clauses out of 98039 with flag 9284559/1265000
2758.96/2715.44	c cleaning 49998 clauses out of 100040 with flag 9603592/1316000
2913.20/2869.12	c cleaning 51002 clauses out of 102042 with flag 9948909/1368000
3111.51/3068.15	c cleaning 51995 clauses out of 104040 with flag 10286698/1421000
3333.86/3289.77	c cleaning 53007 clauses out of 106049 with flag 10615007/1475004
3532.73/3486.58	c cleaning 53999 clauses out of 108038 with flag 10976886/1530000
3600.08/3552.83	c starts		: 38
3600.08/3552.84	c conflicts		: 1554488
3600.08/3552.84	c decisions		: 4309976
3600.08/3552.84	c propagations		: 314987702
3600.08/3552.84	c timeout
3600.08/3552.84	c inspects		: 5465245488
3600.08/3552.84	c shortcuts		: 0
3600.08/3552.84	c learnt literals	: 0
3600.08/3552.84	c learnt binary clauses	: 0
3600.08/3552.84	c learnt ternary clauses	: 0
3600.08/3552.84	c learnt constraints	: 1554488
3600.08/3552.84	c ignored constraints	: 0
3600.08/3552.84	c root simplifications	: 0
3600.08/3552.84	c removed literals (reason simplification)	: 3238888
3600.08/3552.84	c reason swapping (by a shorter reason)	: 0
3600.08/3552.84	c Calls to reduceDB	: 51
3600.08/3552.84	c Number of update (reduction) of LBD	: 712926
3600.08/3552.84	c Imported unit clauses	: 0
3600.08/3552.84	c No decision after first conflict	: false
3600.08/3552.84	c number of reductions to clauses (during analyze)	: 0
3600.08/3552.84	c number of learned constraints concerned by reduction	: 0
3600.08/3552.84	c number of learning phase by resolution	: 0
3600.08/3552.84	c number of learning phase by cutting planes	: 0
3600.08/3552.84	c number of rounding to 1 operations	: 0
3600.08/3552.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3552.85	c number of reductions of the coefficients by power 2 	: 0
3600.08/3552.85	c number of right shift for reduction by power 2 	: 0
3600.08/3552.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3552.85	c number of ending skipping 	: 0
3600.08/3552.85	c number of internal skipping 	: 0
3600.08/3552.85	c number of derivation steps 	: 0
3600.08/3552.85	c number of skipped derivation steps 	: 0
3600.08/3552.85	c number of remaining unassigned 	: 0
3600.08/3552.85	c number of remaining assigned 	: 0
3600.08/3552.85	c number of falsified literals weakened from reason	: 0
3600.08/3552.85	c number of falsified literals weakened from conflict	: 0
3600.08/3552.85	c time for arithmetic operations	: 0
3600.08/3552.85	c minimum degree of deleted constraints	: null
3600.08/3552.85	c maximum degree of deleted constraints	: null
3600.08/3552.85	c number of deleted constraints	: 0
3600.08/3552.85	c speed (assignments/second)	: 88718.03406680193
3600.08/3552.86	c non guided choices	: 2202743
3600.25/3552.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 78527
3600.25/3552.91	s UNKNOWN
3600.25/3552.91	c Total wall clock time (in seconds): 3552.562

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: 64096 MiB (57879 MiB free)
  memory of node 1: 64473 MiB (48754 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448942-1721827705/watcher-4448942-1721827705 -o /tmp/evaluation-result-4448942-1721827705/solver-4448942-1721827705 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721820325-176944 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4448942-1721827705 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448942-1721827705.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=183832, runsolver pid=183829
Current StackSize limit: 8192 KiB


[startup+0.103933 s]*
/proc/loadavg: 4.67 4.51 4.32 7/322 183850
/proc/meminfo: memFree=109157544/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=18975048 memory=55560 CPUtime=0.13 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 6451 0 0 0 10 3 0 0 20 0 18 0 18759453 19430449152 13890 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4743762 13890 5593 1 0 550808 0
[pid=183832/tid=183834] ppid=183829 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 5381 0 0 0 6 2 0 0 20 0 18 0 18759454 19430449152 13890 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18759459 19430449152 13890 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=18975048 memory=3905244537068716064 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18759460 19430449152 13890 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55560 KiB

[startup+0.214535 s]*
/proc/loadavg: 4.67 4.51 4.32 6/322 183850
/proc/meminfo: memFree=109151784/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=18975048 memory=60312 CPUtime=0.31 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 7122 0 0 0 27 4 0 0 20 0 18 0 18759453 19430449152 15078 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4743762 15078 5602 1 0 551340 0
[pid=183832/tid=183834] ppid=183829 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 1077936192 5682 0 0 0 16 2 0 0 20 0 18 0 18759454 19430449152 15078 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=18975048 memory=880909 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18759459 19430449152 15078 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=18975048 memory=15260341797930584 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18759460 19430449152 15078 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60312 KiB

[startup+0.327944 s]*
/proc/loadavg: 4.67 4.51 4.32 7/322 183850
/proc/meminfo: memFree=109145728/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=18975048 memory=65928 CPUtime=0.47 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 7413 0 0 0 43 4 0 0 20 0 18 0 18759453 19430449152 16482 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4743762 16482 5707 1 0 551540 0
[pid=183832/tid=183834] ppid=183829 vsize=18975048 memory=-8528518524184601276 CPUtime=0.27 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 5865 0 0 0 24 3 0 0 20 0 18 0 18759454 19430449152 16482 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18759459 19430449152 16482 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18759460 19430449152 16482 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65928 KiB

[startup+0.700914 s]
/proc/loadavg: 4.67 4.51 4.32 7/322 183850
/proc/meminfo: memFree=109120756/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=18975048 memory=130816 CPUtime=1.15 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 9214 0 0 0 108 7 0 0 20 0 18 0 18759453 19430449152 32704 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4743762 32704 5782 1 0 552729 0
[pid=183832/tid=183834] ppid=183829 vsize=18975048 memory=5572 CPUtime=0.61 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 5971 0 0 0 56 5 0 0 20 0 18 0 18759454 19430449152 32704 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=18975048 memory=11652 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18759459 19430449152 32704 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18759460 19430449152 32704 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 130816 KiB

[startup+1.50092 s]
/proc/loadavg: 4.67 4.51 4.32 6/323 183851
/proc/meminfo: memFree=109016520/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19041612 memory=239268 CPUtime=2.6 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 10784 0 0 0 250 10 0 0 20 0 19 0 18759453 19498610688 59817 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4760403 59817 5782 1 0 553791 0
[pid=183832/tid=183834] ppid=183829 vsize=19041612 memory=11652 CPUtime=1.16 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 6044 0 0 0 111 5 0 0 20 0 19 0 18759454 19498610688 59817 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18759459 19498610688 59817 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18759460 19498610688 59817 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 239268 KiB

[startup+3.10588 s]
/proc/loadavg: 4.77 4.53 4.32 6/324 183853
/proc/meminfo: memFree=107394388/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=1805100 CPUtime=5.32 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 14994 0 0 0 489 43 0 0 20 0 20 0 18759453 19566772224 451275 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 451275 5834 1 0 1835411 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=0 CPUtime=2.54 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 6871 0 0 0 219 35 0 0 20 0 20 0 18759454 19566772224 451275 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 451275 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=500232 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 451275 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 451275 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1805100 KiB

[startup+6.30046 s]
/proc/loadavg: 4.77 4.53 4.32 5/324 183853
/proc/meminfo: memFree=106174960/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=3137164 CPUtime=9.9 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 15890 0 0 0 918 72 0 0 20 0 20 0 18759453 19566772224 784291 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 784291 5834 1 0 1835425 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=0 CPUtime=5.73 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 7534 0 0 0 508 65 0 0 20 0 20 0 18759454 19566772224 784291 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 784291 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=2131068 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 784291 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 784291 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 9.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3137164 KiB

[startup+12.7059 s]
/proc/loadavg: 4.71 4.52 4.32 5/324 183853
/proc/meminfo: memFree=104797952/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=4569400 CPUtime=17.44 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 17831 0 0 0 1632 112 0 0 20 0 20 0 18759453 19566772224 1142350 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 1142350 5849 1 0 2176259 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=-8528518524184601276 CPUtime=11.45 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) S 183829 183832 176776 0 -1 1077936192 8179 0 0 0 1050 95 0 0 20 0 20 0 18759454 19566772224 1142350 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=4055172 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 1142350 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 1142350 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 1142350 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 17.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4569400 KiB

[startup+25.5005 s]
/proc/loadavg: 4.55 4.50 4.32 6/326 184026
/proc/meminfo: memFree=102112112/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=6587024 CPUtime=31.84 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 20015 0 0 0 3018 166 0 0 20 0 20 0 18759453 19566772224 1646756 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 1646756 5849 1 0 2559192 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=13560 CPUtime=22.94 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 8872 0 0 0 2162 132 0 0 20 0 20 0 18759454 19566772224 1646756 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=6459572 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 1646756 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=5818548 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 1646756 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=4689 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 1646756 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 31.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6587024 KiB

[startup+51.1147 s]
/proc/loadavg: 4.78 4.55 4.34 5/329 184032
/proc/meminfo: memFree=99704228/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=8478616 CPUtime=58.98 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 28674 0 0 0 5664 234 0 0 20 0 20 0 18759453 19566772224 2119654 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 2119654 5849 1 0 2845372 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=68272 CPUtime=46.31 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 11488 0 0 0 4450 181 0 0 20 0 20 0 18759454 19566772224 2119654 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=8333208 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 2119654 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 2119654 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 2119654 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0

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

/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070367 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=16281468 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3438 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070367 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=16281468 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070367 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3206.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281468 KiB

[startup+3222.3 s]
/proc/loadavg: 4.40 4.31 4.28 5/324 185522
/proc/meminfo: memFree=70758344/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3266.54 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 517682 0 0 0 324430 2224 0 0 20 0 20 0 18759453 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 4070368 5849 1 0 4084333 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=16281440 CPUtime=3046.43 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 196361 0 0 0 302729 1914 0 0 20 0 20 0 18759454 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5820 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=68272 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=16281468 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3438 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3266.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.28 4.27 5/324 185532
/proc/meminfo: memFree=70396864/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3326.48 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 518415 0 0 0 330409 2239 0 0 20 0 20 0 18759453 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 4070368 5849 1 0 4084333 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3105.49 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 196941 0 0 0 308622 1927 0 0 20 0 20 0 18759454 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5855 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3438 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3326.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.26 4.26 5/324 185544
/proc/meminfo: memFree=69837536/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3387.29 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 524777 0 0 0 336458 2271 0 0 20 0 20 0 18759453 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 4070368 5849 1 0 4084333 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3162.71 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 199853 0 0 0 314315 1956 0 0 20 0 20 0 18759454 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5925 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3540 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3387.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281472 KiB

[startup+3402.3 s]
/proc/loadavg: 4.59 4.36 4.30 6/324 185554
/proc/meminfo: memFree=69393300/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3447.88 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 525713 0 0 0 342492 2296 0 0 20 0 20 0 18759453 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 4070368 5849 1 0 4084333 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3220.84 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 200424 0 0 0 320105 1979 0 0 20 0 20 0 18759454 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5966 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3540 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3447.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281472 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.31 4.28 5/323 185948
/proc/meminfo: memFree=68990828/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3508.4 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 531512 0 0 0 348523 2317 0 0 20 0 20 0 18759453 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 4070368 5849 1 0 4084333 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3279.6 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 202675 0 0 0 325964 1996 0 0 20 0 20 0 18759454 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5985 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3640 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3508.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.26 4.27 6/323 185959
/proc/meminfo: memFree=68511816/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3569.13 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 533445 0 0 0 354570 2343 0 0 20 0 20 0 18759453 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 4070368 5849 1 0 4084333 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=16281472 CPUtime=3338.34 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) D 183829 183832 176776 0 -1 4194368 204261 0 0 0 331815 2019 0 0 20 0 20 0 18759454 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5992 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3640 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=16281472 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070368 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3569.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.8 s]
/proc/loadavg: 4.14 4.25 4.26 5/323 185964
/proc/meminfo: memFree=68271296/131655788 swapFree=131071472/131071996
[pid=183832] ppid=183829 vsize=19108176 memory=16281476 CPUtime=3600.08 cores=1,3
/proc/183832/stat : 183832 (java) S 183829 183832 176776 0 -1 1077936128 534259 0 0 0 357650 2358 0 0 20 0 20 0 18759453 19566772224 4070369 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
/proc/183832/statm: 4777044 4070369 5849 1 0 4084333 0
[pid=183832/tid=183834] ppid=183829 vsize=19108176 memory=-8528518524184601276 CPUtime=3367.95 cores=1,3
/proc/183832/task/183834/stat : 183834 (java) R 183829 183832 176776 0 -1 4194368 204870 0 0 0 334761 2034 0 0 20 0 20 0 18759454 19566772224 4070369 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 6005 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183843] ppid=183829 vsize=19108176 memory=5460 CPUtime=0 cores=1,3
/proc/183832/task/183843/stat : 183843 (Finalizer) S 183829 183832 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18759459 19566772224 4070369 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183850] ppid=183829 vsize=19108176 memory=32644 CPUtime=0 cores=1,3
/proc/183832/task/183850/stat : 183850 (Common-Cleaner) S 183829 183832 176776 0 -1 1077936192 3640 0 0 0 0 0 0 0 20 0 20 0 18759460 19566772224 4070369 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
[pid=183832/tid=183852] ppid=183829 vsize=19108176 memory=21012 CPUtime=0 cores=1,3
/proc/183832/task/183852/stat : 183852 (Timer-0) S 183829 183832 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18759693 19566772224 4070369 134679101440 93846814720000 93846814723696 140734181080896 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93846814731512 93846814732304 93846819835904 140734181090219 140734181090401 140734181090401 140734181097416 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16281476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.67 s, system=23.6757 s

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

[startup+3553 s]*
/proc/loadavg: 4.14 4.25 4.26 3/319 185970
/proc/meminfo: memFree=68263372/131655788 swapFree=131071472/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3553.08
CPU time (s): 3600.34
CPU user time (s): 3576.67
CPU system time (s): 23.6757
CPU usage (%): 101.33
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16282180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.67
system time used= 23.6757
maximum resident set size= 16283188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 537596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 37359544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133603
involuntary context switches= 13119


# summary of solver processes directly reported to runsolver:
#   pid: 183832
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3576.67
#   total CPU system time (s): 23.6757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5286 second user time and 39.8714 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-24 15:28:25
IDJOB=4448942
IDBENCH=160470
IDSOLVER=3079
FILE ID=nodeC004/4448942-1721827705
RUNJOBID= nodeC004-1721820325-176944
SLURM_JOB_ID= 7891447
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448942-1721827705/watcher-4448942-1721827705 -o /tmp/evaluation-result-4448942-1721827705/solver-4448942-1721827705 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721820325-176944 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4448942-1721827705 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448942-1721827705.opb

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

MD5SUM BENCH= 6b93b615aedbdc1b5251d82df8eef612
RANDOM SEED=930459854

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3499.262
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.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	: 0xb00001f
cpu MHz		: 1197.280
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
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.374
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.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	: 0xb00001f
cpu MHz		: 1647.799
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
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		: 3658.576
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.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	: 0xb00001f
cpu MHz		: 3581.478
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
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.426
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.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	: 0xb00001f
cpu MHz		: 1197.311
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        109193736 kB
MemAvailable:   123917664 kB
Buffers:          255092 kB
Cached:         15257468 kB
SwapCached:           60 kB
Active:          2555372 kB
Inactive:       19247428 kB
Active(anon):       1436 kB
Inactive(anon):  6342720 kB
Active(file):    2553936 kB
Inactive(file): 12904708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             45408 kB
Writeback:             0 kB
AnonPages:       6287928 kB
Mapped:           134680 kB
Shmem:             53860 kB
KReclaimable:     210964 kB
Slab:             324628 kB
SReclaimable:     210964 kB
SUnreclaim:       113664 kB
KernelStack:        4864 kB
PageTables:        22396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8585400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5961728 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      392008 kB
DirectMap2M:    50892800 kB
DirectMap1G:    84934656 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC004 at 2024-07-24 16:27:38