Trace number 4492912

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 2025-06-06? (TO) 3600.21 3590.92

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUM215f0e018374322050c4154ba04558db
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.010022
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4492912-1751149314.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.032s.
0.13/0.16	c declared #vars     1050
0.13/0.16	c #constraints  65
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
0.13/0.16	c 65 constraints processed.
1.55/0.92	c cleaning 2491 clauses out of 5002 with flag 31063/5002
2.82/1.83	c cleaning 4056 clauses out of 8510 with flag 90574/11001
4.65/3.46	c cleaning 5725 clauses out of 11454 with flag 171500/18001
6.45/5.25	c cleaning 6864 clauses out of 13730 with flag 259968/26002
9.00/7.71	c cleaning 7931 clauses out of 15868 with flag 351640/35004
11.97/10.69	c cleaning 8962 clauses out of 17933 with flag 455960/45000
16.43/15.03	c cleaning 9973 clauses out of 19971 with flag 580267/56000
20.88/19.48	c cleaning 10991 clauses out of 21999 with flag 705945/68001
25.93/24.49	c cleaning 11995 clauses out of 24008 with flag 827086/81001
31.86/30.25	c cleaning 12997 clauses out of 26013 with flag 938623/95001
39.51/37.88	c cleaning 13999 clauses out of 28019 with flag 1049100/110004
47.66/45.95	c cleaning 14996 clauses out of 30016 with flag 1172292/126000
57.40/55.59	c cleaning 15992 clauses out of 32020 with flag 1312794/143000
67.24/64.92	c cleaning 17013 clauses out of 34032 with flag 1440050/161004
76.89/74.57	c cleaning 17997 clauses out of 36015 with flag 1560412/180000
87.40/84.98	c cleaning 18998 clauses out of 38018 with flag 1698134/200000
103.60/101.16	c cleaning 20002 clauses out of 40020 with flag 1863125/221000
121.79/119.21	c cleaning 21002 clauses out of 42019 with flag 2048283/243001
145.05/142.43	c cleaning 21999 clauses out of 44016 with flag 2256869/266000
169.79/167.02	c cleaning 23005 clauses out of 46020 with flag 2463647/290003
194.62/191.43	c cleaning 24000 clauses out of 48015 with flag 2678567/315003
220.96/217.81	c cleaning 24997 clauses out of 50012 with flag 2900735/341000
238.80/235.57	c cleaning 26000 clauses out of 52015 with flag 3105429/368000
262.15/258.88	c cleaning 27004 clauses out of 54015 with flag 3318881/396000
289.96/286.47	c cleaning 27995 clauses out of 56012 with flag 3603261/425001
325.02/321.46	c cleaning 29000 clauses out of 58019 with flag 3889093/455003
361.60/357.58	c cleaning 30001 clauses out of 60018 with flag 4189985/486002
407.96/403.48	c cleaning 30993 clauses out of 62015 with flag 4516425/518000
450.92/446.33	c cleaning 32001 clauses out of 64023 with flag 4839864/551001
493.16/488.51	c cleaning 33003 clauses out of 66022 with flag 5190772/585001
548.77/544.15	c cleaning 34003 clauses out of 68019 with flag 5584981/620001
597.42/592.73	c cleaning 35000 clauses out of 70016 with flag 5976908/656001
651.06/646.34	c cleaning 36000 clauses out of 72017 with flag 6362409/693002
716.53/711.60	c cleaning 37005 clauses out of 74018 with flag 6785468/731003
773.53/767.73	c cleaning 37997 clauses out of 76011 with flag 7151960/770001
829.39/823.66	c cleaning 39002 clauses out of 78016 with flag 7472788/810003
886.97/881.18	c cleaning 39999 clauses out of 80011 with flag 7797722/851000
938.10/932.26	c cleaning 40999 clauses out of 82014 with flag 8205613/893002
994.12/988.20	c cleaning 41994 clauses out of 84014 with flag 8659360/936001
1082.77/1076.76	c cleaning 42998 clauses out of 86020 with flag 9101535/980001
1154.31/1148.22	c cleaning 44006 clauses out of 88023 with flag 9553979/1025002
1219.62/1213.47	c cleaning 45000 clauses out of 90016 with flag 10040642/1071001
1294.31/1287.39	c cleaning 46005 clauses out of 92020 with flag 10563470/1118005
1373.97/1366.96	c cleaning 46992 clauses out of 94010 with flag 11117449/1166000
1449.04/1442.09	c cleaning 48005 clauses out of 96021 with flag 11603422/1215003
1522.27/1515.00	c cleaning 49000 clauses out of 98015 with flag 12146139/1265002
1619.77/1612.41	c cleaning 50001 clauses out of 100013 with flag 12660089/1316000
1699.90/1692.51	c cleaning 51002 clauses out of 102014 with flag 13234634/1368002
1781.23/1773.89	c cleaning 52002 clauses out of 104012 with flag 13801879/1421002
1889.37/1881.90	c cleaning 52999 clauses out of 106010 with flag 14346725/1475002
1990.82/1983.47	c cleaning 53995 clauses out of 108009 with flag 14975341/1530000
2087.87/2079.77	c cleaning 55002 clauses out of 110017 with flag 15602941/1586003
2200.29/2192.26	c cleaning 55996 clauses out of 112012 with flag 16229861/1643000
2293.84/2285.73	c cleaning 56999 clauses out of 114019 with flag 16860242/1701003
2424.33/2416.38	c cleaning 57998 clauses out of 116017 with flag 17511678/1760000
2546.29/2538.25	c cleaning 58996 clauses out of 118020 with flag 18204716/1820001
2665.81/2657.62	c cleaning 60006 clauses out of 120024 with flag 18893906/1881001
2791.15/2782.91	c cleaning 61000 clauses out of 122017 with flag 19595481/1943000
2920.44/2912.10	c cleaning 62004 clauses out of 124020 with flag 20276943/2006003
3089.77/3081.65	c cleaning 63002 clauses out of 126015 with flag 20958794/2070002
3243.12/3234.91	c cleaning 64006 clauses out of 128015 with flag 21624969/2135004
3379.48/3371.22	c cleaning 64998 clauses out of 130005 with flag 22270086/2201000
3512.65/3503.49	c cleaning 65998 clauses out of 132007 with flag 22914543/2268000
3600.05/3590.81	c starts		: 400
3600.05/3590.82	c conflicts		: 2318873
3600.05/3590.82	c decisions		: 2860457
3600.05/3590.82	c propagations		: 52739991
3600.05/3590.82	c inspects		: 12407471174
3600.05/3590.82	c shortcuts		: 0
3600.05/3590.82	c learnt literals	: 0
3600.05/3590.82	c learnt binary clauses	: 0
3600.05/3590.82	c learnt ternary clauses	: 0
3600.05/3590.82	c learnt constraints	: 2318873
3600.05/3590.82	c ignored constraints	: 0
3600.05/3590.82	c root simplifications	: 0
3600.05/3590.82	c removed literals (reason simplification)	: 44484413
3600.05/3590.82	c reason swapping (by a shorter reason)	: 0
3600.05/3590.82	c Calls to reduceDB	: 63
3600.05/3590.82	c Number of update (reduction) of LBD	: 1570766
3600.05/3590.82	c Imported unit clauses	: 0
3600.05/3590.82	c No decision after first conflict	: false
3600.05/3590.82	c timeout
3600.05/3590.82	c number of reductions to clauses (during analyze)	: 0
3600.05/3590.82	c number of learned constraints concerned by reduction	: 0
3600.05/3590.82	c number of learning phase by resolution	: 0
3600.05/3590.82	c number of learning phase by cutting planes	: 0
3600.05/3590.83	c number of rounding to 1 operations	: 0
3600.05/3590.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3590.83	c number of reductions of the coefficients by power 2 	: 0
3600.05/3590.83	c number of right shift for reduction by power 2 	: 0
3600.05/3590.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3590.83	c number of ending skipping 	: 0
3600.05/3590.83	c number of internal skipping 	: 0
3600.05/3590.83	c number of derivation steps 	: 0
3600.05/3590.83	c number of skipped derivation steps 	: 0
3600.05/3590.83	c number of remaining unassigned 	: 0
3600.05/3590.83	c number of remaining assigned 	: 0
3600.05/3590.83	c number of falsified literals weakened from reason	: 0
3600.05/3590.83	c number of falsified literals weakened from conflict	: 0
3600.05/3590.83	c time for arithmetic operations	: 0
3600.05/3590.83	c minimum degree of deleted constraints	: null
3600.05/3590.83	c maximum degree of deleted constraints	: null
3600.05/3590.83	c number of deleted constraints	: 0
3600.05/3590.83	c speed (assignments/second)	: 14688.088609794733
3600.05/3590.83	c non guided choices	: 968
3600.05/3590.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 116882
3600.05/3590.88	s UNKNOWN
3600.05/3590.88	c Total wall clock time (in seconds): 3590.759

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492912-1751149314/watcher-4492912-1751149314 -o /tmp/evaluation-result-4492912-1751149314/solver-4492912-1751149314 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14501 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492912-1751149314.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=15551, runsolver pid=15548
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.14 4.12 4.09 5/337 15569
/proc/meminfo: memFree=129578748/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=18930384 memory=57772 CPUtime=0.13 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 6587 0 0 0 11 2 0 0 20 0 18 0 30611271 19384713216 14443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4732596 14443 5335 1 0 547638 0
[pid=15551/tid=15553] ppid=15548 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 5096 0 0 0 7 1 0 0 20 0 18 0 30611273 19384713216 14443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30611275 19384713216 14443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30611275 19384713216 14443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.14 4.12 4.09 7/338 15570
/proc/meminfo: memFree=129504012/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=18996948 memory=62816 CPUtime=0.32 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 7529 0 0 0 30 2 0 0 20 0 19 0 30611271 19452874752 15704 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4749237 15704 5431 1 0 548407 0
[pid=15551/tid=15553] ppid=15548 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 5301 0 0 0 16 1 0 0 20 0 19 0 30611273 19452874752 15704 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=18996948 memory=18954 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 15704 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=18996948 memory=60684515935208 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 15704 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30611288 19452874752 15704 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62816 KiB

[startup+0.305704 s]*
/proc/loadavg: 4.14 4.12 4.09 6/338 15570
/proc/meminfo: memFree=129498972/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=18996948 memory=66408 CPUtime=0.51 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 9099 0 0 0 49 2 0 0 20 0 19 0 30611271 19452874752 16602 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4749237 16602 5431 1 0 549255 0
[pid=15551/tid=15553] ppid=15548 vsize=18996948 memory=-6000919472723289966 CPUtime=0.26 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 5312 0 0 0 25 1 0 0 20 0 19 0 30611273 19452874752 16602 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 16602 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 16602 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30611288 19452874752 16602 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66408 KiB

[startup+0.700233 s]
/proc/loadavg: 4.14 4.12 4.09 6/338 15570
/proc/meminfo: memFree=129413020/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=18996948 memory=77192 CPUtime=1.27 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 10603 0 0 0 124 3 0 0 20 0 19 0 30611271 19452874752 19298 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4749237 19298 5431 1 0 550345 0
[pid=15551/tid=15553] ppid=15548 vsize=18996948 memory=17408 CPUtime=0.64 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 5321 0 0 0 63 1 0 0 20 0 19 0 30611273 19452874752 19298 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 19298 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 19298 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30611288 19452874752 19298 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77192 KiB

[startup+1.50024 s]
/proc/loadavg: 4.14 4.12 4.09 6/338 15570
/proc/meminfo: memFree=129405144/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=18996948 memory=110280 CPUtime=2.42 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 16915 0 0 0 238 4 0 0 20 0 19 0 30611271 19452874752 27570 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4749237 27570 5431 1 0 552400 0
[pid=15551/tid=15553] ppid=15548 vsize=18996948 memory=0 CPUtime=1.44 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 5475 0 0 0 143 1 0 0 20 0 19 0 30611273 19452874752 27570 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 27570 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30611275 19452874752 27570 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30611288 19452874752 27570 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110280 KiB

[startup+3.10563 s]
/proc/loadavg: 4.14 4.12 4.09 5/339 15571
/proc/meminfo: memFree=129273116/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=217772 CPUtime=4.36 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 19179 0 0 0 429 7 0 0 20 0 20 0 30611271 19521036288 54443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 54443 5495 1 0 552691 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=10880 CPUtime=3 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 5990 0 0 0 298 2 0 0 20 0 20 0 30611273 19521036288 54443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 54443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 54443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 54443 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 4.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217772 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.12 4.09 6/339 15571
/proc/meminfo: memFree=129150072/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=286276 CPUtime=7.61 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 19317 0 0 0 753 8 0 0 20 0 20 0 30611271 19521036288 71569 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 71569 5495 1 0 552691 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=0 CPUtime=6.12 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 6018 0 0 0 610 2 0 0 20 0 20 0 30611273 19521036288 71569 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 71569 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 71569 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=116424 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 71569 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 286276 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.09 5/339 15572
/proc/meminfo: memFree=128879800/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=440216 CPUtime=14.12 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 20783 0 0 0 1401 11 0 0 20 0 20 0 30611271 19521036288 110054 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 110054 5495 1 0 552691 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=116424 CPUtime=12.37 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 6601 0 0 0 1235 2 0 0 20 0 20 0 30611273 19521036288 110054 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=360180 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 110054 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 110054 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 110054 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 14.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440216 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.13 4.09 5/339 15572
/proc/meminfo: memFree=128354936/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=661668 CPUtime=27.09 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 23404 0 0 0 2692 17 0 0 20 0 20 0 30611271 19521036288 165417 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 165417 5495 1 0 552691 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=360180 CPUtime=24.93 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 7665 0 0 0 2491 2 0 0 20 0 20 0 30611273 19521036288 165417 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 165417 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=589884 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 165417 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 165417 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 27.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 661668 KiB

[startup+51.1057 s]
/proc/loadavg: 4.11 4.12 4.09 5/339 15572
/proc/meminfo: memFree=127424464/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=962796 CPUtime=52.94 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 26050 0 0 0 5268 26 0 0 20 0 20 0 30611271 19521036288 240699 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 240699 5495 1 0 552691 0

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

/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1115115 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1296 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1115115 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1115115 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3230.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4460460 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/338 15740
/proc/meminfo: memFree=107726352/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=4546496 CPUtime=3290.57 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 141338 0 0 0 328864 193 0 0 20 0 20 0 30611271 19521036288 1136624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 1136624 5527 1 0 1316543 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=4546496 CPUtime=3262.88 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 68908 0 0 0 326252 36 0 0 20 0 20 0 30611273 19521036288 1136624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=4546496 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1136624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=-4050210904893736079 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1356 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1136624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1136624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3290.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4546496 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/339 15743
/proc/meminfo: memFree=107271760/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=4802496 CPUtime=3350.65 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 143325 0 0 0 334864 201 0 0 20 0 20 0 30611271 19521036288 1200624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 1200624 5527 1 0 1316543 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=3322.5 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 70698 0 0 0 332214 36 0 0 20 0 20 0 30611273 19521036288 1200624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=4802496 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1200624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1356 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1200624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=4802496 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1200624 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3350.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4802496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/339 15747
/proc/meminfo: memFree=106791068/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=4986232 CPUtime=3411.54 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 149807 0 0 0 340947 207 0 0 20 0 20 0 30611271 19521036288 1246558 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 1246558 5527 1 0 1807863 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=3382.25 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 73959 0 0 0 338187 38 0 0 20 0 20 0 30611273 19521036288 1246558 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=4802496 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1246558 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1246558 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1246558 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3411.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4986232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.17 4.11 5/339 15749
/proc/meminfo: memFree=106209308/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=5203408 CPUtime=3471.41 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 151182 0 0 0 346929 212 0 0 20 0 20 0 30611271 19521036288 1300852 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 1300852 5527 1 0 1807863 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=3442.1 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 75188 0 0 0 344168 42 0 0 20 0 20 0 30611273 19521036288 1300852 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=4802496 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1300852 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=5117392 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1468 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1300852 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1300852 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3471.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5203408 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.21 4.12 5/340 15752
/proc/meminfo: memFree=105667784/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=5354960 CPUtime=3531.51 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 154459 0 0 0 352934 217 0 0 20 0 20 0 30611271 19521036288 1338740 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 1338740 5527 1 0 1807863 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=5354960 CPUtime=3501.68 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 77399 0 0 0 350126 42 0 0 20 0 20 0 30611273 19521036288 1338740 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1338740 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1469 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1338740 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=5354960 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1338740 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3531.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5354960 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.21 4.13 5/340 15888
/proc/meminfo: memFree=121644684/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=5631440 CPUtime=3591.58 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 158114 0 0 0 358932 226 0 0 20 0 20 0 30611271 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 1407860 5527 1 0 1807863 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=5631440 CPUtime=3561.27 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 79413 0 0 0 356083 44 0 0 20 0 20 0 30611273 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=5631440 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=5631440 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1521 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3591.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5631440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.8 s]
/proc/loadavg: 4.33 4.22 4.13 5/340 15888
/proc/meminfo: memFree=121356256/131250000 swapFree=33010684/33010684
[pid=15551] ppid=15548 vsize=19063512 memory=5631440 CPUtime=3600.05 cores=4,6
/proc/15551/stat : 15551 (java) S 15548 15551 14490 0 -1 4194304 158877 0 0 0 359779 226 0 0 20 0 20 0 30611271 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
/proc/15551/statm: 4765878 1407860 5527 1 0 1807863 0
[pid=15551/tid=15553] ppid=15548 vsize=19063512 memory=4252 CPUtime=3569.75 cores=4,6
/proc/15551/task/15553/stat : 15553 (java) R 15548 15551 14490 0 -1 4194368 80133 0 0 0 356931 44 0 0 20 0 20 0 30611273 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15562] ppid=15548 vsize=19063512 memory=-6000919472723289966 CPUtime=0 cores=4,6
/proc/15551/task/15562/stat : 15562 (Finalizer) S 15548 15551 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15569] ppid=15548 vsize=19063512 memory=5631440 CPUtime=0 cores=4,6
/proc/15551/task/15569/stat : 15569 (Common-Cleaner) S 15548 15551 14490 0 -1 4194368 1521 0 0 0 0 0 0 0 20 0 20 0 30611275 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
[pid=15551/tid=15570] ppid=15548 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15551/task/15570/stat : 15570 (Timer-0) S 15548 15551 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30611288 19521036288 1407860 18446744073709551615 94000523325440 94000523329136 140722018878192 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94000523336952 94000523337744 94000551428096 140722018879873 140722018879974 140722018879974 140722018885576 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5631440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.92 s, system=2.28965 s

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

[startup+3590.9 s]*
/proc/loadavg: 4.33 4.22 4.13 5/322 15891
/proc/meminfo: memFree=122953696/131250000 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): 3590.92
CPU time (s): 3600.21
CPU user time (s): 3597.92
CPU system time (s): 2.28965
CPU usage (%): 100.259
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5631440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.92
system time used= 2.28965
maximum resident set size= 5632336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108390
involuntary context switches= 4490


# summary of solver processes directly reported to runsolver:
#   pid: 15551
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.92
#   total CPU system time (s): 2.28965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87381 second user time and 18.6018 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 00:21:54
IDJOB=4492912
IDBENCH=147832
IDSOLVER=3363
FILE ID=nodeC027/4492912-1751149314
RUNJOBID= nodeC027-1751145706-14501
SLURM_JOB_ID= 9587449
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492912-1751149314/watcher-4492912-1751149314 -o /tmp/evaluation-result-4492912-1751149314/solver-4492912-1751149314 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14501 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492912-1751149314.opb

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

MD5SUM BENCH= 215f0e018374322050c4154ba04558db
RANDOM SEED=2081635126

nodeC027 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		: 3599.658
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	: 6999.29
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		: 3599.615
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	: 6999.29
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		: 3599.146
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	: 6999.29
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		: 3700.000
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	: 6999.29
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		: 3599.636
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	: 6999.29
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		: 3599.652
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	: 6999.29
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		: 3598.029
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	: 6999.29
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.892
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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129610376 kB
MemAvailable:   129220516 kB
Buffers:            3280 kB
Cached:           384824 kB
SwapCached:            0 kB
Active:           929172 kB
Inactive:         143952 kB
Active(anon):     703092 kB
Inactive(anon):        0 kB
Active(file):     226080 kB
Inactive(file):   143952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1912 kB
Writeback:             0 kB
AnonPages:        688124 kB
Mapped:           122532 kB
Shmem:             18068 kB
KReclaimable:      85204 kB
Slab:             167844 kB
SReclaimable:      85204 kB
SUnreclaim:        82640 kB
KernelStack:        5184 kB
PageTables:         5100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7039652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC027 at 2025-06-29 01:21:45