Trace number 4544187

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.22 3365.36

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
MD5SUM9d0f67967ac2bc71f5ce17bb15e814c1
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.268683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9003
Total number of constraints6754
Number of constraints which are clauses6002
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6002
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 6002
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18006
Number of bits of the biggest sum of numbers15
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4544187-1753232633.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.33/0.25	c ... done. Wall clock time 0.127s.
0.33/0.25	c declared #vars     9003
0.33/0.25	c #constraints  7505
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6004
0.33/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1500
0.33/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.33/0.25	c 7505 constraints processed.
5.76/4.69	c cleaning 2499 clauses out of 5000 with flag 10591/5000
11.77/10.29	c cleaning 4251 clauses out of 8501 with flag 22770/11000
18.99/16.97	c cleaning 5625 clauses out of 11250 with flag 36990/18000
27.16/24.71	c cleaning 6809 clauses out of 13625 with flag 53316/26000
37.13/34.26	c cleaning 7910 clauses out of 15819 with flag 71771/35003
50.63/45.80	c cleaning 8954 clauses out of 17907 with flag 92321/45001
63.58/58.13	c cleaning 9975 clauses out of 19952 with flag 114629/56000
78.87/70.73	c cleaning 10987 clauses out of 21978 with flag 139161/68001
95.05/86.14	c cleaning 11994 clauses out of 23990 with flag 165670/81000
112.01/102.21	c cleaning 12997 clauses out of 25996 with flag 194167/95000
134.56/121.75	c cleaning 13997 clauses out of 28001 with flag 224842/110002
156.82/143.05	c cleaning 14997 clauses out of 30003 with flag 257469/126001
179.50/164.76	c cleaning 15998 clauses out of 32006 with flag 292042/143001
203.61/188.05	c cleaning 17000 clauses out of 34007 with flag 328706/161000
231.60/212.98	c cleaning 18004 clauses out of 36008 with flag 367613/180001
258.43/238.66	c cleaning 19001 clauses out of 38004 with flag 408588/200001
285.36/264.48	c cleaning 20002 clauses out of 40003 with flag 451553/221001
313.76/291.84	c cleaning 20998 clauses out of 42000 with flag 497082/243000
351.64/324.41	c cleaning 21996 clauses out of 44002 with flag 544718/266000
383.00/354.22	c cleaning 22999 clauses out of 46006 with flag 593669/290000
415.03/385.05	c cleaning 24000 clauses out of 48007 with flag 644471/315000
449.09/417.95	c cleaning 24996 clauses out of 50008 with flag 697144/341001
488.10/455.37	c cleaning 26002 clauses out of 52011 with flag 751955/368000
533.01/494.04	c cleaning 27001 clauses out of 54009 with flag 808935/396000
573.57/532.76	c cleaning 27999 clauses out of 56008 with flag 868143/425000
617.87/575.53	c cleaning 29003 clauses out of 58010 with flag 929417/455001
666.93/623.15	c cleaning 29997 clauses out of 60007 with flag 994775/486001
718.46/673.00	c cleaning 31005 clauses out of 62010 with flag 1061358/518001
780.61/727.52	c cleaning 31994 clauses out of 64004 with flag 1128878/551000
843.78/788.77	c cleaning 33000 clauses out of 66010 with flag 1198422/585000
903.66/847.05	c cleaning 34006 clauses out of 68015 with flag 1270346/620005
977.30/918.76	c cleaning 35002 clauses out of 70004 with flag 1344270/656000
1049.92/982.42	c cleaning 35994 clauses out of 72002 with flag 1421564/693000
1109.72/1040.75	c cleaning 36999 clauses out of 74008 with flag 1498967/731000
1176.59/1105.40	c cleaning 37998 clauses out of 76009 with flag 1578297/770000
1242.55/1169.54	c cleaning 39002 clauses out of 78014 with flag 1659957/810003
1313.75/1233.04	c cleaning 40002 clauses out of 80010 with flag 1743447/851001
1386.69/1303.44	c cleaning 41004 clauses out of 82007 with flag 1829002/893000
1453.43/1367.76	c cleaning 42001 clauses out of 84004 with flag 1916356/936001
1539.52/1444.04	c cleaning 42996 clauses out of 86002 with flag 2006298/980000
1628.61/1530.75	c cleaning 43998 clauses out of 88006 with flag 2097777/1025000
1722.71/1622.63	c cleaning 45000 clauses out of 90008 with flag 2191525/1071000
1831.26/1721.47	c cleaning 45999 clauses out of 92008 with flag 2287579/1118000
1912.96/1800.76	c cleaning 47003 clauses out of 94009 with flag 2385708/1166000
2007.00/1883.71	c cleaning 47998 clauses out of 96006 with flag 2485784/1215000
2110.18/1982.02	c cleaning 49005 clauses out of 98010 with flag 2587534/1265002
2218.25/2078.69	c cleaning 50000 clauses out of 100005 with flag 2691541/1316002
2321.23/2176.69	c cleaning 50995 clauses out of 102003 with flag 2797749/1368000
2440.89/2282.32	c cleaning 51998 clauses out of 104008 with flag 2906442/1421000
2547.84/2386.67	c cleaning 52994 clauses out of 106010 with flag 3016607/1475000
2663.93/2489.40	c cleaning 54001 clauses out of 108016 with flag 3128915/1530000
2769.67/2592.55	c cleaning 55003 clauses out of 110015 with flag 3243147/1586000
2900.09/2710.42	c cleaning 56007 clauses out of 112013 with flag 3359495/1643001
3011.34/2819.04	c cleaning 56998 clauses out of 114008 with flag 3477316/1701003
3151.46/2948.59	c cleaning 57993 clauses out of 116007 with flag 3597447/1760000
3291.74/3085.47	c cleaning 59003 clauses out of 118014 with flag 3719991/1820000
3433.14/3215.92	c cleaning 59999 clauses out of 120011 with flag 3845212/1881000
3573.74/3339.39	c cleaning 60998 clauses out of 122012 with flag 3971030/1943000
3600.02/3365.22	c starts		: 11
3600.02/3365.22	c conflicts		: 1958328
3600.02/3365.23	c decisions		: 3415647
3600.02/3365.23	c propagations		: 3479404729
3600.02/3365.23	c inspects		: 4643796746
3600.02/3365.23	c shortcuts		: 0
3600.02/3365.23	c learnt literals	: 0
3600.02/3365.23	c learnt binary clauses	: 0
3600.02/3365.23	c learnt ternary clauses	: 0
3600.02/3365.23	c learnt constraints	: 1958328
3600.02/3365.23	c ignored constraints	: 0
3600.02/3365.23	c root simplifications	: 0
3600.02/3365.23	c removed literals (reason simplification)	: 19802725
3600.02/3365.23	c reason swapping (by a shorter reason)	: 0
3600.02/3365.23	c Calls to reduceDB	: 58
3600.02/3365.23	c Number of update (reduction) of LBD	: 53728
3600.02/3365.23	c Imported unit clauses	: 0
3600.02/3365.23	c No decision after first conflict	: false
3600.02/3365.23	c number of reductions to clauses (during analyze)	: 0
3600.02/3365.23	c number of learned constraints concerned by reduction	: 0
3600.02/3365.23	c number of learning phase by resolution	: 0
3600.02/3365.23	c number of learning phase by cutting planes	: 0
3600.02/3365.23	c number of rounding to 1 operations	: 0
3600.02/3365.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3365.23	c number of reductions of the coefficients by power 2 	: 0
3600.02/3365.23	c number of right shift for reduction by power 2 	: 0
3600.02/3365.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3365.23	c number of ending skipping 	: 0
3600.02/3365.23	c number of internal skipping 	: 0
3600.02/3365.23	c number of derivation steps 	: 0
3600.02/3365.23	c number of skipped derivation steps 	: 0
3600.02/3365.23	c number of remaining unassigned 	: 0
3600.02/3365.23	c number of remaining assigned 	: 0
3600.02/3365.23	c number of falsified literals weakened from reason	: 0
3600.02/3365.23	c number of falsified literals weakened from conflict	: 0
3600.02/3365.23	c time for arithmetic operations	: 0
3600.02/3365.23	c timeout
3600.02/3365.23	c minimum degree of deleted constraints	: null
3600.02/3365.23	c maximum degree of deleted constraints	: null
3600.02/3365.23	c number of deleted constraints	: 0
3600.02/3365.23	c speed (assignments/second)	: 1034004.88650895
3600.02/3365.23	c non guided choices	: 2691
3600.02/3365.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 76342
3600.02/3365.28	s UNKNOWN
3600.02/3365.29	c Total wall clock time (in seconds): 3365.164

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544187-1753232633/watcher-4544187-1753232633 -o /tmp/evaluation-result-4544187-1753232633/solver-4544187-1753232633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166545 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544187-1753232633.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=166790, runsolver pid=166787

[startup+0.10006 s]*
/proc/loadavg: 1.44 2.74 3.55 6/340 166808
/proc/meminfo: memFree=128506172/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=18930384 memory=57900 CPUtime=0.13 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 6619 0 0 0 11 2 0 0 20 0 18 0 238941099 19384713216 14475 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4732596 14475 5353 1 0 547678 0
[pid=166790/tid=166792] ppid=166787 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 5114 0 0 0 7 1 0 0 20 0 18 0 238941100 19384713216 14475 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238941102 19384713216 14475 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=18930384 memory=60684515963265 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238941102 19384713216 14475 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57900 KiB

[startup+0.207824 s]*
/proc/loadavg: 1.44 2.74 3.55 7/342 166810
/proc/meminfo: memFree=128387640/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=18996948 memory=150444 CPUtime=0.33 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 7136 0 0 0 29 4 0 0 20 0 19 0 238941099 19452874752 37611 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4749237 37611 5481 1 0 548194 0
[pid=166790/tid=166792] ppid=166787 vsize=18996948 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 5313 0 0 0 14 3 0 0 20 0 19 0 238941100 19452874752 37611 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=18996948 memory=16198 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238941102 19452874752 37611 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238941102 19452874752 37611 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150444 KiB

[startup+0.305754 s]*
/proc/loadavg: 1.44 2.74 3.55 6/343 166811
/proc/meminfo: memFree=128382852/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=155908 CPUtime=0.51 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 8941 0 0 0 47 4 0 0 20 0 20 0 238941099 19521036288 38977 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 38977 5481 1 0 549725 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=-8670945949060473532 CPUtime=0.26 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 5375 0 0 0 23 3 0 0 20 0 20 0 238941100 19521036288 38977 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 38977 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 38977 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 38977 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 155908 KiB

[startup+0.700227 s]
/proc/loadavg: 1.44 2.74 3.55 7/343 166811
/proc/meminfo: memFree=128378756/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=164872 CPUtime=1.28 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 12383 0 0 0 123 5 0 0 20 0 20 0 238941099 19521036288 41218 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 41218 5481 1 0 552032 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=27520 CPUtime=0.61 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 5381 0 0 0 58 3 0 0 20 0 20 0 238941100 19521036288 41218 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 41218 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 41218 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 41218 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164872 KiB

[startup+1.50023 s]
/proc/loadavg: 1.44 2.74 3.55 5/343 166811
/proc/meminfo: memFree=128333860/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=212460 CPUtime=2.37 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 13179 0 0 0 231 6 0 0 20 0 20 0 238941099 19521036288 53115 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 53115 5481 1 0 552034 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=0 CPUtime=1.36 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 5481 0 0 0 133 3 0 0 20 0 20 0 238941100 19521036288 53115 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 53115 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 53115 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 53115 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 212460 KiB

[startup+3.10577 s]
/proc/loadavg: 1.73 2.78 3.56 6/343 166811
/proc/meminfo: memFree=128176528/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=386624 CPUtime=4.14 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 15157 0 0 0 404 10 0 0 20 0 20 0 238941099 19521036288 96656 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 96656 5481 1 0 552035 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=10752 CPUtime=2.81 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 5816 0 0 0 278 3 0 0 20 0 20 0 238941100 19521036288 96656 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=-8670945949060473532 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 96656 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 96656 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 96656 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 386624 KiB

[startup+6.30021 s]
/proc/loadavg: 1.73 2.78 3.56 5/343 166811
/proc/meminfo: memFree=127722700/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=762936 CPUtime=7.61 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 18893 0 0 0 743 18 0 0 20 0 20 0 238941099 19521036288 190734 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 190734 5481 1 0 852849 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=0 CPUtime=5.79 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 6876 0 0 0 574 5 0 0 20 0 20 0 238941100 19521036288 190734 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 190734 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 190734 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 190734 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 762936 KiB

[startup+12.7002 s]
/proc/loadavg: 2.16 2.84 3.57 5/343 166811
/proc/meminfo: memFree=127153332/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=1254084 CPUtime=14.44 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 20684 0 0 0 1417 27 0 0 20 0 20 0 238941099 19521036288 313521 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 313521 5481 1 0 1176620 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=0 CPUtime=11.83 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 7194 0 0 0 1176 7 0 0 20 0 20 0 238941100 19521036288 313521 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 313521 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 313521 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=-8670945949060473532 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 313521 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 14.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1254084 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 2.89 3.58 6/343 166811
/proc/meminfo: memFree=125514400/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=2535436 CPUtime=28.09 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 26802 0 0 0 2755 54 0 0 20 0 20 0 238941099 19521036288 633859 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 633859 5481 1 0 1310319 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=14824 CPUtime=23.79 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 8525 0 0 0 2364 15 0 0 20 0 20 0 238941100 19521036288 633859 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=1784580 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 633859 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=2322316 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 633859 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=2336652 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 633859 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 28.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535436 KiB

[startup+51.1056 s]
/proc/loadavg: 3.11 3.00 3.60 5/342 166811
/proc/meminfo: memFree=123584744/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=3915616 CPUtime=56.13 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 44071 0 0 0 5529 84 0 0 20 0 20 0 238941099 19521036288 978904 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 978904 5481 1 0 1424536 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=14824 CPUtime=48.04 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 11035 0 0 0 4783 21 0 0 20 0 20 0 238941100 19521036288 978904 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0

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

/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2233 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3186.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689504 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.17 4.17 5/341 166958
/proc/meminfo: memFree=95079492/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=15689504 CPUtime=3247.4 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 419692 0 0 0 324286 454 0 0 20 0 20 0 238941099 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 3922376 5481 1 0 4084756 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=1920 CPUtime=2936.82 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 221018 0 0 0 293575 107 0 0 20 0 20 0 238941100 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=27648 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2269 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3247.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689504 KiB

[startup+3102.3 s]
/proc/loadavg: 4.28 4.20 4.18 5/341 166960
/proc/meminfo: memFree=94763272/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=15689504 CPUtime=3317.01 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 427416 0 0 0 331242 459 0 0 20 0 20 0 238941099 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 3922376 5481 1 0 4084756 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=15689504 CPUtime=2994.98 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 225849 0 0 0 299390 108 0 0 20 0 20 0 238941100 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=12112 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2273 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3317.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689504 KiB

[startup+3162.3 s]
/proc/loadavg: 4.28 4.21 4.19 5/342 166963
/proc/meminfo: memFree=94476284/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=15689504 CPUtime=3378.51 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 431673 0 0 0 337390 461 0 0 20 0 20 0 238941099 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 3922376 5481 1 0 4084756 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=15689504 CPUtime=3053.13 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 229034 0 0 0 305205 108 0 0 20 0 20 0 238941100 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2273 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3378.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689504 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.22 4.19 5/341 166965
/proc/meminfo: memFree=93660580/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=15689504 CPUtime=3439.72 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 439132 0 0 0 343508 464 0 0 20 0 20 0 238941099 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 3922376 5481 1 0 4084756 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=15689504 CPUtime=3111.62 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 234380 0 0 0 311052 110 0 0 20 0 20 0 238941100 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=15689504 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2303 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3439.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689504 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.21 4.18 5/340 166967
/proc/meminfo: memFree=93304200/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=15689504 CPUtime=3501.74 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 445102 0 0 0 349708 466 0 0 20 0 20 0 238941099 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 3922376 5481 1 0 4084756 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=-8670945949060473532 CPUtime=3169.31 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 238126 0 0 0 316819 112 0 0 20 0 20 0 238941100 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=-8670945949060473532 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2369 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922376 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3501.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689504 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.23 4.19 5/340 166969
/proc/meminfo: memFree=93115708/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=15689632 CPUtime=3576.73 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 455984 0 0 0 357200 473 0 0 20 0 20 0 238941099 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 3922408 5481 1 0 4084809 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=2764 CPUtime=3227.45 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 245155 0 0 0 322633 112 0 0 20 0 20 0 238941100 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=15689632 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=21996 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2383 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3576.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3365.2 s]
/proc/loadavg: 4.29 4.23 4.19 5/340 166970
/proc/meminfo: memFree=93115748/131249996 swapFree=33010416/33010684
[pid=166790] ppid=166787 vsize=19063512 memory=15689632 CPUtime=3600.02 cores=0,2
/proc/166790/stat : 166790 (java) S 166787 166790 166535 0 -1 4194304 457882 0 0 0 359528 474 0 0 20 0 20 0 238941099 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
/proc/166790/statm: 4765878 3922408 5481 1 0 4084809 0
[pid=166790/tid=166792] ppid=166787 vsize=19063512 memory=4051046371686779716 CPUtime=3249.84 cores=0,2
/proc/166790/task/166792/stat : 166792 (java) R 166787 166790 166535 0 -1 4194368 246041 0 0 0 324872 112 0 0 20 0 20 0 238941100 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166801] ppid=166787 vsize=19063512 memory=10112 CPUtime=0 cores=0,2
/proc/166790/task/166801/stat : 166801 (Finalizer) S 166787 166790 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166808] ppid=166787 vsize=19063512 memory=5744 CPUtime=0 cores=0,2
/proc/166790/task/166808/stat : 166808 (Common-Cleaner) S 166787 166790 166535 0 -1 4194368 2383 0 0 0 0 0 0 0 20 0 20 0 238941102 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
[pid=166790/tid=166811] ppid=166787 vsize=19063512 memory=9088 CPUtime=0 cores=0,2
/proc/166790/task/166811/stat : 166811 (Timer-0) S 166787 166790 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238941125 19521036288 3922408 18446744073709551615 94689689235456 94689689239152 140737252253728 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94689689246968 94689689247760 94689720426496 140737252256127 140737252256228 140737252256228 140737252261832 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15689632 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.42 s, system=4.79272 s

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

[startup+3365.3 s]*
/proc/loadavg: 4.29 4.23 4.19 5/322 166973
/proc/meminfo: memFree=93118160/131249996 swapFree=33010416/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): 3365.36
CPU time (s): 3600.22
CPU user time (s): 3595.42
CPU system time (s): 4.79272
CPU usage (%): 106.978
Max. virtual memory (cumulated for all children) (KiB): 19065364
Max. memory (cumulated for all children) (KiB): 15689632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.42
system time used= 4.79272
maximum resident set size= 15690656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111056
involuntary context switches= 16223


# summary of solver processes directly reported to runsolver:
#   pid: 166790
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.42
#   total CPU system time (s): 4.79272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06879 second user time and 16.0333 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 03:03:53
IDJOB=4544187
IDBENCH=174960
IDSOLVER=3363
FILE ID=nodeC017/4544187-1753232633
RUNJOBID= nodeC017-1753232630-166545
SLURM_JOB_ID= 9687845
Free space on /tmp= 433040 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544187-1753232633/watcher-4544187-1753232633 -o /tmp/evaluation-result-4544187-1753232633/solver-4544187-1753232633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166545 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544187-1753232633.opb

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

MD5SUM BENCH= 9d0f67967ac2bc71f5ce17bb15e814c1
RANDOM SEED=419748241

nodeC017 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		: 3598.586
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.776
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.061
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.026
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.046
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.073
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.077
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128537960 kB
MemAvailable:   128965480 kB
Buffers:            1688 kB
Cached:          1194564 kB
SwapCached:           32 kB
Active:          1813672 kB
Inactive:         220836 kB
Active(anon):     840388 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   196728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6804 kB
Writeback:             0 kB
AnonPages:        840672 kB
Mapped:           128852 kB
Shmem:             26240 kB
KReclaimable:     193092 kB
Slab:             288716 kB
SReclaimable:     193092 kB
SUnreclaim:        95624 kB
KernelStack:        5248 kB
PageTables:         5412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10395992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    657408 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC017 at 2025-07-23 03:59:59