Trace number 4493201

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.25 3564.74

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUM9d0c66225d2e00f86266584536d95f11
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.061875
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
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 92
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
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@606d8acf
0.28/0.30	c Learn all clauses as in MiniSAT
0.28/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 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 Expensive 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-4493201-1751152663.opb
0.28/0.30	c reading problem ... 
0.42/2.62	c using VERIPB proof format
0.42/2.62	c  no objective function found
0.77/2.81	c ... done. Wall clock time 2.499s.
0.77/2.81	c declared #vars     8190
0.77/2.81	c #constraints  181
0.77/2.81	c constraints type 
0.77/2.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.77/2.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.77/2.81	c 181 constraints processed.
10.31/9.33	c cleaning 2497 clauses out of 5002 with flag 32514/5002
22.25/20.82	c cleaning 4249 clauses out of 8503 with flag 71948/11000
35.60/33.87	c cleaning 5624 clauses out of 11254 with flag 124411/18000
51.73/51.31	c cleaning 6818 clauses out of 13635 with flag 178766/26005
68.46/67.97	c cleaning 7906 clauses out of 15814 with flag 239022/35002
89.02/88.11	c cleaning 8950 clauses out of 17909 with flag 315206/45003
108.67/107.43	c cleaning 9971 clauses out of 19956 with flag 404298/56000
134.36/132.92	c cleaning 10985 clauses out of 21986 with flag 500324/68001
163.55/161.84	c cleaning 11998 clauses out of 24002 with flag 604281/81002
196.40/194.41	c cleaning 13003 clauses out of 26005 with flag 716317/95003
232.10/229.92	c cleaning 13995 clauses out of 28000 with flag 849071/110001
278.34/275.69	c cleaning 15001 clauses out of 30006 with flag 986540/126002
324.02/321.02	c cleaning 16001 clauses out of 32006 with flag 1133045/143003
369.46/364.92	c cleaning 16986 clauses out of 34004 with flag 1292641/161002
410.63/406.10	c cleaning 18003 clauses out of 36017 with flag 1449973/180001
462.19/457.13	c cleaning 18998 clauses out of 38014 with flag 1621060/200001
515.20/509.94	c cleaning 19999 clauses out of 40016 with flag 1804818/221001
577.87/572.15	c cleaning 21004 clauses out of 42017 with flag 1996023/243001
647.77/641.65	c cleaning 21995 clauses out of 44012 with flag 2196835/266000
725.61/717.78	c cleaning 23003 clauses out of 46019 with flag 2400367/290002
798.76/790.33	c cleaning 23984 clauses out of 48015 with flag 2605888/315001
841.41/831.90	c cleaning 24985 clauses out of 50030 with flag 2817360/341000
890.52/880.81	c cleaning 25993 clauses out of 52049 with flag 3045257/368004
945.56/935.77	c cleaning 26994 clauses out of 54053 with flag 3269417/396001
1009.93/999.79	c cleaning 27994 clauses out of 56059 with flag 3555511/425001
1049.06/1038.30	c cleaning 28997 clauses out of 58065 with flag 3761188/455001
1095.15/1083.90	c cleaning 30002 clauses out of 60067 with flag 3988500/486000
1162.36/1149.26	c cleaning 31002 clauses out of 62065 with flag 4282014/518000
1221.33/1208.09	c cleaning 32007 clauses out of 64066 with flag 4587108/551003
1263.41/1249.30	c cleaning 32992 clauses out of 66056 with flag 4840744/585000
1321.86/1307.30	c cleaning 34001 clauses out of 68064 with flag 5123579/620000
1381.08/1367.10	c cleaning 35001 clauses out of 70063 with flag 5436175/656000
1441.21/1426.72	c cleaning 36008 clauses out of 72066 with flag 5737731/693004
1501.26/1486.34	c cleaning 37000 clauses out of 74054 with flag 6088051/731000
1562.86/1545.40	c cleaning 38004 clauses out of 76056 with flag 6444245/770002
1630.10/1612.14	c cleaning 38989 clauses out of 78050 with flag 6782427/810000
1697.37/1678.75	c cleaning 39994 clauses out of 80062 with flag 7195635/851001
1772.35/1752.82	c cleaning 40997 clauses out of 82068 with flag 7674862/893001
1845.55/1825.68	c cleaning 42004 clauses out of 84073 with flag 8100700/936003
1941.19/1920.76	c cleaning 42998 clauses out of 86066 with flag 8566047/980000
2041.61/2020.54	c cleaning 44003 clauses out of 88069 with flag 8995375/1025001
2147.57/2124.45	c cleaning 45004 clauses out of 90067 with flag 9413825/1071002
2238.11/2214.36	c cleaning 45989 clauses out of 92062 with flag 9805334/1118001
2332.58/2308.12	c cleaning 46989 clauses out of 94072 with flag 10133980/1166000
2397.94/2372.76	c cleaning 47969 clauses out of 96083 with flag 10469291/1215000
2516.45/2490.44	c cleaning 48987 clauses out of 98114 with flag 10830043/1265000
2671.44/2642.03	c cleaning 49997 clauses out of 100127 with flag 11215002/1316000
2815.22/2784.71	c cleaning 50991 clauses out of 102132 with flag 11612472/1368002
2957.85/2926.48	c cleaning 51995 clauses out of 104140 with flag 12013626/1421001
3111.37/3080.11	c cleaning 53002 clauses out of 106148 with flag 12453736/1475004
3289.83/3255.40	c cleaning 53998 clauses out of 108143 with flag 12904629/1530001
3496.63/3461.14	c cleaning 55005 clauses out of 110144 with flag 13373608/1586000
3600.04/3564.62	c timeout
3600.04/3564.63	c starts		: 202
3600.04/3564.63	c conflicts		: 1616184
3600.04/3564.63	c decisions		: 2762744
3600.04/3564.63	c propagations		: 27267813
3600.04/3564.63	c inspects		: 5618776903
3600.04/3564.63	c shortcuts		: 0
3600.04/3564.63	c learnt literals	: 0
3600.04/3564.63	c learnt binary clauses	: 0
3600.04/3564.63	c learnt ternary clauses	: 0
3600.04/3564.63	c learnt constraints	: 1616184
3600.04/3564.63	c ignored constraints	: 0
3600.04/3564.63	c root simplifications	: 0
3600.04/3564.63	c removed literals (reason simplification)	: 4733674
3600.04/3564.63	c reason swapping (by a shorter reason)	: 0
3600.04/3564.63	c Calls to reduceDB	: 52
3600.04/3564.63	c Number of update (reduction) of LBD	: 1082304
3600.04/3564.63	c Imported unit clauses	: 0
3600.04/3564.63	c No decision after first conflict	: false
3600.04/3564.64	c number of reductions to clauses (during analyze)	: 0
3600.04/3564.64	c number of learned constraints concerned by reduction	: 0
3600.04/3564.64	c number of learning phase by resolution	: 0
3600.04/3564.64	c number of learning phase by cutting planes	: 0
3600.04/3564.64	c number of rounding to 1 operations	: 0
3600.04/3564.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3564.64	c number of reductions of the coefficients by power 2 	: 0
3600.04/3564.64	c number of right shift for reduction by power 2 	: 0
3600.04/3564.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3564.64	c number of ending skipping 	: 0
3600.04/3564.64	c number of internal skipping 	: 0
3600.04/3564.64	c number of derivation steps 	: 0
3600.04/3564.64	c number of skipped derivation steps 	: 0
3600.04/3564.64	c number of remaining unassigned 	: 0
3600.04/3564.64	c number of remaining assigned 	: 0
3600.04/3564.64	c number of falsified literals weakened from reason	: 0
3600.04/3564.64	c number of falsified literals weakened from conflict	: 0
3600.04/3564.64	c time for arithmetic operations	: 0
3600.04/3564.64	c minimum degree of deleted constraints	: null
3600.04/3564.64	c maximum degree of deleted constraints	: null
3600.04/3564.64	c number of deleted constraints	: 0
3600.04/3564.64	c speed (assignments/second)	: 7655.605717317881
3600.04/3564.64	c non guided choices	: 77227
3600.04/3564.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 85323
3600.04/3564.70	s UNKNOWN
3600.04/3564.70	c Total wall clock time (in seconds): 3564.394

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: 63837 MiB (58809 MiB free)
  memory of node 1: 64465 MiB (58812 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=15321, runsolver pid=15318

[startup+0.100074 s]*
/proc/loadavg: 4.28 4.26 4.25 4/306 15339
/proc/meminfo: memFree=120418060/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=18930384 memory=48632 CPUtime=0.12 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 5818 0 0 0 9 3 0 0 20 0 18 0 30945487 19384713216 12158 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4732596 12158 5329 1 0 547021 0
[pid=15321/tid=15323] ppid=15318 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 4696 0 0 0 6 1 0 0 20 0 18 0 30945489 19384713216 12158 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=18930384 memory=215637833958 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30945493 19384713216 12158 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=18930384 memory=14007 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30945494 19384713216 12158 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48632 KiB

[startup+0.215352 s]*
/proc/loadavg: 4.28 4.26 4.25 5/306 15339
/proc/meminfo: memFree=120409932/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=18930384 memory=55624 CPUtime=0.28 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 6547 0 0 0 25 3 0 0 20 0 18 0 30945487 19384713216 13906 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4732596 13906 5329 1 0 547604 0
[pid=15321/tid=15323] ppid=15318 vsize=18930384 memory=4026598921 CPUtime=0.17 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 5044 0 0 0 15 2 0 0 20 0 18 0 30945489 19384713216 13906 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30945493 19384713216 13906 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=18930384 memory=54096036115175 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30945494 19384713216 13906 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55624 KiB

[startup+0.315339 s]*
/proc/loadavg: 4.28 4.26 4.25 3/306 15339
/proc/meminfo: memFree=120405332/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=18930384 memory=59020 CPUtime=0.42 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 6808 0 0 0 38 4 0 0 20 0 18 0 30945487 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4732596 14755 5425 1 0 547794 0
[pid=15321/tid=15323] ppid=15318 vsize=18930384 memory=-6000919472773752686 CPUtime=0.23 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) D 15318 15321 13812 0 -1 4194368 5213 0 0 0 21 2 0 0 20 0 18 0 30945489 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30945493 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30945494 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59020 KiB

[startup+0.700346 s]
/proc/loadavg: 4.28 4.26 4.25 3/306 15339
/proc/meminfo: memFree=120405332/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=18930384 memory=59020 CPUtime=0.42 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 6808 0 0 0 38 4 0 0 20 0 18 0 30945487 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4732596 14755 5425 1 0 547794 0
[pid=15321/tid=15323] ppid=15318 vsize=18930384 memory=17408 CPUtime=0.23 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) D 15318 15321 13812 0 -1 4194368 5213 0 0 0 21 2 0 0 20 0 18 0 30945489 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30945493 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30945494 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59020 KiB

[startup+1.50035 s]
/proc/loadavg: 4.28 4.26 4.25 3/306 15339
/proc/meminfo: memFree=120403820/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=18930384 memory=59020 CPUtime=0.42 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 6808 0 0 0 38 4 0 0 20 0 18 0 30945487 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4732596 14755 5425 1 0 547794 0
[pid=15321/tid=15323] ppid=15318 vsize=18930384 memory=0 CPUtime=0.23 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) D 15318 15321 13812 0 -1 4194368 5213 0 0 0 21 2 0 0 20 0 18 0 30945489 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30945493 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=18930384 memory=14080 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30945494 19384713216 14755 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59020 KiB

[startup+3.11485 s]
/proc/loadavg: 4.26 4.25 4.24 7/307 15340
/proc/meminfo: memFree=122660920/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=18996948 memory=87312 CPUtime=1.36 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 8679 0 0 0 130 6 0 0 20 0 19 0 30945487 19452874752 21828 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4749237 21828 5425 1 0 549280 0
[pid=15321/tid=15323] ppid=15318 vsize=18996948 memory=11264 CPUtime=0.67 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 5347 0 0 0 64 3 0 0 20 0 19 0 30945489 19452874752 21828 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30945493 19452874752 21828 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=18996948 memory=164 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30945494 19452874752 21828 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=18996948 memory=2867565960586600 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30945770 19452874752 21828 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87312 KiB
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 4.26 4.25 4.24 6/332 15379
/proc/meminfo: memFree=125239680/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=187352 CPUtime=6.35 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 16868 0 0 0 622 13 0 0 20 0 20 0 30945487 19521036288 46838 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 46838 5489 1 0 551066 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=164980 CPUtime=3.66 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) S 15318 15321 13812 0 -1 4194368 6183 0 0 0 359 7 0 0 20 0 20 0 30945489 19521036288 46838 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=-6000919472773752686 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 46838 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=-6000919472773752686 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 46838 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=181092 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 46838 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187352 KiB

[startup+12.7005 s]
/proc/loadavg: 4.32 4.26 4.25 5/332 15379
/proc/meminfo: memFree=123492828/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=441376 CPUtime=14.01 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 22889 0 0 0 1381 20 0 0 20 0 20 0 30945487 19521036288 110344 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 110344 5489 1 0 746349 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=390088 CPUtime=9.84 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 7557 0 0 0 973 11 0 0 20 0 20 0 30945489 19521036288 110344 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 110344 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=361304 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 110344 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=-6000919472773752686 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 110344 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 14.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 441376 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.27 4.25 5/332 15379
/proc/meminfo: memFree=121588676/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=923908 CPUtime=27.21 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 28731 0 0 0 2684 37 0 0 20 0 20 0 30945487 19521036288 230977 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 230977 5489 1 0 1074308 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=517196 CPUtime=21.85 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 8453 0 0 0 2163 22 0 0 20 0 20 0 30945489 19521036288 230977 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=187352 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 230977 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=517336 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 230977 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=187352 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 230977 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 27.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 923908 KiB

[startup+51.1149 s]
/proc/loadavg: 4.29 4.26 4.25 5/332 15380
/proc/meminfo: memFree=118564684/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=1333552 CPUtime=51.55 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 31888 0 0 0 5101 54 0 0 20 0 20 0 30945487 19521036288 333388 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 333388 5489 1 0 1074309 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=1237288 CPUtime=45.4 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 9436 0 0 0 4509 31 0 0 20 0 20 0 30945489 19521036288 333388 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=1042712 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 333388 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=187352 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 333388 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=187352 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.23 4.25 5/334 15557
/proc/meminfo: memFree=60714628/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3256.51 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 216747 0 0 0 324356 1295 0 0 20 0 20 0 30945487 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 1903402 5521 1 0 1993880 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=9216 CPUtime=3151 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 108574 0 0 0 314077 1023 0 0 20 0 20 0 30945489 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 2864 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3256.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7613608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.21 4.25 5/333 15560
/proc/meminfo: memFree=60243276/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3317.04 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 219816 0 0 0 330390 1314 0 0 20 0 20 0 30945487 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 1903402 5521 1 0 1993880 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3209.95 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 109966 0 0 0 319956 1039 0 0 20 0 20 0 30945489 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 2950 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3317.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7613608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.21 4.25 5/333 15562
/proc/meminfo: memFree=59584276/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3377.44 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 221242 0 0 0 336413 1331 0 0 20 0 20 0 30945487 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 1903402 5521 1 0 1993880 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=17408 CPUtime=3268.88 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 111140 0 0 0 325834 1054 0 0 20 0 20 0 30945489 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 3036 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3377.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7613608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.20 4.24 6/333 15564
/proc/meminfo: memFree=59037668/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3437.71 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 223799 0 0 0 342423 1348 0 0 20 0 20 0 30945487 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 1903402 5521 1 0 1993880 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3327.99 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 113142 0 0 0 331731 1068 0 0 20 0 20 0 30945489 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 3124 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3437.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7613608 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.23 4.25 5/332 15566
/proc/meminfo: memFree=58512900/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3497.81 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 225465 0 0 0 348415 1366 0 0 20 0 20 0 30945487 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 1903402 5521 1 0 1993880 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3387.29 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 114472 0 0 0 337646 1083 0 0 20 0 20 0 30945489 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 3145 0 0 0 0 0 0 0 20 0 20 0 30945494 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3497.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7613608 KiB

[startup+3522.3 s]
/proc/loadavg: 3.56 4.04 4.18 4/282 15638
/proc/meminfo: memFree=93932840/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3557.85 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 227628 0 0 0 354396 1389 0 0 20 0 20 0 30945487 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 1903402 5521 1 0 1993880 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3446.36 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 116488 0 0 0 343533 1103 0 0 20 0 20 0 30945489 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0.01 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 3145 0 0 0 0 1 0 0 20 0 20 0 30945494 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=7613608 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3557.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7613608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.6 s]
/proc/loadavg: 2.66 3.74 4.07 2/257 15673
/proc/meminfo: memFree=114841584/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19063512 memory=7613608 CPUtime=3600.04 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 230253 0 0 0 358600 1404 0 0 20 0 20 0 30945487 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4765878 1903402 5521 1 0 1993880 0
[pid=15321/tid=15323] ppid=15318 vsize=19063512 memory=3832621785464192438 CPUtime=3487.83 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) R 15318 15321 13812 0 -1 4194368 118220 0 0 0 347669 1114 0 0 20 0 20 0 30945489 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19063512 memory=2884 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30945493 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19063512 memory=21648 CPUtime=0.01 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 3239 0 0 0 0 1 0 0 20 0 20 0 30945494 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15340] ppid=15318 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/15321/task/15340/stat : 15340 (Timer-0) S 15318 15321 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30945770 19521036288 1903402 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7613608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.17 s, system=14.0805 s

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

[startup+3564.71 s]
/proc/loadavg: 2.66 3.74 4.07 2/257 15673
/proc/meminfo: memFree=114841584/131382116 swapFree=33010684/33010684
[pid=15321] ppid=15318 vsize=19263204 memory=7614760 CPUtime=3600.22 cores=1,3
/proc/15321/stat : 15321 (java) S 15318 15321 13812 0 -1 4194304 233203 0 0 0 358617 1405 0 0 20 0 15 0 30945487 19725520896 1903690 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
/proc/15321/statm: 4815801 1903690 5553 1 0 1994856 0
[pid=15321/tid=15323] ppid=15318 vsize=19263204 memory=14080 CPUtime=3487.87 cores=1,3
/proc/15321/task/15323/stat : 15323 (java) S 15318 15321 13812 0 -1 4194368 118759 0 0 0 347672 1115 0 0 20 0 15 0 30945489 19725520896 1903690 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15332] ppid=15318 vsize=19263204 memory=4252 CPUtime=0 cores=1,3
/proc/15321/task/15332/stat : 15332 (Finalizer) S 15318 15321 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 30945493 19725520896 1903690 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
[pid=15321/tid=15339] ppid=15318 vsize=19263204 memory=7613608 CPUtime=0.01 cores=1,3
/proc/15321/task/15339/stat : 15339 (Common-Cleaner) S 15318 15321 13812 0 -1 4194368 3239 0 0 0 0 1 0 0 20 0 15 0 30945494 19725520896 1903690 18446744073709551615 94760082788352 94760082792048 140726791786624 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94760082799864 94760082800656 94760115277824 140726791792944 140726791793126 140726791793126 140726791798728 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7614760 KiB

Child status: 143

Real time (s): 3564.74
CPU time (s): 3600.25
CPU user time (s): 3586.17
CPU system time (s): 14.0805
CPU usage (%): 100.996
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7614760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.17
system time used= 14.0805
maximum resident set size= 7614888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233231
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15975480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118491
involuntary context switches= 12410


# summary of solver processes directly reported to runsolver:
#   pid: 15321
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3586.17
#   total CPU system time (s): 14.0805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.7155 second user time and 38.3947 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 01:17:43
IDJOB=4493201
IDBENCH=147854
IDSOLVER=3364
FILE ID=nodeC004/4493201-1751152663
RUNJOBID= nodeC004-1751145467-13824
SLURM_JOB_ID= 9587447
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493201-1751152663/watcher-4493201-1751152663 -o /tmp/evaluation-result-4493201-1751152663/solver-4493201-1751152663 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13824 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493201-1751152663 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493201-1751152663.opb

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

MD5SUM BENCH= 9d0c66225d2e00f86266584536d95f11
RANDOM SEED=284392333

nodeC004 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	: 0xb00001f
cpu MHz		: 3661.178
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 pti 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	: 6983.74
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		: 1497.102
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 pti 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	: 6983.74
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.402
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 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.221
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 pti 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	: 6983.74
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		: 3660.438
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 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.755
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 pti 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	: 6983.74
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		: 1198.493
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 pti 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	: 6983.74
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		: 3700.000
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 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        120445844 kB
MemAvailable:   125766976 kB
Buffers:            3280 kB
Cached:          6127196 kB
SwapCached:            0 kB
Active:          4494172 kB
Inactive:        5894572 kB
Active(anon):    4276340 kB
Inactive(anon):        0 kB
Active(file):     217832 kB
Inactive(file):  5894572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             54556 kB
Writeback:             0 kB
AnonPages:       4260388 kB
Mapped:           122204 kB
Shmem:             17976 kB
KReclaimable:      96712 kB
Slab:             179956 kB
SReclaimable:      96712 kB
SUnreclaim:        83244 kB
KernelStack:        4652 kB
PageTables:        11620 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10905228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150024 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC004 at 2025-06-29 02:17:08