Trace number 4492445

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.15 3583.53

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
MD5SUM4c607ff4034d7cc205c992c215b1e577
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.012557
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2400
Total number of constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.08/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.23	c java.vm.version	22.0.1+8-16
0.08/0.23	c java.vm.vendor	Oracle Corporation
0.08/0.23	c sun.arch.data.model	64
0.08/0.23	c java.version		22.0.1
0.08/0.23	c os.name		Linux
0.08/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.23	c os.arch		amd64
0.08/0.23	c Free memory 		2104792832
0.08/0.23	c Max memory 		16282288128
0.08/0.23	c Total memory 		2113929216
0.08/0.24	c Number of processors 	2
0.08/0.27	c Pseudo Boolean Optimization by upper bound
0.08/0.27	c --- Begin Solver configuration ---
0.08/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.27	c Learn all clauses as in MiniSAT
0.08/0.27	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.27	c Expensive reason simplification
0.08/0.27	c Glucose 2.1 dynamic restart strategy
0.08/0.27	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.08/0.27	c timeout=2147483s
0.08/0.27	c DB Simplification allowed=false
0.08/0.27	c Listener: none
0.08/0.27	c --- End Solver configuration ---
0.08/0.27	c solving HOME/instance-4492445-1751146486.opb
0.08/0.27	c reading problem ... 
0.08/0.28	c using VERIPB proof format
0.08/0.28	c  no objective function found
0.24/0.33	c ... done. Wall clock time 0.051s.
0.24/0.33	c declared #vars     2400
0.24/0.33	c #constraints  140
0.24/0.33	c constraints type 
0.24/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.24/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
0.24/0.33	c 140 constraints processed.
2.96/1.70	c cleaning 2491 clauses out of 5002 with flag 34410/5002
4.63/2.91	c cleaning 4026 clauses out of 8510 with flag 83342/11001
7.12/5.18	c cleaning 5741 clauses out of 11484 with flag 177734/18001
10.63/8.45	c cleaning 6872 clauses out of 13743 with flag 283082/26001
13.54/11.28	c cleaning 7933 clauses out of 15871 with flag 401777/35001
17.83/15.47	c cleaning 8971 clauses out of 17942 with flag 528888/45005
24.08/21.54	c cleaning 9982 clauses out of 19967 with flag 610347/56001
31.37/28.75	c cleaning 10993 clauses out of 21985 with flag 694868/68001
39.42/36.68	c cleaning 11973 clauses out of 23993 with flag 794290/81002
47.52/44.68	c cleaning 12984 clauses out of 26018 with flag 885467/95000
59.65/56.63	c cleaning 14009 clauses out of 28034 with flag 984225/110000
70.69/67.46	c cleaning 15007 clauses out of 30025 with flag 1096907/126000
81.29/77.96	c cleaning 16004 clauses out of 32019 with flag 1236221/143001
94.27/90.63	c cleaning 16997 clauses out of 34014 with flag 1399674/161000
111.19/107.47	c cleaning 18003 clauses out of 36017 with flag 1607704/180000
126.31/122.49	c cleaning 18999 clauses out of 38014 with flag 1781984/200000
146.67/142.56	c cleaning 20003 clauses out of 40018 with flag 1941713/221003
165.15/160.94	c cleaning 21004 clauses out of 42012 with flag 2121350/243000
185.62/181.13	c cleaning 22000 clauses out of 44012 with flag 2293329/266004
218.42/213.46	c cleaning 22997 clauses out of 46008 with flag 2486747/290000
250.32/245.26	c cleaning 24001 clauses out of 48011 with flag 2674319/315000
281.33/276.28	c cleaning 24994 clauses out of 50012 with flag 2892741/341002
313.13/308.31	c cleaning 25988 clauses out of 52016 with flag 3113669/368000
352.44/347.68	c cleaning 27003 clauses out of 54028 with flag 3365043/396000
396.26/391.99	c cleaning 28009 clauses out of 56026 with flag 3597598/425001
433.12/428.63	c cleaning 29003 clauses out of 58016 with flag 3826891/455000
469.52/464.65	c cleaning 29997 clauses out of 60013 with flag 4108092/486000
503.96/499.02	c cleaning 31003 clauses out of 62019 with flag 4362308/518003
543.47/538.55	c cleaning 32001 clauses out of 64013 with flag 4660973/551000
589.18/584.49	c cleaning 32996 clauses out of 66012 with flag 4997316/585000
641.12/636.26	c cleaning 34003 clauses out of 68017 with flag 5334667/620001
694.87/690.15	c cleaning 34998 clauses out of 70013 with flag 5697977/656000
753.17/748.68	c cleaning 36000 clauses out of 72015 with flag 6060655/693000
824.56/819.44	c cleaning 37004 clauses out of 74015 with flag 6463924/731000
893.55/888.55	c cleaning 37994 clauses out of 76013 with flag 6899918/770002
959.57/954.09	c cleaning 39000 clauses out of 78017 with flag 7297812/810000
1031.84/1026.67	c cleaning 40002 clauses out of 80018 with flag 7721858/851001
1105.07/1099.48	c cleaning 41001 clauses out of 82015 with flag 8156040/893000
1176.24/1171.05	c cleaning 42002 clauses out of 84018 with flag 8569812/936004
1257.22/1251.55	c cleaning 42999 clauses out of 86013 with flag 8949352/980001
1342.90/1336.94	c cleaning 44001 clauses out of 88013 with flag 9335840/1025000
1428.88/1423.36	c cleaning 44989 clauses out of 90012 with flag 9725379/1071000
1519.81/1514.48	c cleaning 46004 clauses out of 92023 with flag 10081399/1118000
1625.57/1620.62	c cleaning 47000 clauses out of 94020 with flag 10487674/1166001
1728.86/1723.88	c cleaning 48000 clauses out of 96022 with flag 10889620/1215003
1831.16/1825.61	c cleaning 49001 clauses out of 98019 with flag 11287851/1265000
1937.38/1932.04	c cleaning 49975 clauses out of 100020 with flag 11751347/1316002
2045.06/2039.47	c cleaning 51015 clauses out of 102044 with flag 12223563/1368001
2154.63/2148.23	c cleaning 52010 clauses out of 104030 with flag 12693355/1421002
2265.93/2260.09	c cleaning 52996 clauses out of 106018 with flag 13150372/1475000
2393.74/2387.32	c cleaning 54002 clauses out of 108022 with flag 13588693/1530000
2492.93/2485.59	c cleaning 55004 clauses out of 110021 with flag 14096242/1586001
2577.78/2570.26	c cleaning 56003 clauses out of 112017 with flag 14663676/1643001
2690.27/2681.68	c cleaning 56992 clauses out of 114013 with flag 15282771/1701000
2799.58/2791.87	c cleaning 58005 clauses out of 116023 with flag 15926802/1760002
2908.79/2899.57	c cleaning 58999 clauses out of 118016 with flag 16615576/1820000
3025.81/3014.97	c cleaning 59998 clauses out of 120017 with flag 17329266/1881000
3148.17/3135.95	c cleaning 61001 clauses out of 122020 with flag 18024930/1943001
3263.10/3249.35	c cleaning 62004 clauses out of 124021 with flag 18651852/2006003
3402.30/3387.37	c cleaning 62998 clauses out of 126016 with flag 19216618/2070002
3517.96/3501.35	c cleaning 64002 clauses out of 128019 with flag 19838651/2135003
3600.00/3583.41	c starts		: 684
3600.00/3583.42	c timeout
3600.00/3583.42	c conflicts		: 2182752
3600.00/3583.42	c decisions		: 2988062
3600.00/3583.42	c propagations		: 62183460
3600.00/3583.42	c inspects		: 10119018346
3600.00/3583.42	c shortcuts		: 0
3600.00/3583.42	c learnt literals	: 0
3600.00/3583.42	c learnt binary clauses	: 0
3600.00/3583.42	c learnt ternary clauses	: 0
3600.00/3583.42	c learnt constraints	: 2182752
3600.00/3583.42	c ignored constraints	: 0
3600.00/3583.42	c root simplifications	: 0
3600.00/3583.42	c removed literals (reason simplification)	: 52347498
3600.00/3583.42	c reason swapping (by a shorter reason)	: 0
3600.00/3583.42	c Calls to reduceDB	: 61
3600.00/3583.42	c Number of update (reduction) of LBD	: 1379905
3600.00/3583.42	c Imported unit clauses	: 0
3600.00/3583.42	c No decision after first conflict	: false
3600.00/3583.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3583.42	c number of learned constraints concerned by reduction	: 0
3600.00/3583.42	c number of learning phase by resolution	: 0
3600.00/3583.42	c number of learning phase by cutting planes	: 0
3600.00/3583.42	c number of rounding to 1 operations	: 0
3600.00/3583.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3583.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3583.42	c number of right shift for reduction by power 2 	: 0
3600.00/3583.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3583.42	c number of ending skipping 	: 0
3600.00/3583.43	c number of internal skipping 	: 0
3600.00/3583.43	c number of derivation steps 	: 0
3600.00/3583.43	c number of skipped derivation steps 	: 0
3600.00/3583.43	c number of remaining unassigned 	: 0
3600.00/3583.43	c number of remaining assigned 	: 0
3600.00/3583.43	c number of falsified literals weakened from reason	: 0
3600.00/3583.43	c number of falsified literals weakened from conflict	: 0
3600.00/3583.43	c time for arithmetic operations	: 0
3600.00/3583.43	c minimum degree of deleted constraints	: null
3600.00/3583.43	c maximum degree of deleted constraints	: null
3600.00/3583.43	c number of deleted constraints	: 0
3600.00/3583.43	c speed (assignments/second)	: 17354.70706979369
3600.00/3583.43	c non guided choices	: 1689
3600.00/3583.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 111766
3600.00/3583.48	s UNKNOWN
3600.00/3583.48	c Total wall clock time (in seconds): 3583.204

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492445-1751146486/watcher-4492445-1751146486 -o /tmp/evaluation-result-4492445-1751146486/solver-4492445-1751146486 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13875 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492445-1751146486 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492445-1751146486.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=13926, runsolver pid=13916

[startup+0.100059 s]*
/proc/loadavg: 1.06 2.17 2.87 2/290 13961
/proc/meminfo: memFree=130162096/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=18130736 memory=23476 CPUtime=0.01 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 2460 0 187 0 0 1 0 0 20 0 7 0 30328232 18565873664 5869 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4532684 5869 3136 1 0 540973 0
[pid=13926/tid=13937] ppid=13916 vsize=18130736 memory=4026532124 CPUtime=0 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 1908 0 127 0 0 0 0 0 20 0 7 0 30328238 18565873664 5869 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 23476 KiB

[startup+0.205144 s]*
/proc/loadavg: 1.06 2.17 2.87 6/336 14007
/proc/meminfo: memFree=130087444/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=18930384 memory=48768 CPUtime=0.08 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 5784 0 418 0 5 3 0 0 20 0 18 0 30328232 19384713216 12192 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4732596 12192 5227 1 0 547137 0
[pid=13926/tid=13937] ppid=13916 vsize=18930384 memory=3472328132922704156 CPUtime=0.05 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 4648 0 326 0 3 2 0 0 20 0 18 0 30328238 19384713216 12192 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=18930384 memory=16912 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30328248 19384713216 12192 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30328249 19384713216 12192 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48768 KiB

[startup+0.305311 s]*
/proc/loadavg: 1.06 2.17 2.87 14/336 14007
/proc/meminfo: memFree=130052676/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=18930384 memory=61240 CPUtime=0.24 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 6729 0 418 0 21 3 0 0 20 0 18 0 30328232 19384713216 15310 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4732596 15310 5355 1 0 547839 0
[pid=13926/tid=13937] ppid=13916 vsize=18930384 memory=-6000919472773359982 CPUtime=0.13 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 5084 0 326 0 11 2 0 0 20 0 18 0 30328238 19384713216 15310 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=18930384 memory=-4421386509183444838 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30328248 19384713216 15310 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30328249 19384713216 15310 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61240 KiB

[startup+0.700218 s]
/proc/loadavg: 1.06 2.17 2.87 10/340 14015
/proc/meminfo: memFree=129959380/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=18996948 memory=121212 CPUtime=1 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 11062 0 418 0 94 6 0 0 20 0 19 0 30328232 19452874752 30303 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4749237 30303 5387 1 0 551030 0
[pid=13926/tid=13937] ppid=13916 vsize=18996948 memory=17280 CPUtime=0.45 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 5217 0 326 0 41 4 0 0 20 0 19 0 30328238 19452874752 30303 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 30328248 19452874752 30303 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30328249 19452874752 30303 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=18996948 memory=2372 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30328267 19452874752 30303 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 121212 KiB

[startup+1.50022 s]
/proc/loadavg: 1.06 2.17 2.87 6/297 14032
/proc/meminfo: memFree=129895636/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=169420 CPUtime=2.57 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 14083 0 424 0 247 10 0 0 20 0 20 0 30328232 19521036288 42355 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 42355 5419 1 0 551345 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=0 CPUtime=1.18 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 5524 0 326 0 112 6 0 0 20 0 20 0 30328238 19521036288 42355 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 42355 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 42355 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 42355 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169420 KiB

[startup+3.10529 s]
/proc/loadavg: 1.06 2.17 2.87 7/321 14176
/proc/meminfo: memFree=129581380/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=197680 CPUtime=4.95 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 18490 0 425 0 481 14 0 0 20 0 20 0 30328232 19521036288 49420 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 49420 5419 1 0 551567 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=0 CPUtime=2.69 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 6554 0 326 0 261 8 0 0 20 0 20 0 30328238 19521036288 49420 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 49420 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=-6000919481363294574 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 49420 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 49420 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197680 KiB

[startup+6.30021 s]
/proc/loadavg: 1.53 2.25 2.89 6/344 14210
/proc/meminfo: memFree=128292988/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=809652 CPUtime=8.49 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 21037 0 425 0 821 28 0 0 20 0 20 0 30328232 19521036288 202413 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 202413 5419 1 0 896763 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=0 CPUtime=5.73 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 6836 0 326 0 554 19 0 0 20 0 20 0 30328238 19521036288 202413 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=8514701219781572766 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 202413 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=679108 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 202413 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 202413 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 809652 KiB

[startup+12.7002 s]
/proc/loadavg: 1.81 2.30 2.91 9/344 14277
/proc/meminfo: memFree=127017504/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=1402040 CPUtime=15.09 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 21756 0 425 0 1464 45 0 0 20 0 20 0 30328232 19521036288 350510 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 350510 5419 1 0 896774 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=0 CPUtime=11.9 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 7306 0 326 0 1158 32 0 0 20 0 20 0 30328238 19521036288 350510 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 350510 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=1340488 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 350510 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 350510 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1402040 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 2.40 2.93 6/344 14277
/proc/meminfo: memFree=123820468/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=2274160 CPUtime=28.18 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 25252 0 425 0 2748 70 0 0 20 0 20 0 30328232 19521036288 568540 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 568540 5419 1 0 1038821 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=0 CPUtime=24.3 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 8756 0 326 0 2378 52 0 0 20 0 20 0 30328238 19521036288 568540 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=2274160 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 568540 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 568540 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 568540 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 28.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2274160 KiB

[startup+51.1059 s]
/proc/loadavg: 3.11 2.57 2.97 6/345 14278
/proc/meminfo: memFree=121689792/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=2546836 CPUtime=54.17 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 29593 0 425 0 5325 92 0 0 20 0 20 0 30328232 19521036288 636709 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 636709 5451 1 0 1038825 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=14464 CPUtime=49.31 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 10428 0 326 0 4865 66 0 0 20 0 20 0 30328238 19521036288 636709 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=2391040 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 636709 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=2391040 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 636709 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=0 CPUtime=0 cores=0,2

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

/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1369 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3234.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.34 4.25 6/346 14622
/proc/meminfo: memFree=81989664/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3295.9 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 178750 0 425 0 328486 1104 0 0 20 0 20 0 30328232 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 966074 5451 1 0 975854 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=14464 CPUtime=3223.57 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 97014 0 326 0 321384 973 0 0 20 0 20 0 30328238 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1397 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=-6000919481363294574 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3295.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.31 4.25 6/346 14624
/proc/meminfo: memFree=81456568/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3357.07 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 179656 0 425 0 334591 1116 0 0 20 0 20 0 30328232 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 966074 5451 1 0 975854 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3282.85 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 97613 0 326 0 327302 983 0 0 20 0 20 0 30328238 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1434 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3357.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.29 4.25 6/345 14626
/proc/meminfo: memFree=80858396/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3417.24 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 182145 0 425 0 340593 1131 0 0 20 0 20 0 30328232 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 966074 5451 1 0 975854 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=12416 CPUtime=3342.05 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 99774 0 326 0 333208 997 0 0 20 0 20 0 30328238 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1435 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3417.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.25 4.23 6/343 14628
/proc/meminfo: memFree=80324608/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3477.27 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 183659 0 425 0 346581 1146 0 0 20 0 20 0 30328232 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 966074 5451 1 0 975854 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=12416 CPUtime=3401.27 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 101038 0 326 0 339115 1012 0 0 20 0 20 0 30328238 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1449 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3477.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.24 4.23 6/343 14630
/proc/meminfo: memFree=79738668/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3538.91 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 185184 0 425 0 352726 1165 0 0 20 0 20 0 30328232 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 966074 5451 1 0 975860 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3460.45 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 102190 0 326 0 345016 1029 0 0 20 0 20 0 30328238 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=3864296 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1486 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3538.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB

[startup+3582.3 s]
/proc/loadavg: 4.40 4.30 4.25 5/344 14766
/proc/meminfo: memFree=103995300/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3598.91 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 186847 0 425 0 358709 1182 0 0 20 0 20 0 30328232 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 966074 5451 1 0 975860 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=14464 CPUtime=3519.64 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 103600 0 326 0 350919 1045 0 0 20 0 20 0 30328238 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1486 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3598.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.4 s]
/proc/loadavg: 4.40 4.30 4.25 5/344 14766
/proc/meminfo: memFree=103982952/131249996 swapFree=33010684/33010684
[pid=13926] ppid=13916 vsize=19063512 memory=3864296 CPUtime=3600 cores=0,2
/proc/13926/stat : 13926 (java) S 13916 13926 13865 0 -1 4194304 186847 0 425 0 358818 1182 0 0 20 0 20 0 30328232 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
/proc/13926/statm: 4765878 966074 5451 1 0 975860 0
[pid=13926/tid=13937] ppid=13916 vsize=19063512 memory=17280 CPUtime=3520.73 cores=0,2
/proc/13926/task/13937/stat : 13937 (java) R 13916 13926 13865 0 -1 4194368 103600 0 326 0 351028 1045 0 0 20 0 20 0 30328238 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=13974] ppid=13916 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/13926/task/13974/stat : 13974 (Finalizer) S 13916 13926 13865 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30328248 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14007] ppid=13916 vsize=19063512 memory=-6000919481363294574 CPUtime=0 cores=0,2
/proc/13926/task/14007/stat : 14007 (Common-Cleaner) S 13916 13926 13865 0 -1 4194368 1486 0 0 0 0 0 0 0 20 0 20 0 30328249 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
[pid=13926/tid=14010] ppid=13916 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/13926/task/14010/stat : 14010 (Timer-0) S 13916 13926 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328267 19521036288 966074 18446744073709551615 93939788599296 93939788602992 140720449478240 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93939788610808 93939788611600 93939796938752 140720449481008 140720449481190 140720449481190 140720449486792 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3864296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.3 s, system=11.8435 s

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

[startup+3583.51 s]*
/proc/loadavg: 4.40 4.30 4.25 5/326 14769
/proc/meminfo: memFree=107798720/131249996 swapFree=33010684/33010684
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): 3583.53
CPU time (s): 3600.15
CPU user time (s): 3588.3
CPU system time (s): 11.8435
CPU usage (%): 100.464
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4107228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.3
system time used= 11.8435
maximum resident set size= 4107228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188508
page faults= 425
swaps= 0
block input operations= 23840
block output operations= 15170128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115877
involuntary context switches= 16282


# summary of solver processes directly reported to runsolver:
#   pid: 13926
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3588.3
#   total CPU system time (s): 11.8435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.387 second user time and 17.7987 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-28 23:34:46
IDJOB=4492445
IDBENCH=147795
IDSOLVER=3364
FILE ID=nodeC030/4492445-1751146486
RUNJOBID= nodeC030-1751146486-13875
SLURM_JOB_ID= 9587459
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492445-1751146486/watcher-4492445-1751146486 -o /tmp/evaluation-result-4492445-1751146486/solver-4492445-1751146486 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13875 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492445-1751146486 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492445-1751146486.opb

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

MD5SUM BENCH= 4c607ff4034d7cc205c992c215b1e577
RANDOM SEED=74448664

nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.120
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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	: 0xb00002a
cpu MHz		: 2236.638
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.309
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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	: 0xb00002a
cpu MHz		: 1265.490
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.332
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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	: 0xb00002a
cpu MHz		: 1392.184
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.185
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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	: 0xb00002a
cpu MHz		: 3599.179
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130190180 kB
MemAvailable:   129808272 kB
Buffers:            3280 kB
Cached:           401236 kB
SwapCached:            0 kB
Active:           286364 kB
Inactive:         178720 kB
Active(anon):      78632 kB
Inactive(anon):        0 kB
Active(file):     207732 kB
Inactive(file):   178720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1944 kB
Writeback:             0 kB
AnonPages:         63584 kB
Mapped:           102676 kB
Shmem:             18064 kB
KReclaimable:      84684 kB
Slab:             166848 kB
SReclaimable:      84684 kB
SUnreclaim:        82164 kB
KernelStack:        4008 kB
PageTables:         2656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-29 00:34:30