Trace number 4461827

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.23 3594.86

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i5_pp_93.opb
MD5SUM9d9e0a7da5715f208335c49466c86b7d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark750
Best CPU time to get the best result obtained on this benchmark4.29507
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables194375
Total number of constraints194376
Number of constraints which are clauses176895
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints14593
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.21	c Free memory 		2113181440
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2122317824
0.12/0.22	c Number of processors 	2
0.30/0.30	--- Begin Solver configuration ---
0.30/0.30	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.30	Learn all clauses as in MiniSAT
0.30/0.30	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.30	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.30	Expensive reason simplification
0.30/0.30	Glucose 2.1 dynamic restart strategy
0.30/0.30	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.30/0.30	timeout=2147483s
0.30/0.30	DB Simplification allowed=false
0.30/0.30	Listener: none
0.30/0.30	--- End Solver configuration ---
0.30/0.31	c Pseudo Boolean Optimization by upper bound
0.30/0.31	c --- Begin Solver configuration ---
0.30/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.31	c Learn all clauses as in MiniSAT
0.30/0.31	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.31	c Expensive reason simplification
0.30/0.31	c Glucose 2.1 dynamic restart strategy
0.30/0.31	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.30/0.31	c timeout=2147483s
0.30/0.31	c DB Simplification allowed=false
0.30/0.31	c Listener: none
0.30/0.31	c --- End Solver configuration ---
0.30/0.32	c solving HOME/instance-4461827-1722207918.opb
0.30/0.32	c reading problem ... 
0.47/0.33	c using VERIPB proof format
0.47/0.33	c  objective function found
9.15/6.82	c ... done. Wall clock time 6.51s.
9.15/6.82	c declared #vars     194375
9.15/6.82	c #constraints  211857
9.15/6.82	c constraints type 
9.15/6.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 179183
9.15/6.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16197
9.15/6.82	c org.sat4j.specs.Constr$1 => 141
9.15/6.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16195
9.15/6.82	c org.sat4j.pb.constraints.pb.UnitClausePB => 141
9.15/6.82	c 211857 constraints processed.
9.15/6.83	c objective function length is 2888 literals
35.15/28.50	c cleaning 2461 clauses out of 4922 with flag 41529/5001
59.30/52.30	c cleaning 4226 clauses out of 8451 with flag 112892/11000
86.42/78.80	c cleaning 5599 clauses out of 11198 with flag 199381/18000
115.32/107.21	c cleaning 6792 clauses out of 13583 with flag 293266/26001
148.41/140.05	c cleaning 7874 clauses out of 15771 with flag 395730/35001
184.25/175.82	c cleaning 8941 clauses out of 17882 with flag 517544/45000
221.97/213.63	c cleaning 9966 clauses out of 19935 with flag 661751/56000
262.62/254.22	c cleaning 10983 clauses out of 21966 with flag 827277/68001
305.31/297.02	c cleaning 11993 clauses out of 23986 with flag 1022509/81008
346.09/337.62	c cleaning 12990 clauses out of 25980 with flag 1226910/95002
393.89/385.59	c cleaning 13988 clauses out of 27975 with flag 1459552/110003
442.29/433.73	c cleaning 14990 clauses out of 29980 with flag 1703094/126001
489.67/481.84	c cleaning 15987 clauses out of 31977 with flag 1924543/143000
543.72/535.78	c cleaning 16988 clauses out of 33976 with flag 2174324/161002
600.50/592.56	c cleaning 17982 clauses out of 35973 with flag 2478262/180000
656.53/648.92	c cleaning 18989 clauses out of 37977 with flag 2766673/200000
722.80/715.25	c cleaning 19983 clauses out of 39978 with flag 3099744/221000
790.00/782.50	c cleaning 20990 clauses out of 41991 with flag 3470125/243001
853.46/846.51	c cleaning 21992 clauses out of 43991 with flag 3834926/266001
917.44/910.62	c cleaning 22996 clauses out of 45997 with flag 4217658/290001
980.23/973.36	c cleaning 24001 clauses out of 48001 with flag 4581516/315004
1043.63/1036.55	c cleaning 24995 clauses out of 49994 with flag 4982155/341002
1113.55/1106.31	c cleaning 25996 clauses out of 51992 with flag 5393418/368002
1193.97/1186.55	c cleaning 26984 clauses out of 53983 with flag 5834801/396001
1268.82/1261.53	c cleaning 27996 clauses out of 55997 with flag 6276255/425003
1349.81/1342.81	c cleaning 28989 clauses out of 57990 with flag 6791477/455001
1429.43/1422.34	c cleaning 29999 clauses out of 59997 with flag 7330919/486001
1508.40/1501.57	c cleaning 30987 clauses out of 61992 with flag 7844991/518000
1594.65/1587.79	c cleaning 31993 clauses out of 63999 with flag 8413652/551000
1671.92/1665.10	c cleaning 33001 clauses out of 66004 with flag 8955476/585001
1760.25/1753.80	c cleaning 33996 clauses out of 67991 with flag 9572000/620000
1860.50/1854.03	c cleaning 34982 clauses out of 69985 with flag 10213773/656000
1973.29/1966.92	c cleaning 35987 clauses out of 71985 with flag 10856595/693000
2069.28/2062.49	c cleaning 36993 clauses out of 73991 with flag 11505806/731000
2165.93/2159.08	c cleaning 37984 clauses out of 75987 with flag 12159903/770000
2297.54/2291.80	c cleaning 38984 clauses out of 77986 with flag 12867526/810004
2404.02/2397.86	c cleaning 39979 clauses out of 79984 with flag 13484660/851000
2505.82/2499.48	c cleaning 40996 clauses out of 81999 with flag 14064990/893002
2622.18/2615.61	c cleaning 41997 clauses out of 83997 with flag 14713390/936002
2741.70/2735.43	c cleaning 42993 clauses out of 85991 with flag 15441244/980001
2862.45/2856.39	c cleaning 43984 clauses out of 87992 with flag 16106104/1025000
2977.15/2970.99	c cleaning 44999 clauses out of 90005 with flag 16784617/1071000
3102.83/3096.72	c cleaning 45996 clauses out of 92005 with flag 17490699/1118001
3227.17/3221.45	c cleaning 47000 clauses out of 93999 with flag 18233142/1166000
3352.88/3347.04	c cleaning 47993 clauses out of 95985 with flag 19011481/1215000
3467.88/3463.02	c cleaning 48990 clauses out of 97986 with flag 19803196/1265002
3600.01/3594.72	c starts		: 10
3600.01/3594.73	c timeout
3600.01/3594.74	c conflicts		: 1304358
3600.01/3594.74	c decisions		: 3029865
3600.01/3594.74	c propagations		: 10283415023
3600.01/3594.74	c inspects		: 2622831679
3600.01/3594.74	c shortcuts		: 0
3600.01/3594.74	c learnt literals	: 505
3600.01/3594.74	c learnt binary clauses	: 1706
3600.01/3594.74	c learnt ternary clauses	: 2058
3600.01/3594.74	c learnt constraints	: 1303853
3600.01/3594.74	c ignored constraints	: 0
3600.01/3594.74	c root simplifications	: 0
3600.01/3594.74	c removed literals (reason simplification)	: 339975594
3600.01/3594.74	c reason swapping (by a shorter reason)	: 0
3600.01/3594.74	c Calls to reduceDB	: 46
3600.01/3594.74	c Number of update (reduction) of LBD	: 118101
3600.01/3594.74	c Imported unit clauses	: 0
3600.01/3594.74	c No decision after first conflict	: false
3600.01/3594.74	c number of reductions to clauses (during analyze)	: 0
3600.01/3594.74	c number of learned constraints concerned by reduction	: 0
3600.01/3594.74	c number of learning phase by resolution	: 0
3600.01/3594.74	c number of learning phase by cutting planes	: 0
3600.01/3594.74	c number of rounding to 1 operations	: 0
3600.01/3594.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3594.74	c number of reductions of the coefficients by power 2 	: 0
3600.01/3594.74	c number of right shift for reduction by power 2 	: 0
3600.01/3594.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3594.75	c number of ending skipping 	: 0
3600.01/3594.75	c number of internal skipping 	: 0
3600.01/3594.75	c number of derivation steps 	: 0
3600.01/3594.75	c number of skipped derivation steps 	: 0
3600.01/3594.75	c number of remaining unassigned 	: 0
3600.01/3594.75	c number of remaining assigned 	: 0
3600.01/3594.75	c number of falsified literals weakened from reason	: 0
3600.01/3594.75	c number of falsified literals weakened from conflict	: 0
3600.01/3594.75	c time for arithmetic operations	: 0
3600.01/3594.75	c minimum degree of deleted constraints	: null
3600.01/3594.75	c maximum degree of deleted constraints	: null
3600.01/3594.75	c number of deleted constraints	: 0
3600.01/3594.75	c speed (assignments/second)	: 2866153.5566964336
3600.01/3594.75	c non guided choices	: 0
3600.01/3594.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 86643
3600.01/3594.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1706
3600.01/3594.79	s UNKNOWN
3600.01/3594.79	c Total wall clock time (in seconds): 3594.48

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461827-1722207918/watcher-4461827-1722207918 -o /tmp/evaluation-result-4461827-1722207918/solver-4461827-1722207918 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722207918-375712 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4461827-1722207918 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4461827-1722207918.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=375824, runsolver pid=375821
Current StackSize limit: 8192 KiB


[startup+0.100511 s]*
/proc/loadavg: 1.10 1.10 1.07 13/311 375842
/proc/meminfo: memFree=126622000/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=18975048 memory=55312 CPUtime=0.12 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 6374 0 0 0 8 4 0 0 20 0 18 0 56781666 19430449152 13828 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4743762 13828 5599 1 0 550746 0
[pid=375824/tid=375826] ppid=375821 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 5322 0 0 0 4 3 0 0 20 0 18 0 56781667 19430449152 13828 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56781672 19430449152 13828 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56781674 19430449152 13828 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55312 KiB

[startup+0.213443 s]*
/proc/loadavg: 1.10 1.10 1.07 15/311 375842
/proc/meminfo: memFree=126514428/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=18975048 memory=62236 CPUtime=0.3 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 7113 0 0 0 26 4 0 0 20 0 18 0 56781666 19430449152 15559 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4743762 15559 5624 1 0 551331 0
[pid=375824/tid=375826] ppid=375821 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 5682 0 0 0 15 3 0 0 20 0 18 0 56781667 19430449152 15559 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=18975048 memory=1364536 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56781672 19430449152 15559 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56781674 19430449152 15559 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62236 KiB

[startup+0.314299 s]*
/proc/loadavg: 1.10 1.10 1.07 14/313 375844
/proc/meminfo: memFree=126348584/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=18975048 memory=66344 CPUtime=0.47 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 7421 0 0 0 43 4 0 0 20 0 18 0 56781666 19430449152 16586 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4743762 16586 5750 1 0 551568 0
[pid=375824/tid=375826] ppid=375821 vsize=18975048 memory=-9104979267914736316 CPUtime=0.26 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 1078198336 5884 0 0 0 23 3 0 0 20 0 18 0 56781667 19430449152 16586 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56781672 19430449152 16586 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56781674 19430449152 16586 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66344 KiB

[startup+0.700358 s]
/proc/loadavg: 1.10 1.10 1.07 12/317 375848
/proc/meminfo: memFree=126218256/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19041612 memory=178648 CPUtime=1.18 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 9463 0 0 0 109 9 0 0 20 0 19 0 56781666 19498610688 44662 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4760403 44662 5817 1 0 553080 0
[pid=375824/tid=375826] ppid=375821 vsize=19041612 memory=5516 CPUtime=0.55 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) S 375821 375824 373109 0 -1 1077936192 5993 0 0 0 49 6 0 0 20 0 19 0 56781667 19498610688 44662 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19041612 memory=12668 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56781672 19498610688 44662 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56781674 19498610688 44662 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 178648 KiB

[startup+1.50253 s]
/proc/loadavg: 1.10 1.10 1.07 12/317 375848
/proc/meminfo: memFree=125336548/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19041612 memory=836320 CPUtime=2.59 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 11931 0 0 0 233 26 0 0 20 0 19 0 56781666 19498610688 209080 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4760403 209080 5817 1 0 2232548 0
[pid=375824/tid=375826] ppid=375821 vsize=19041612 memory=12668 CPUtime=1.05 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 6273 0 0 0 86 19 0 0 20 0 19 0 56781667 19498610688 209080 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56781672 19498610688 209080 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56781674 19498610688 209080 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 836320 KiB

[startup+3.10701 s]
/proc/loadavg: 1.73 1.23 1.11 8/318 375851
/proc/meminfo: memFree=120206672/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19041612 memory=4194488 CPUtime=4.92 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 17971 0 0 0 398 94 0 0 20 0 19 0 56781666 19498610688 1048622 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4760403 1048622 5862 1 0 2708861 0
[pid=375824/tid=375826] ppid=375821 vsize=19041612 memory=0 CPUtime=2.37 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) S 375821 375824 373109 0 -1 1077936192 7844 0 0 0 155 82 0 0 20 0 19 0 56781667 19498610688 1048622 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19041612 memory=12668 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56781672 19498610688 1048622 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19041612 memory=1361388 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56781674 19498610688 1048622 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4194488 KiB

[startup+6.30044 s]
/proc/loadavg: 1.73 1.23 1.11 5/321 375854
/proc/meminfo: memFree=116194204/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19041612 memory=6811604 CPUtime=8.36 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 19461 0 0 0 691 145 0 0 20 0 19 0 56781666 19498610688 1702901 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4760403 1702901 5862 1 0 2708884 0
[pid=375824/tid=375826] ppid=375821 vsize=19041612 memory=0 CPUtime=5.36 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 9202 0 0 0 405 131 0 0 20 0 19 0 56781667 19498610688 1702901 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19041612 memory=1118784 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56781672 19498610688 1702901 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56781674 19498610688 1702901 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6811604 KiB

[startup+12.7004 s]
/proc/loadavg: 2.46 1.40 1.17 6/322 375856
/proc/meminfo: memFree=114841492/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=6816312 CPUtime=18.63 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 21656 0 0 0 1715 148 0 0 20 0 20 0 56781666 19566772224 1704078 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 1704078 5907 1 0 2709868 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=12668 CPUtime=11.72 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 9569 0 0 0 1039 133 0 0 20 0 20 0 56781667 19566772224 1704078 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=6816312 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 1704078 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 56781674 19566772224 1704078 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 1704078 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 18.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6816312 KiB

[startup+25.5005 s]
/proc/loadavg: 2.70 1.49 1.20 5/322 375858
/proc/meminfo: memFree=111941672/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=6819764 CPUtime=32.05 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 23490 0 0 0 3052 153 0 0 20 0 20 0 56781666 19566772224 1704941 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 1704941 5907 1 0 2710480 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=3964 CPUtime=24.48 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 10047 0 0 0 2312 136 0 0 20 0 20 0 56781667 19566772224 1704941 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=-9104979267914736316 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 1704941 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=6819752 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 56781674 19566772224 1704941 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=-9104979267914736316 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 1704941 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 32.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6819764 KiB

[startup+51.1136 s]
/proc/loadavg: 3.20 1.71 1.28 5/322 375862
/proc/meminfo: memFree=108770652/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=6823020 CPUtime=58.22 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 30674 0 0 0 5660 162 0 0 20 0 20 0 56781666 19566772224 1705755 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 1705755 5923 1 0 2710578 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=3767 CPUtime=49.8 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 11804 0 0 0 4837 143 0 0 20 0 20 0 56781667 19566772224 1705755 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=6823020 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 1705755 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=6823020 CPUtime=0 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 56781674 19566772224 1705755 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 1705755 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 58.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6823020 KiB


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

[startup+3282.3 s]
/proc/loadavg: 4.21 4.26 4.17 5/326 377621
/proc/meminfo: memFree=41634236/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=10784784 CPUtime=3288.44 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 535266 0 0 0 327556 1288 0 0 20 0 20 0 56781666 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 2696196 5938 1 0 2713668 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=10784784 CPUtime=3207.7 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 225463 0 0 0 319766 1004 0 0 20 0 20 0 56781667 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2806 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=10784784 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=10784784 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5044 0 0 0 1 0 0 0 20 0 20 0 56781674 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=10784784 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3288.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10784784 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.30 4.19 5/325 377633
/proc/meminfo: memFree=40225056/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=10784784 CPUtime=3348.33 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 539568 0 0 0 333526 1307 0 0 20 0 20 0 56781666 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 2696196 5938 1 0 2713668 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=10784784 CPUtime=3266.41 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 227906 0 0 0 325621 1020 0 0 20 0 20 0 56781667 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2857 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=67444 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=10784784 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5152 0 0 0 1 0 0 0 20 0 20 0 56781674 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=10784784 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 2696196 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3348.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10784784 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.29 4.19 5/325 377658
/proc/meminfo: memFree=39319924/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=10784788 CPUtime=3407.13 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 545856 0 0 0 339387 1326 0 0 20 0 20 0 56781666 19566772224 2696197 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 2696197 5938 1 0 2713668 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=10784784 CPUtime=3323.58 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 231078 0 0 0 331322 1036 0 0 20 0 20 0 56781667 19566772224 2696197 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3034 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=-9104979267914736316 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 2696197 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=10784788 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5252 0 0 0 1 0 0 0 20 0 20 0 56781674 19566772224 2696197 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=67764 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 2696197 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3407.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10784788 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.26 4.19 5/325 377668
/proc/meminfo: memFree=38752560/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=10784844 CPUtime=3467.16 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 548916 0 0 0 345374 1342 0 0 20 0 20 0 56781666 19566772224 2696211 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 2696211 5938 1 0 2713668 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=10784844 CPUtime=3382.89 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 233740 0 0 0 337240 1049 0 0 20 0 20 0 56781667 19566772224 2696211 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3048 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=10784844 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 2696211 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=15864 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5396 0 0 0 1 0 0 0 20 0 20 0 56781674 19566772224 2696211 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=10784844 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 2696211 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3467.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10784844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.25 4.18 5/322 377678
/proc/meminfo: memFree=37962608/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=10784860 CPUtime=3527.47 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 553616 0 0 0 351389 1358 0 0 20 0 20 0 56781666 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 2696215 5938 1 0 2713672 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=10784844 CPUtime=3442.15 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 236098 0 0 0 343152 1063 0 0 20 0 20 0 56781667 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3055 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=10784788 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=5516 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5538 0 0 0 1 0 0 0 20 0 20 0 56781674 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=10784860 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3527.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10784860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.22 4.18 4/272 377819
/proc/meminfo: memFree=105133076/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=10784860 CPUtime=3587.63 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 558672 0 0 0 357392 1371 0 0 20 0 20 0 56781666 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 2696215 5938 1 0 2713672 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=10784788 CPUtime=3501.49 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 238821 0 0 0 349076 1073 0 0 20 0 20 0 56781667 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3062 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=67764 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=2228 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5683 0 0 0 1 0 0 0 20 0 20 0 56781674 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=12668 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3587.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10784860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.7 s]
/proc/loadavg: 3.70 4.13 4.15 3/271 377827
/proc/meminfo: memFree=104820088/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19108176 memory=10784860 CPUtime=3600.01 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 559909 0 0 0 358626 1375 0 0 20 0 20 0 56781666 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4777044 2696215 5938 1 0 2713673 0
[pid=375824/tid=375826] ppid=375821 vsize=19108176 memory=67764 CPUtime=3513.86 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) R 375821 375824 373109 0 -1 4194368 240057 0 0 0 350309 1077 0 0 20 0 20 0 56781667 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3062 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19108176 memory=-9104979267914736316 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56781672 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19108176 memory=10784860 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5683 0 0 0 1 0 0 0 20 0 20 0 56781674 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375855] ppid=375821 vsize=19108176 memory=10784860 CPUtime=0 cores=1,3
/proc/375824/task/375855/stat : 375855 (Timer-0) S 375821 375824 373109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56782353 19566772224 2696215 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10784860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.41 s, system=13.813 s

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

[startup+3594.8 s]
/proc/loadavg: 3.70 4.13 4.15 3/271 377827
/proc/meminfo: memFree=104820088/131655788 swapFree=131058856/131071996
[pid=375824] ppid=375821 vsize=19307868 memory=10785536 CPUtime=3600.17 cores=1,3
/proc/375824/stat : 375824 (java) S 375821 375824 373109 0 -1 1077936128 563437 0 0 0 358641 1376 0 0 20 0 15 0 56781666 19771256832 2696384 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
/proc/375824/statm: 4826967 2696384 5953 1 0 2714611 0
[pid=375824/tid=375826] ppid=375821 vsize=19307868 memory=-9104979267914736316 CPUtime=3513.89 cores=1,3
/proc/375824/task/375826/stat : 375826 (java) S 375821 375824 373109 0 -1 1077936192 240429 0 0 0 350312 1077 0 0 20 0 15 0 56781667 19771256832 2696384 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3064 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375835] ppid=375821 vsize=19307868 memory=1364452 CPUtime=0 cores=1,3
/proc/375824/task/375835/stat : 375835 (Finalizer) S 375821 375824 373109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 56781672 19771256832 2696384 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
[pid=375824/tid=375842] ppid=375821 vsize=19307868 memory=1364340 CPUtime=0.01 cores=1,3
/proc/375824/task/375842/stat : 375842 (Common-Cleaner) S 375821 375824 373109 0 -1 1077936192 5683 0 0 0 1 0 0 0 20 0 15 0 56781674 19771256832 2696384 134679101440 94835073105920 94835073109616 140723958026960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94835073117432 94835073118224 94835088957440 140723958035370 140723958035552 140723958035552 140723958042568 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 10785536 KiB

Child status: 143

Real time (s): 3594.86
CPU time (s): 3600.23
CPU user time (s): 3586.41
CPU system time (s): 13.813
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 10785536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.41
system time used= 13.813
maximum resident set size= 10786420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 563485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15383184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118035
involuntary context switches= 11071


# summary of solver processes directly reported to runsolver:
#   pid: 375824
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3586.41
#   total CPU system time (s): 13.813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1034 second user time and 38.7744 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-29 01:05:18
IDJOB=4461827
IDBENCH=178870
IDSOLVER=3079
FILE ID=nodeC009/4461827-1722207918
RUNJOBID= nodeC009-1722207918-375712
SLURM_JOB_ID= 8248644
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i5_pp_93.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-4461827-1722207918/watcher-4461827-1722207918 -o /tmp/evaluation-result-4461827-1722207918/solver-4461827-1722207918 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722207918-375712 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4461827-1722207918 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4461827-1722207918.opb

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

MD5SUM BENCH= 9d9e0a7da5715f208335c49466c86b7d
RANDOM SEED=1890454078

nodeC009.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.253
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.96
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.308
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.252
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.96
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		: 1239.281
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		: 1197.251
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.251
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.251
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.96
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.251
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:        126668940 kB
MemAvailable:   129739212 kB
Buffers:          413848 kB
Cached:          3424932 kB
SwapCached:         4924 kB
Active:          1959060 kB
Inactive:        2344888 kB
Active(anon):       1588 kB
Inactive(anon):   516744 kB
Active(file):    1957472 kB
Inactive(file):  1828144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             18840 kB
Writeback:             0 kB
AnonPages:        458868 kB
Mapped:           113236 kB
Shmem:             53492 kB
KReclaimable:     249708 kB
Slab:             362484 kB
SReclaimable:     249708 kB
SUnreclaim:       112776 kB
KernelStack:        4604 kB
PageTables:        10920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7323340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-29 02:05:13