Trace number 4459078

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 Default 2024-07-07? (TO) 3600.27 3549.64

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
MD5SUMfe39f0a7e8bd71485db4c3a1af739794
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 benchmark630
Best CPU time to get the best result obtained on this benchmark178.235
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750960
Total number of constraints47040
Number of constraints which are clauses23835
Number of constraints which are cardinality constraints (but not clauses)20790
Number of constraints which are nor clauses,nor cardinality constraints2415
Minimum length of a constraint34
Maximum length of a constraint39
Number of terms in the objective function 1260
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 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.16	c version CUSTOM.v20240707
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2113181440
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2122317824
0.12/0.20	c Number of processors 	2
0.28/0.30	--- Begin Solver configuration ---
0.28/0.30	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.30	Learn all clauses as in MiniSAT
0.28/0.30	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.30	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.30	No reason simplification
0.28/0.30	Glucose 2.1 dynamic restart strategy
0.28/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.28/0.30	timeout=2147483s
0.28/0.30	DB Simplification allowed=false
0.28/0.30	Listener: none
0.28/0.30	--- End Solver configuration ---
0.28/0.30	c Pseudo Boolean Optimization by upper bound
0.28/0.30	c --- Begin Solver configuration ---
0.28/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.30	c Learn all clauses as in MiniSAT
0.28/0.30	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.30	c No reason simplification
0.28/0.30	c Glucose 2.1 dynamic restart strategy
0.28/0.30	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.28/0.30	c timeout=2147483s
0.28/0.30	c DB Simplification allowed=false
0.28/0.30	c Listener: none
0.28/0.30	c --- End Solver configuration ---
0.28/0.30	c solving HOME/instance-4459078-1721884948.opb
0.28/0.30	c reading problem ... 
0.42/0.33	c  objective function found
29.30/26.58	c ... done. Wall clock time 26.273s.
29.30/26.58	c declared #vars     750960
29.30/26.58	c #constraints  47040
29.30/26.58	c constraints type 
29.30/26.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23205
29.30/26.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23835
29.30/26.58	c 47040 constraints processed.
29.30/26.59	c objective function length is 1260 literals
33.11/28.54	c cleaning 2497 clauses out of 5000 with flag 32060/5000
33.95/29.21	c cleaning 4248 clauses out of 8503 with flag 70143/11000
35.02/30.02	c cleaning 5612 clauses out of 11255 with flag 113122/18000
36.43/31.37	c cleaning 6807 clauses out of 13643 with flag 159691/26000
37.74/32.67	c cleaning 7904 clauses out of 15838 with flag 217665/35002
40.15/35.05	c cleaning 8858 clauses out of 17933 with flag 307200/45001
43.93/38.84	c cleaning 10035 clauses out of 20074 with flag 428933/56000
52.94/47.69	c cleaning 11018 clauses out of 22040 with flag 557992/68001
66.62/61.41	c cleaning 12004 clauses out of 24021 with flag 698810/81000
75.36/69.50	c cleaning 13010 clauses out of 26019 with flag 851377/95002
88.35/81.80	c cleaning 14005 clauses out of 28010 with flag 1027795/110003
100.33/93.82	c cleaning 14994 clauses out of 30002 with flag 1207639/126000
115.23/108.20	c cleaning 16000 clauses out of 32008 with flag 1390382/143000
137.87/130.29	c cleaning 17003 clauses out of 34008 with flag 1588109/161000
152.54/144.93	c cleaning 17998 clauses out of 36005 with flag 1762067/180000
174.67/166.59	c cleaning 19007 clauses out of 38013 with flag 1961192/200006
197.32/188.69	c cleaning 19994 clauses out of 40002 with flag 2167124/221002
223.34/214.13	c cleaning 21001 clauses out of 42008 with flag 2368949/243002
243.90/234.15	c cleaning 21997 clauses out of 44007 with flag 2562998/266002
268.10/257.80	c cleaning 23004 clauses out of 46011 with flag 2734018/290003
297.33/286.53	c cleaning 24000 clauses out of 48007 with flag 2914656/315003
334.59/323.22	c cleaning 24998 clauses out of 50004 with flag 3105448/341000
371.86/358.05	c cleaning 26001 clauses out of 52009 with flag 3308913/368003
411.75/397.43	c cleaning 27000 clauses out of 54006 with flag 3535677/396001
436.90/422.16	c cleaning 28001 clauses out of 56007 with flag 3807253/425002
461.50/446.22	c cleaning 28995 clauses out of 58004 with flag 4035442/455000
494.24/478.45	c cleaning 29995 clauses out of 60011 with flag 4267952/486002
526.46/510.18	c cleaning 30990 clauses out of 62015 with flag 4537999/518001
562.60/545.80	c cleaning 32007 clauses out of 64024 with flag 4766042/551000
614.30/596.49	c cleaning 32998 clauses out of 66017 with flag 5089041/585000
657.04/638.68	c cleaning 34006 clauses out of 68019 with flag 5356538/620000
704.31/683.74	c cleaning 34997 clauses out of 70013 with flag 5684866/656000
752.71/731.27	c cleaning 36001 clauses out of 72017 with flag 5988205/693001
810.58/789.06	c cleaning 36998 clauses out of 74016 with flag 6267760/731001
879.72/857.73	c cleaning 38000 clauses out of 76018 with flag 6565669/770001
958.23/935.38	c cleaning 39004 clauses out of 78017 with flag 6856429/810000
1018.84/995.44	c cleaning 39999 clauses out of 80013 with flag 7217805/851000
1078.60/1054.19	c cleaning 41001 clauses out of 82014 with flag 7561089/893000
1141.00/1114.03	c cleaning 41999 clauses out of 84014 with flag 7891178/936001
1195.53/1168.18	c cleaning 43002 clauses out of 86015 with flag 8242655/980001
1251.49/1223.16	c cleaning 43997 clauses out of 88012 with flag 8611707/1025000
1333.00/1303.66	c cleaning 45003 clauses out of 90016 with flag 9008330/1071001
1408.28/1378.71	c cleaning 45991 clauses out of 92012 with flag 9406223/1118000
1485.91/1455.46	c cleaning 47003 clauses out of 94025 with flag 9836605/1166004
1565.57/1534.02	c cleaning 48003 clauses out of 96019 with flag 10226479/1215001
1640.12/1607.67	c cleaning 49002 clauses out of 98017 with flag 10580562/1265002
1722.46/1689.56	c cleaning 50003 clauses out of 100013 with flag 10981196/1316000
1825.24/1791.56	c cleaning 50998 clauses out of 102012 with flag 11410948/1368002
1905.86/1869.38	c cleaning 52000 clauses out of 104014 with flag 11799939/1421002
1995.11/1957.85	c cleaning 53002 clauses out of 106016 with flag 12230297/1475004
2092.92/2055.15	c cleaning 53996 clauses out of 108011 with flag 12710676/1530001
2188.43/2149.72	c cleaning 55000 clauses out of 110014 with flag 13133281/1586000
2294.05/2254.40	c cleaning 55999 clauses out of 112014 with flag 13598295/1643000
2385.90/2345.76	c cleaning 56998 clauses out of 114015 with flag 14069780/1701000
2498.03/2457.07	c cleaning 58002 clauses out of 116018 with flag 14503375/1760001
2628.11/2586.08	c cleaning 58997 clauses out of 118015 with flag 14954088/1820000
2760.41/2717.29	c cleaning 59995 clauses out of 120019 with flag 15409524/1881001
2897.70/2854.13	c cleaning 61005 clauses out of 122023 with flag 15882810/1943000
3043.06/2998.48	c cleaning 61995 clauses out of 124018 with flag 16357842/2006000
3202.55/3154.38	c cleaning 63004 clauses out of 126023 with flag 16875131/2070000
3344.99/3295.53	c cleaning 64004 clauses out of 128019 with flag 17344581/2135000
3542.62/3492.06	c cleaning 64998 clauses out of 130016 with flag 17978484/2201001
3600.03/3549.54	c starts		: 2441
3600.03/3549.54	c timeout
3600.03/3549.54	c conflicts		: 2233098
3600.03/3549.54	c decisions		: 7854187
3600.03/3549.54	c propagations		: 37854885
3600.03/3549.54	c inspects		: 9252467080
3600.03/3549.54	c shortcuts		: 0
3600.03/3549.54	c learnt literals	: 0
3600.03/3549.54	c learnt binary clauses	: 0
3600.03/3549.54	c learnt ternary clauses	: 0
3600.03/3549.54	c learnt constraints	: 2233098
3600.03/3549.54	c ignored constraints	: 0
3600.03/3549.54	c root simplifications	: 0
3600.03/3549.54	c removed literals (reason simplification)	: 0
3600.03/3549.54	c reason swapping (by a shorter reason)	: 0
3600.03/3549.54	c Calls to reduceDB	: 62
3600.03/3549.54	c Number of update (reduction) of LBD	: 1384855
3600.03/3549.54	c Imported unit clauses	: 0
3600.03/3549.54	c No decision after first conflict	: false
3600.03/3549.54	c number of reductions to clauses (during analyze)	: 0
3600.03/3549.54	c number of learned constraints concerned by reduction	: 0
3600.03/3549.54	c number of learning phase by resolution	: 0
3600.03/3549.54	c number of learning phase by cutting planes	: 0
3600.03/3549.54	c number of rounding to 1 operations	: 0
3600.03/3549.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3549.54	c number of reductions of the coefficients by power 2 	: 0
3600.03/3549.54	c number of right shift for reduction by power 2 	: 0
3600.03/3549.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3549.54	c number of ending skipping 	: 0
3600.03/3549.54	c number of internal skipping 	: 0
3600.03/3549.54	c number of derivation steps 	: 0
3600.03/3549.54	c number of skipped derivation steps 	: 0
3600.03/3549.54	c number of remaining unassigned 	: 0
3600.03/3549.54	c number of remaining assigned 	: 0
3600.03/3549.54	c number of falsified literals weakened from reason	: 0
3600.03/3549.54	c number of falsified literals weakened from conflict	: 0
3600.03/3549.54	c time for arithmetic operations	: 0
3600.03/3549.55	c minimum degree of deleted constraints	: null
3600.03/3549.55	c maximum degree of deleted constraints	: null
3600.03/3549.55	c number of deleted constraints	: 0
3600.03/3549.55	c speed (assignments/second)	: 10745.43087165565
3600.03/3549.55	c non guided choices	: 3562755
3600.03/3549.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 97115
3600.03/3549.59	s UNKNOWN
3600.03/3549.59	c Total wall clock time (in seconds): 3549.29

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459078-1721884948/watcher-4459078-1721884948 -o /tmp/evaluation-result-4459078-1721884948/solver-4459078-1721884948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203505 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4459078-1721884948.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=207915, runsolver pid=207912

[startup+0.100426 s]*
/proc/loadavg: 5.18 5.16 5.02 6/318 207933
/proc/meminfo: memFree=83235868/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=18975048 memory=57356 CPUtime=0.12 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 6365 0 0 0 9 3 0 0 20 0 18 0 24484730 19430449152 14339 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4743762 14339 5601 1 0 550804 0
[pid=207915/tid=207917] ppid=207912 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 5330 0 0 0 6 2 0 0 20 0 18 0 24484730 19430449152 14339 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24484735 19430449152 14339 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24484736 19430449152 14339 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57356 KiB

[startup+0.221426 s]*
/proc/loadavg: 5.18 5.16 5.02 7/318 207933
/proc/meminfo: memFree=83228812/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=18975048 memory=64224 CPUtime=0.28 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 7053 0 0 0 25 3 0 0 20 0 18 0 24484730 19430449152 16056 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4743762 16056 5609 1 0 551371 0
[pid=207915/tid=207917] ppid=207912 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 5630 0 0 0 16 2 0 0 20 0 18 0 24484730 19430449152 16056 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=18975048 memory=1364536 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24484735 19430449152 16056 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24484736 19430449152 16056 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64224 KiB

[startup+0.317425 s]*
/proc/loadavg: 5.18 5.16 5.02 7/318 207933
/proc/meminfo: memFree=83207100/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=18975048 memory=85492 CPUtime=0.42 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 7306 0 0 0 38 4 0 0 20 0 18 0 24484730 19430449152 21373 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4743762 21373 5624 1 0 551544 0
[pid=207915/tid=207917] ppid=207912 vsize=18975048 memory=-9033202040869462716 CPUtime=0.26 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 5789 0 0 0 23 3 0 0 20 0 18 0 24484730 19430449152 21373 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24484735 19430449152 21373 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24484736 19430449152 21373 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85492 KiB

[startup+0.702425 s]
/proc/loadavg: 5.18 5.16 5.02 7/318 207933
/proc/meminfo: memFree=82922136/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19041612 memory=788288 CPUtime=1.08 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 9564 0 0 0 86 22 0 0 20 0 19 0 24484730 19498610688 197072 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4760403 197072 5839 1 0 553019 0
[pid=207915/tid=207917] ppid=207912 vsize=19041612 memory=5516 CPUtime=0.59 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) S 207912 207915 203492 0 -1 1077936192 6200 0 0 0 39 20 0 0 20 0 19 0 24484730 19498610688 197072 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19041612 memory=12668 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24484735 19498610688 197072 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 24484736 19498610688 197072 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 788288 KiB

[startup+1.50042 s]
/proc/loadavg: 5.18 5.16 5.02 6/319 207936
/proc/meminfo: memFree=82458064/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19041612 memory=1128732 CPUtime=2.33 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 11974 0 0 0 204 29 0 0 20 0 19 0 24484730 19498610688 282183 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4760403 282183 5871 1 0 802555 0
[pid=207915/tid=207917] ppid=207912 vsize=19041612 memory=12668 CPUtime=1.29 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 6434 0 0 0 104 25 0 0 20 0 19 0 24484730 19498610688 282183 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24484735 19498610688 282183 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 24484736 19498610688 282183 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1128732 KiB

[startup+3.10573 s]
/proc/loadavg: 5.16 5.15 5.02 5/319 207936
/proc/meminfo: memFree=81712264/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19041612 memory=1578284 CPUtime=4.42 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 15177 0 0 0 404 38 0 0 20 0 19 0 24484730 19498610688 394571 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4760403 394571 5887 1 0 1058943 0
[pid=207915/tid=207917] ppid=207912 vsize=19041612 memory=0 CPUtime=2.64 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) S 207912 207915 203492 0 -1 1077936192 6689 0 0 0 231 33 0 0 20 0 19 0 24484730 19498610688 394571 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19041612 memory=12668 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24484735 19498610688 394571 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19041612 memory=1182168 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 24484736 19498610688 394571 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1578284 KiB

[startup+6.30042 s]
/proc/loadavg: 5.16 5.15 5.02 5/319 207936
/proc/meminfo: memFree=80196268/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19041612 memory=3093392 CPUtime=7.78 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 17764 0 0 0 710 68 0 0 20 0 19 0 24484730 19498610688 773348 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4760403 773348 5887 1 0 2118018 0
[pid=207915/tid=207917] ppid=207912 vsize=19041612 memory=0 CPUtime=5.49 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 7558 0 0 0 490 59 0 0 20 0 19 0 24484730 19498610688 773348 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19041612 memory=1175836 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24484735 19498610688 773348 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 24484736 19498610688 773348 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 7.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3093392 KiB

[startup+12.7004 s]
/proc/loadavg: 5.21 5.17 5.03 5/319 207938
/proc/meminfo: memFree=79382864/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19041612 memory=3550612 CPUtime=14.57 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 19245 0 0 0 1379 78 0 0 20 0 19 0 24484730 19498610688 887653 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4760403 887653 5887 1 0 2356154 0
[pid=207915/tid=207917] ppid=207912 vsize=19041612 memory=3538324 CPUtime=11.23 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) S 207912 207915 203492 0 -1 1077936192 8252 0 0 0 1057 66 0 0 20 0 19 0 24484730 19498610688 887653 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19041612 memory=3167536 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24484735 19498610688 887653 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19041612 memory=15537444464365248 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 24484736 19498610688 887653 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 14.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550612 KiB

[startup+25.5005 s]
/proc/loadavg: 5.11 5.14 5.02 7/319 207940
/proc/meminfo: memFree=78111020/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19041612 memory=4852624 CPUtime=28.25 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 21855 0 0 0 2720 105 0 0 20 0 19 0 24484730 19498610688 1213156 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4760403 1213156 5887 1 0 2911801 0
[pid=207915/tid=207917] ppid=207912 vsize=19041612 memory=4323548 CPUtime=22.47 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 9229 0 0 0 2165 82 0 0 20 0 19 0 24484730 19498610688 1213156 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24484735 19498610688 1213156 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 24484736 19498610688 1213156 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 28.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4852624 KiB

[startup+51.1137 s]
/proc/loadavg: 5.32 5.20 5.04 5/320 207945
/proc/meminfo: memFree=77381080/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=5540440 CPUtime=56.45 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 28146 0 0 0 5521 124 0 0 20 0 20 0 24484730 19566772224 1385110 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 1385110 5957 1 0 3123801 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=15864 CPUtime=47.56 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 10721 0 0 0 4661 95 0 0 20 0 20 0 24484730 19566772224 1385110 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=5540440 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 1385110 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=5540440 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 24484736 19566772224 1385110 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=3558804 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 1385110 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 56.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5540440 KiB

[startup+102.3 s]
/proc/loadavg: 5.63 5.30 5.09 5/320 207956
/proc/meminfo: memFree=76034768/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=5932040 CPUtime=109.43 cores=5,7

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

/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3526994 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=13323580 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 3604 0 0 0 0 0 0 0 20 0 20 0 24484736 19566772224 3526994 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=13882696 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3526994 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3210.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14107976 KiB

[startup+3222.3 s]
/proc/loadavg: 4.92 4.41 4.54 7/317 209908
/proc/meminfo: memFree=93916524/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=14403048 CPUtime=3271.1 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 328086 0 0 0 326617 493 0 0 20 0 20 0 24484730 19566772224 3600762 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 3600762 5969 1 0 4086393 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=5516 CPUtime=3163.66 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 154082 0 0 0 316222 144 0 0 20 0 20 0 24484730 19566772224 3600762 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=13323580 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3600762 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=14241096 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 3745 0 0 0 0 0 0 0 20 0 20 0 24484736 19566772224 3600762 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=14403048 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3600762 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3271.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14403048 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.39 4.53 7/317 209919
/proc/meminfo: memFree=93290652/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=14517736 CPUtime=3331.81 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 336755 0 0 0 332682 499 0 0 20 0 20 0 24484730 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 3629434 5969 1 0 4086393 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=15864 CPUtime=3222.66 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 158788 0 0 0 322122 144 0 0 20 0 20 0 24484730 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=2724 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=14403048 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 3888 0 0 0 0 0 0 0 20 0 20 0 24484736 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=14517736 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3331.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14517736 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.35 4.50 7/317 209929
/proc/meminfo: memFree=92804968/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=14517736 CPUtime=3391.69 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 342343 0 0 0 338667 502 0 0 20 0 20 0 24484730 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 3629434 5969 1 0 4086393 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=15864 CPUtime=3282.49 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 163960 0 0 0 328104 145 0 0 20 0 20 0 24484730 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=61204 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=14517736 CPUtime=0 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 4027 0 0 0 0 0 0 0 20 0 20 0 24484736 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=-9033202040869462716 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3629434 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3391.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14517736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.30 4.47 7/317 209939
/proc/meminfo: memFree=92747108/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=14517744 CPUtime=3452.27 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 351044 0 0 0 344721 506 0 0 20 0 20 0 24484730 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 3629436 5969 1 0 4086393 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=61204 CPUtime=3341.51 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 168283 0 0 0 334005 146 0 0 20 0 20 0 24484730 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=14517736 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=15864 CPUtime=0.01 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 4170 0 0 0 0 1 0 0 20 0 20 0 24484736 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=14517744 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3452.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14517744 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.26 4.45 6/317 209949
/proc/meminfo: memFree=92746720/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=14517744 CPUtime=3512.17 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 356263 0 0 0 350708 509 0 0 20 0 20 0 24484730 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 3629436 5969 1 0 4086393 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=61204 CPUtime=3401.35 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 173074 0 0 0 339989 146 0 0 20 0 20 0 24484730 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=14517736 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=15864 CPUtime=0.01 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 4308 0 0 0 0 1 0 0 20 0 20 0 24484736 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=14517744 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3629436 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3512.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14517744 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.24 4.43 6/318 209963
/proc/meminfo: memFree=92744048/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=14517756 CPUtime=3572.87 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 365003 0 0 0 356774 513 0 0 20 0 20 0 24484730 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 3629439 5969 1 0 4086393 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=14517756 CPUtime=3460.33 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 177417 0 0 0 345886 147 0 0 20 0 20 0 24484730 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=14517756 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=14517756 CPUtime=0.01 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 4451 0 0 0 0 1 0 0 20 0 20 0 24484736 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=14517756 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3572.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14517756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.5 s]
/proc/loadavg: 4.15 4.23 4.42 6/318 209968
/proc/meminfo: memFree=92744012/131655788 swapFree=131058856/131071996
[pid=207915] ppid=207912 vsize=19108176 memory=14517756 CPUtime=3600.03 cores=5,7
/proc/207915/stat : 207915 (java) S 207912 207915 203492 0 -1 1077936128 366878 0 0 0 359489 514 0 0 20 0 20 0 24484730 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
/proc/207915/statm: 4777044 3629439 5969 1 0 4086393 0
[pid=207915/tid=207917] ppid=207912 vsize=19108176 memory=14517756 CPUtime=3487.46 cores=5,7
/proc/207915/task/207917/stat : 207917 (java) R 207912 207915 203492 0 -1 4194368 179286 0 0 0 348599 147 0 0 20 0 20 0 24484730 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207926] ppid=207912 vsize=19108176 memory=14517756 CPUtime=0 cores=5,7
/proc/207915/task/207926/stat : 207926 (Finalizer) S 207912 207915 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24484735 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207933] ppid=207912 vsize=19108176 memory=14517736 CPUtime=0.01 cores=5,7
/proc/207915/task/207933/stat : 207933 (Common-Cleaner) S 207912 207915 203492 0 -1 1077936192 4451 0 0 0 0 1 0 0 20 0 20 0 24484736 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
[pid=207915/tid=207941] ppid=207912 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/207915/task/207941/stat : 207941 (Timer-0) S 207912 207915 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24487395 19566772224 3629439 134679101440 94127441334272 94127441337968 140725296093792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94127441345784 94127441346576 94127449317376 140725296096263 140725296096353 140725296096353 140725296103368 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14517756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.07 s, system=5.19459 s

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

[startup+3549.6 s]*
/proc/loadavg: 4.15 4.23 4.42 6/300 209971
/proc/meminfo: memFree=92763204/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3549.64
CPU time (s): 3600.27
CPU user time (s): 3595.07
CPU system time (s): 5.19459
CPU usage (%): 101.426
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 14517756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.07
system time used= 5.19459
maximum resident set size= 14519140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370323
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108065
involuntary context switches= 8868


# summary of solver processes directly reported to runsolver:
#   pid: 207915
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3595.07
#   total CPU system time (s): 5.19459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.727 second user time and 32.9095 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 07:22:29
IDJOB=4459078
IDBENCH=178501
IDSOLVER=3058
FILE ID=nodeC009/4459078-1721884948
RUNJOBID= nodeC009-1721877730-203505
SLURM_JOB_ID= 8089270
Free space on /tmp= 723740 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459078-1721884948/watcher-4459078-1721884948 -o /tmp/evaluation-result-4459078-1721884948/solver-4459078-1721884948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203505 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459078-1721884948.opb

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

MD5SUM BENCH= fe39f0a7e8bd71485db4c3a1af739794
RANDOM SEED=862222116

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		: 3494.552
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		: 3565.408
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.386
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		: 3590.258
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		: 3591.752
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		: 1315.705
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		: 3591.752
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		: 1801.755
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:        83272716 kB
MemAvailable:   86875328 kB
Buffers:          306536 kB
Cached:          4034412 kB
SwapCached:         4924 kB
Active:          1760940 kB
Inactive:       45812752 kB
Active(anon):       1608 kB
Inactive(anon): 43276432 kB
Active(file):    1759332 kB
Inactive(file):  2536320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             18652 kB
Writeback:             0 kB
AnonPages:      43227388 kB
Mapped:           110988 kB
Shmem:             45300 kB
KReclaimable:     294320 kB
Slab:             405356 kB
SReclaimable:     294320 kB
SUnreclaim:       111036 kB
KernelStack:        4864 kB
PageTables:        94676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   44506724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:  42012672 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= 723636 MiB
End job on nodeC009 at 2024-07-25 08:21:38