Trace number 4440537

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.29 3604.55

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMc67f7d2b84b900287505153e75597a80
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4279450
Best CPU time to get the best result obtained on this benchmark3600.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
Number of bits of the biggest sum of numbers37
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.16	c Free memory 		2113181440
0.13/0.16	c Max memory 		16282288128
0.13/0.16	c Total memory 		2122317824
0.13/0.16	c Number of processors 	2
0.32/0.22	--- Begin Solver configuration ---
0.32/0.22	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.32/0.22	Learn all clauses as in MiniSAT
0.32/0.22	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.22	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.22	Expensive reason simplification
0.32/0.22	Glucose 2.1 dynamic restart strategy
0.32/0.22	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.32/0.22	timeout=2147483s
0.32/0.22	DB Simplification allowed=false
0.32/0.22	Listener: none
0.32/0.22	--- End Solver configuration ---
0.32/0.22	c Pseudo Boolean Optimization by upper bound
0.32/0.22	c --- Begin Solver configuration ---
0.32/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.32/0.22	c Learn all clauses as in MiniSAT
0.32/0.22	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.22	c Expensive reason simplification
0.32/0.22	c Glucose 2.1 dynamic restart strategy
0.32/0.22	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.32/0.22	c timeout=2147483s
0.32/0.22	c DB Simplification allowed=false
0.32/0.22	c Listener: none
0.32/0.22	c --- End Solver configuration ---
0.32/0.22	c solving HOME/instance-4440537-1721822155.opb
0.32/0.22	c reading problem ... 
0.32/0.26	c using VERIPB proof format
0.32/0.26	c  objective function found
6.25/3.69	c ... done. Wall clock time 3.461s.
6.25/3.69	c declared #vars     370300
6.25/3.69	c #constraints  855316
6.25/3.69	c constraints type 
6.25/3.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 372450
6.25/3.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
6.25/3.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.25/3.69	c org.sat4j.specs.Constr$1 => 4
6.25/3.69	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
6.25/3.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 241376
6.25/3.69	c 855316 constraints processed.
6.37/3.71	c objective function length is 132350 literals
22.73/15.53	c cleaning 2490 clauses out of 5000 with flag 11865/5000
117.63/109.50	c cleaning 4252 clauses out of 8510 with flag 48039/11000
217.11/208.43	c cleaning 5624 clauses out of 11258 with flag 109308/18000
298.98/290.14	c cleaning 6796 clauses out of 13637 with flag 167344/26003
404.99/395.74	c cleaning 7913 clauses out of 15842 with flag 226493/35004
438.11/429.01	c cleaning 8952 clauses out of 17925 with flag 347171/45000
473.51/464.47	c cleaning 9966 clauses out of 19975 with flag 542529/56002
513.68/504.55	c cleaning 10969 clauses out of 22010 with flag 715655/68003
563.82/554.70	c cleaning 12005 clauses out of 24040 with flag 869910/81002
608.32/599.39	c cleaning 12985 clauses out of 26033 with flag 1114612/95000
658.20/649.31	c cleaning 13982 clauses out of 28048 with flag 1348588/110000
717.47/708.63	c cleaning 14963 clauses out of 30066 with flag 1519676/126000
778.89/770.05	c cleaning 16046 clauses out of 32103 with flag 1805953/143000
846.23/837.36	c cleaning 17022 clauses out of 34059 with flag 1963189/161002
913.45/904.70	c cleaning 17988 clauses out of 36035 with flag 2189351/180000
975.48/966.87	c cleaning 18992 clauses out of 38047 with flag 2496518/200000
1042.01/1033.52	c cleaning 19995 clauses out of 40055 with flag 2682867/221000
1100.86/1092.74	c cleaning 21028 clauses out of 42060 with flag 2981613/243000
1165.87/1157.94	c cleaning 21983 clauses out of 44032 with flag 3269217/266000
1256.52/1248.78	c cleaning 23025 clauses out of 46049 with flag 3476521/290000
1345.59/1338.02	c cleaning 23981 clauses out of 48024 with flag 3807768/315000
1427.58/1420.88	c cleaning 24986 clauses out of 50043 with flag 4211706/341000
1520.54/1514.09	c cleaning 26025 clauses out of 52064 with flag 4481946/368007
1598.32/1591.91	c cleaning 27003 clauses out of 54032 with flag 4856654/396000
1688.05/1681.97	c cleaning 28001 clauses out of 56030 with flag 5182195/425001
1773.61/1767.75	c cleaning 29002 clauses out of 58028 with flag 5560966/455000
1863.04/1858.05	c cleaning 29988 clauses out of 60028 with flag 5953853/486002
1974.19/1970.02	c cleaning 30920 clauses out of 62040 with flag 6351309/518002
2093.96/2092.43	c cleaning 32040 clauses out of 64118 with flag 6783562/551000
2199.86/2198.61	c cleaning 33025 clauses out of 66078 with flag 7212889/585000
2352.52/2352.47	c cleaning 33989 clauses out of 68053 with flag 7543184/620000
2463.42/2463.65	c cleaning 34981 clauses out of 70064 with flag 8004548/656000
2579.75/2580.24	c cleaning 35999 clauses out of 72083 with flag 8433830/693000
2694.24/2694.90	c cleaning 37034 clauses out of 74086 with flag 8923157/731002
2821.74/2822.74	c cleaning 38011 clauses out of 76050 with flag 9378984/770000
2962.41/2964.00	c cleaning 38924 clauses out of 78039 with flag 9879195/810000
3234.95/3237.19	c cleaning 40041 clauses out of 80115 with flag 10132169/851000
3422.12/3426.09	c cleaning 41017 clauses out of 82074 with flag 10400865/893000
3600.06/3604.42	c starts		: 712
3600.06/3604.44	c conflicts		: 930374
3600.06/3604.46	c decisions		: 9886706
3600.06/3604.46	c propagations		: 860736544
3600.06/3604.46	c inspects		: 18556454314
3600.06/3604.46	c shortcuts		: 0
3600.06/3604.46	c learnt literals	: 0
3600.06/3604.46	c learnt binary clauses	: 100
3600.06/3604.46	c learnt ternary clauses	: 7
3600.06/3604.46	c learnt constraints	: 930374
3600.06/3604.46	c ignored constraints	: 0
3600.06/3604.46	c root simplifications	: 0
3600.06/3604.46	c removed literals (reason simplification)	: 48403852
3600.06/3604.46	c reason swapping (by a shorter reason)	: 0
3600.06/3604.46	c Calls to reduceDB	: 38
3600.06/3604.46	c Number of update (reduction) of LBD	: 653287
3600.06/3604.46	c Imported unit clauses	: 0
3600.06/3604.46	c No decision after first conflict	: false
3600.06/3604.46	c number of reductions to clauses (during analyze)	: 0
3600.06/3604.46	c number of learned constraints concerned by reduction	: 0
3600.06/3604.46	c number of learning phase by resolution	: 0
3600.06/3604.46	c timeout
3600.06/3604.46	c number of learning phase by cutting planes	: 0
3600.06/3604.46	c number of rounding to 1 operations	: 0
3600.06/3604.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3604.46	c number of reductions of the coefficients by power 2 	: 0
3600.06/3604.46	c number of right shift for reduction by power 2 	: 0
3600.06/3604.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3604.46	c number of ending skipping 	: 0
3600.06/3604.46	c number of internal skipping 	: 0
3600.06/3604.46	c number of derivation steps 	: 0
3600.06/3604.46	c number of skipped derivation steps 	: 0
3600.06/3604.46	c number of remaining unassigned 	: 0
3600.06/3604.46	c number of remaining assigned 	: 0
3600.06/3604.46	c number of falsified literals weakened from reason	: 0
3600.06/3604.46	c number of falsified literals weakened from conflict	: 0
3600.06/3604.46	c time for arithmetic operations	: 0
3600.06/3604.46	c minimum degree of deleted constraints	: null
3600.06/3604.46	c maximum degree of deleted constraints	: null
3600.06/3604.46	c number of deleted constraints	: 0
3600.06/3604.47	c speed (assignments/second)	: 239047.33502837646
3600.06/3604.47	c non guided choices	: 0
3600.23/3604.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 78331
3600.23/3604.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 100
3600.23/3604.52	s UNKNOWN
3600.23/3604.52	c Total wall clock time (in seconds): 3604.302

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: 64059 MiB (53156 MiB free)
  memory of node 1: 64510 MiB (49346 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=232369, runsolver pid=232366
Current StackSize limit: 8192 KiB


[startup+0.102033 s]*
/proc/loadavg: 4.22 4.21 3.75 7/319 232387
/proc/meminfo: memFree=104927880/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=18993908 memory=57664 CPUtime=0.13 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 6622 0 0 0 10 3 0 0 20 0 18 0 18204995 19449761792 14416 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4748477 14416 5985 1 0 550910 0
[pid=232369/tid=232371] ppid=232366 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 5519 0 0 0 6 2 0 0 20 0 18 0 18204996 19449761792 14416 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=18993908 memory=232851243367 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18205001 19449761792 14416 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=18993908 memory=3618136736603222794 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18205002 19449761792 14416 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57664 KiB

[startup+0.209042 s]*
/proc/loadavg: 4.22 4.21 3.75 7/319 232387
/proc/meminfo: memFree=104918068/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=18993908 memory=67032 CPUtime=0.32 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 7392 0 0 0 28 4 0 0 20 0 18 0 18204995 19449761792 16758 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4748477 16758 6004 1 0 551534 0
[pid=232369/tid=232371] ppid=232366 vsize=18993908 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 5931 0 0 0 15 3 0 0 20 0 18 0 18204996 19449761792 16758 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=18993908 memory=952865 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18205001 19449761792 16758 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18205002 19449761792 16758 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67032 KiB

[startup+0.309032 s]*
/proc/loadavg: 4.22 4.21 3.75 7/319 232387
/proc/meminfo: memFree=104900164/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=18993908 memory=84108 CPUtime=0.47 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 7546 0 0 0 43 4 0 0 20 0 18 0 18204995 19449761792 21027 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4748477 21027 6009 1 0 551639 0
[pid=232369/tid=232371] ppid=232366 vsize=18993908 memory=-8743570908328469180 CPUtime=0.24 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 6001 0 0 0 21 3 0 0 20 0 18 0 18204996 19449761792 21027 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18205001 19449761792 21027 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18205002 19449761792 21027 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 84108 KiB

[startup+0.704032 s]
/proc/loadavg: 4.22 4.21 3.75 6/319 232387
/proc/meminfo: memFree=104859748/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19060472 memory=192240 CPUtime=1.21 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 10229 0 0 0 114 7 0 0 20 0 19 0 18204995 19517923328 48060 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4765118 48060 6116 1 0 553602 0
[pid=232369/tid=232371] ppid=232366 vsize=19060472 memory=5640 CPUtime=0.58 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 6077 0 0 0 53 5 0 0 20 0 19 0 18204996 19517923328 48060 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19060472 memory=12240 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18205001 19517923328 48060 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19060472 memory=4889 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18205002 19517923328 48060 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 192240 KiB

[startup+1.51102 s]
/proc/loadavg: 4.22 4.21 3.75 7/320 232388
/proc/meminfo: memFree=104762732/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19060472 memory=414160 CPUtime=2.73 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 14438 0 0 0 262 11 0 0 20 0 19 0 18204995 19517923328 103540 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4765118 103540 6132 1 0 1152521 0
[pid=232369/tid=232371] ppid=232366 vsize=19060472 memory=4889 CPUtime=1.21 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 6196 0 0 0 114 7 0 0 20 0 19 0 18204996 19517923328 103540 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18205001 19517923328 103540 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19060472 memory=12240 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18205002 19517923328 103540 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 414160 KiB

[startup+3.10615 s]
/proc/loadavg: 4.28 4.23 3.76 5/320 232389
/proc/meminfo: memFree=104045432/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19060472 memory=926680 CPUtime=5.64 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 21010 0 0 0 541 23 0 0 20 0 19 0 18204995 19517923328 231670 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4765118 231670 6148 1 0 1870865 0
[pid=232369/tid=232371] ppid=232366 vsize=19060472 memory=12240 CPUtime=2.45 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 6453 0 0 0 230 15 0 0 20 0 19 0 18204996 19517923328 231670 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18205001 19517923328 231670 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19060472 memory=6657 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18205002 19517923328 231670 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 926680 KiB

[startup+6.3004 s]
/proc/loadavg: 4.28 4.23 3.76 5/321 232390
/proc/meminfo: memFree=103880576/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=1064072 CPUtime=10.53 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 21654 0 0 0 1026 27 0 0 20 0 20 0 18204995 19586084864 266018 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 266018 6202 1 0 1871320 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=0 CPUtime=5.39 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 6608 0 0 0 524 15 0 0 20 0 20 0 18204996 19586084864 266018 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 266018 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=129 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18205002 19586084864 266018 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=6944656592455360608 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 266018 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 10.53 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1064072 KiB

[startup+12.7003 s]
/proc/loadavg: 4.32 4.24 3.77 7/321 232392
/proc/meminfo: memFree=103870320/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=1060188 CPUtime=19.71 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 28452 0 0 0 1942 29 0 0 20 0 20 0 18204995 19586084864 265047 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 265047 6202 1 0 1871380 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=12240 CPUtime=11.76 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 7703 0 0 0 1160 16 0 0 20 0 20 0 18204996 19586084864 265047 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=70068 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 265047 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18205002 19586084864 265047 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 265047 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 19.71 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1060188 KiB

[startup+25.5005 s]
/proc/loadavg: 4.27 4.23 3.77 5/321 232394
/proc/meminfo: memFree=103784432/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=1095864 CPUtime=32.93 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 33479 0 0 0 3260 33 0 0 20 0 20 0 18204995 19586084864 273966 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 273966 6234 1 0 1871396 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=0 CPUtime=24.46 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 9312 0 0 0 2429 17 0 0 20 0 20 0 18204996 19586084864 273966 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=1095860 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 273966 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=1095860 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18205002 19586084864 273966 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=1095860 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 273966 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 32.93 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1095864 KiB

[startup+51.1139 s]
/proc/loadavg: 4.24 4.22 3.79 5/321 232398
/proc/meminfo: memFree=103718276/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=1095872 CPUtime=58.55 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 36518 0 0 0 5820 35 0 0 20 0 20 0 18204995 19586084864 273968 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 273968 6234 1 0 1871396 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=70068 CPUtime=50 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 10523 0 0 0 4982 18 0 0 20 0 20 0 18204996 19586084864 273968 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 273968 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=1095872 CPUtime=0 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18205002 19586084864 273968 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 273968 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 58.55 s
Current children cumulated vsize: 19127036 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.16 4.27 4.26 5/319 234057
/proc/meminfo: memFree=96818548/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=4254888 CPUtime=3280.04 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 187097 0 0 0 327628 376 0 0 20 0 20 0 18204995 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 1063722 6250 1 0 1871428 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=37788 CPUtime=3263.27 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 83448 0 0 0 326137 190 0 0 20 0 20 0 18204996 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 616 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=4254888 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 5922 0 0 0 1 0 0 0 20 0 20 0 18205002 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=7576 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3280.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4254888 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.23 4.25 5/319 234068
/proc/meminfo: memFree=96616076/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=4254888 CPUtime=3338.43 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 189322 0 0 0 333462 381 0 0 20 0 20 0 18204995 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 1063722 6250 1 0 1871428 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=4254888 CPUtime=3321.6 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 85146 0 0 0 331968 192 0 0 20 0 20 0 18204996 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 763 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=19856 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=18484 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 6045 0 0 0 1 0 0 0 20 0 20 0 18205002 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 1063722 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3338.43 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4254888 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.27 4.26 5/319 234079
/proc/meminfo: memFree=96439320/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=4255132 CPUtime=3398.37 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 192086 0 0 0 339450 387 0 0 20 0 20 0 18204995 19586084864 1063783 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 1063783 6250 1 0 1871491 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=19856 CPUtime=3381.41 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 86658 0 0 0 337946 195 0 0 20 0 20 0 18204996 19586084864 1063783 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 763 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=4255044 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 1063783 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=12264 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 6165 0 0 0 1 0 0 0 20 0 20 0 18205002 19586084864 1063783 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=4255044 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 1063783 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3398.37 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4255132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.23 4.25 5/319 234089
/proc/meminfo: memFree=96350120/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=4255148 CPUtime=3458.32 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 196006 0 0 0 345440 392 0 0 20 0 20 0 18204995 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 1063787 6250 1 0 1871491 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=19856 CPUtime=3441.14 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 87757 0 0 0 343916 198 0 0 20 0 20 0 18204996 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 763 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=4255044 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=12264 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 6292 0 0 0 1 0 0 0 20 0 20 0 18205002 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3458.32 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4255148 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.22 4.25 5/319 234100
/proc/meminfo: memFree=96272812/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=4255148 CPUtime=3518.17 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 197284 0 0 0 351419 398 0 0 20 0 20 0 18204995 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 1063787 6250 1 0 1871491 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=4255148 CPUtime=3500.93 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 88787 0 0 0 349892 201 0 0 20 0 20 0 18204996 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 765 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=5640 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=4255148 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 6414 0 0 0 1 0 0 0 20 0 20 0 18205002 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=4255148 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3518.17 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4255148 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.19 4.23 5/319 234493
/proc/meminfo: memFree=95948360/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=4255148 CPUtime=3578 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 199177 0 0 0 357396 404 0 0 20 0 20 0 18204995 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 1063787 6250 1 0 1871491 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=4255148 CPUtime=3560.74 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 90282 0 0 0 355869 205 0 0 20 0 20 0 18204996 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 767 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=70068 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=1896 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 6537 0 0 0 1 0 0 0 20 0 20 0 18205002 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=4255148 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3578 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4255148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.08 4.18 4.23 5/319 234497
/proc/meminfo: memFree=95918208/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19127036 memory=4255148 CPUtime=3600.06 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 199952 0 0 0 359599 407 0 0 20 0 20 0 18204995 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4781759 1063787 6250 1 0 1871491 0
[pid=232369/tid=232371] ppid=232366 vsize=19127036 memory=18484 CPUtime=3582.77 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) R 232366 232369 230684 0 -1 4194368 91008 0 0 0 358071 206 0 0 20 0 20 0 18204996 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 767 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19127036 memory=4255148 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18205001 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19127036 memory=4255148 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 6537 0 0 0 1 0 0 0 20 0 20 0 18205002 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232390] ppid=232366 vsize=19127036 memory=70068 CPUtime=0 cores=0,2
/proc/232369/task/232390/stat : 232390 (Timer-0) S 232366 232369 230684 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18205371 19586084864 1063787 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4255148 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.19 s, system=4.09846 s

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

[startup+3604.5 s]
/proc/loadavg: 4.08 4.18 4.23 5/319 234497
/proc/meminfo: memFree=95918208/131655788 swapFree=131061124/131071996
[pid=232369] ppid=232366 vsize=19326728 memory=4255912 CPUtime=3600.23 cores=0,2
/proc/232369/stat : 232369 (java) S 232366 232369 230684 0 -1 1077936128 203157 0 0 0 359615 408 0 0 20 0 21 0 18204995 19790569472 1063978 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
/proc/232369/statm: 4831682 1063978 6249 1 0 1872475 0
[pid=232369/tid=232371] ppid=232366 vsize=19326728 memory=4255148 CPUtime=3582.83 cores=0,2
/proc/232369/task/232371/stat : 232371 (java) S 232366 232369 230684 0 -1 1077936192 91319 0 0 0 358077 206 0 0 20 0 21 0 18204996 19790569472 1063978 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 767 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232380] ppid=232366 vsize=19326728 memory=12264 CPUtime=0 cores=0,2
/proc/232369/task/232380/stat : 232380 (Finalizer) S 232366 232369 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18205001 19790569472 1063978 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
[pid=232369/tid=232387] ppid=232366 vsize=19326728 memory=4255148 CPUtime=0.01 cores=0,2
/proc/232369/task/232387/stat : 232387 (Common-Cleaner) S 232366 232369 230684 0 -1 1077936192 6537 0 0 0 1 0 0 0 20 0 21 0 18205002 19790569472 1063978 134679101440 94855689912320 94855689916016 140722348416096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855689923832 94855689924624 94855695564800 140722348417967 140722348418149 140722348418149 140722348425160 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 4255912 KiB

Child status: 143

Real time (s): 3604.55
CPU time (s): 3600.29
CPU user time (s): 3596.19
CPU system time (s): 4.09846
CPU usage (%): 99.8818
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 4255912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.19
system time used= 4.09846
maximum resident set size= 4256844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1451312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111566
involuntary context switches= 25428


# summary of solver processes directly reported to runsolver:
#   pid: 232369
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.19
#   total CPU system time (s): 4.09846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7377 second user time and 38.6565 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-24 13:55:56
IDJOB=4440537
IDBENCH=155706
IDSOLVER=3079
FILE ID=nodeC005/4440537-1721822155
RUNJOBID= nodeC005-1721820325-230694
SLURM_JOB_ID= 7891450
Free space on /tmp= 723740 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_mh_ic.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-4440537-1721822155/watcher-4440537-1721822155 -o /tmp/evaluation-result-4440537-1721822155/solver-4440537-1721822155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721820325-230694 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440537-1721822155 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440537-1721822155.opb

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

MD5SUM BENCH= c67f7d2b84b900287505153e75597a80
RANDOM SEED=1807510817

nodeC005.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		: 1197.167
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	: 6983.14
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		: 3670.357
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.31
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		: 1597.297
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	: 6983.14
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.157
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.31
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		: 3674.721
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	: 6983.14
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		: 3670.198
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.31
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.159
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	: 6983.14
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.160
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        104963748 kB
MemAvailable:   121669444 kB
Buffers:          246400 kB
Cached:         17234720 kB
SwapCached:          612 kB
Active:          2487932 kB
Inactive:       23527836 kB
Active(anon):       1608 kB
Inactive(anon):  8586384 kB
Active(file):    2486324 kB
Inactive(file): 14941452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061124 kB
Dirty:             94164 kB
Writeback:             0 kB
AnonPages:       8533908 kB
Mapped:           137956 kB
Shmem:             53264 kB
KReclaimable:     235900 kB
Slab:             348260 kB
SReclaimable:     235900 kB
SUnreclaim:       112360 kB
KernelStack:        4880 kB
PageTables:        27208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9461788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8241152 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:      406344 kB
DirectMap2M:    45635584 kB
DirectMap1G:    90177536 kB

Free space on /tmp at the end= 723416 MiB
End job on nodeC005 at 2024-07-24 14:56:01