Trace number 4492840

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.2 3582.72

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-75-70.opb
MD5SUM28d2f0824ed2334c94881d352f1be9a0
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.036844
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
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 76
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-4492840-1751149299.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.059s.
0.13/0.19	c declared #vars     5250
0.13/0.19	c #constraints  145
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
0.13/0.19	c 145 constraints processed.
4.66/4.05	c cleaning 2497 clauses out of 5001 with flag 31491/5001
10.23/9.46	c cleaning 4250 clauses out of 8504 with flag 74217/11001
17.69/16.86	c cleaning 5627 clauses out of 11253 with flag 121282/18000
26.14/25.23	c cleaning 6807 clauses out of 13626 with flag 182730/26000
36.69/35.70	c cleaning 7903 clauses out of 15819 with flag 250618/35000
49.84/48.86	c cleaning 8955 clauses out of 17917 with flag 329124/45001
66.22/65.00	c cleaning 9974 clauses out of 19961 with flag 414846/56000
84.44/83.27	c cleaning 10993 clauses out of 21987 with flag 513466/68000
99.67/98.32	c cleaning 11974 clauses out of 23995 with flag 615647/81001
108.36/106.80	c cleaning 12989 clauses out of 26020 with flag 715851/95000
122.96/121.37	c cleaning 14000 clauses out of 28031 with flag 840867/110000
143.48/141.42	c cleaning 14995 clauses out of 30031 with flag 975502/126000
163.09/160.91	c cleaning 15999 clauses out of 32038 with flag 1124583/143002
186.64/184.48	c cleaning 16996 clauses out of 34038 with flag 1294781/161001
215.64/213.30	c cleaning 18000 clauses out of 36043 with flag 1477010/180002
248.97/245.93	c cleaning 19005 clauses out of 38041 with flag 1668653/200000
277.67/274.64	c cleaning 19998 clauses out of 40038 with flag 1869096/221002
298.07/294.95	c cleaning 20996 clauses out of 42046 with flag 2053399/243008
316.76/313.54	c cleaning 21985 clauses out of 44045 with flag 2210734/266003
338.32/334.94	c cleaning 22994 clauses out of 46057 with flag 2353498/290000
371.72/367.95	c cleaning 23992 clauses out of 48064 with flag 2531766/315001
415.07/410.21	c cleaning 24996 clauses out of 50071 with flag 2717627/341000
440.54/435.55	c cleaning 26005 clauses out of 52077 with flag 2912807/368002
470.43/465.24	c cleaning 27028 clauses out of 54070 with flag 3129120/396000
494.78/489.17	c cleaning 28008 clauses out of 56042 with flag 3392156/425000
527.56/521.67	c cleaning 29001 clauses out of 58034 with flag 3673709/455000
568.59/561.47	c cleaning 30008 clauses out of 60033 with flag 3980148/486000
605.12/597.74	c cleaning 30995 clauses out of 62025 with flag 4300750/518000
646.16/638.58	c cleaning 32007 clauses out of 64033 with flag 4674224/551003
687.83/679.91	c cleaning 33002 clauses out of 66025 with flag 4990477/585002
729.14/720.87	c cleaning 34000 clauses out of 68021 with flag 5321519/620000
777.29/768.63	c cleaning 34999 clauses out of 70022 with flag 5677303/656001
826.80/817.23	c cleaning 35992 clauses out of 72022 with flag 6016000/693000
879.67/869.88	c cleaning 37002 clauses out of 74032 with flag 6375061/731002
929.65/919.48	c cleaning 38005 clauses out of 76032 with flag 6799367/770004
975.01/964.76	c cleaning 38987 clauses out of 78023 with flag 7074762/810000
1052.76/1042.32	c cleaning 39989 clauses out of 80036 with flag 7374368/851000
1132.53/1121.94	c cleaning 41005 clauses out of 82049 with flag 7684537/893002
1200.83/1190.03	c cleaning 42002 clauses out of 84042 with flag 8003092/936000
1271.28/1260.30	c cleaning 43002 clauses out of 86042 with flag 8367700/980002
1342.19/1331.01	c cleaning 43995 clauses out of 88038 with flag 8740984/1025000
1437.04/1424.74	c cleaning 44996 clauses out of 90044 with flag 9150827/1071001
1527.28/1514.83	c cleaning 46004 clauses out of 92048 with flag 9567114/1118001
1610.53/1597.90	c cleaning 46994 clauses out of 94043 with flag 10006093/1166000
1703.64/1690.98	c cleaning 48005 clauses out of 96049 with flag 10462394/1215000
1811.47/1798.42	c cleaning 48996 clauses out of 98050 with flag 10941443/1265006
1922.76/1909.60	c cleaning 50003 clauses out of 100048 with flag 11454686/1316000
2050.03/2036.80	c cleaning 50999 clauses out of 102045 with flag 11989727/1368000
2180.37/2166.99	c cleaning 52004 clauses out of 104050 with flag 12521273/1421004
2316.25/2302.70	c cleaning 52996 clauses out of 106042 with flag 13080633/1475000
2428.16/2413.28	c cleaning 53999 clauses out of 108046 with flag 13630778/1530000
2506.15/2490.91	c cleaning 55011 clauses out of 110054 with flag 14109788/1586007
2609.18/2593.61	c cleaning 56008 clauses out of 112044 with flag 14538945/1643008
2733.49/2717.64	c cleaning 56998 clauses out of 114028 with flag 15012901/1701000
2862.10/2845.93	c cleaning 57999 clauses out of 116031 with flag 15514769/1760001
2989.67/2973.52	c cleaning 59008 clauses out of 118038 with flag 16039777/1820007
3126.84/3110.57	c cleaning 60000 clauses out of 120028 with flag 16594376/1881005
3287.93/3271.56	c cleaning 61002 clauses out of 122023 with flag 17179873/1943000
3401.01/3384.39	c cleaning 61996 clauses out of 124021 with flag 17692846/2006000
3532.71/3515.45	c cleaning 62996 clauses out of 126026 with flag 18245744/2070001
3600.05/3582.61	c timeout
3600.05/3582.62	c starts		: 435
3600.05/3582.62	c conflicts		: 2111120
3600.05/3582.62	c decisions		: 2995367
3600.05/3582.62	c propagations		: 43949473
3600.05/3582.62	c inspects		: 7971473360
3600.05/3582.62	c shortcuts		: 0
3600.05/3582.62	c learnt literals	: 0
3600.05/3582.62	c learnt binary clauses	: 0
3600.05/3582.62	c learnt ternary clauses	: 0
3600.05/3582.62	c learnt constraints	: 2111120
3600.05/3582.62	c ignored constraints	: 0
3600.05/3582.62	c root simplifications	: 0
3600.05/3582.62	c removed literals (reason simplification)	: 6310470
3600.05/3582.62	c reason swapping (by a shorter reason)	: 0
3600.05/3582.62	c Calls to reduceDB	: 60
3600.05/3582.62	c Number of update (reduction) of LBD	: 1307673
3600.05/3582.63	c Imported unit clauses	: 0
3600.05/3582.63	c No decision after first conflict	: false
3600.05/3582.63	c number of reductions to clauses (during analyze)	: 0
3600.05/3582.63	c number of learned constraints concerned by reduction	: 0
3600.05/3582.63	c number of learning phase by resolution	: 0
3600.05/3582.63	c number of learning phase by cutting planes	: 0
3600.05/3582.63	c number of rounding to 1 operations	: 0
3600.05/3582.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3582.63	c number of reductions of the coefficients by power 2 	: 0
3600.05/3582.63	c number of right shift for reduction by power 2 	: 0
3600.05/3582.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3582.63	c number of ending skipping 	: 0
3600.05/3582.63	c number of internal skipping 	: 0
3600.05/3582.63	c number of derivation steps 	: 0
3600.05/3582.63	c number of skipped derivation steps 	: 0
3600.05/3582.63	c number of remaining unassigned 	: 0
3600.05/3582.63	c number of remaining assigned 	: 0
3600.05/3582.63	c number of falsified literals weakened from reason	: 0
3600.05/3582.63	c number of falsified literals weakened from conflict	: 0
3600.05/3582.63	c time for arithmetic operations	: 0
3600.05/3582.63	c minimum degree of deleted constraints	: null
3600.05/3582.63	c maximum degree of deleted constraints	: null
3600.05/3582.63	c number of deleted constraints	: 0
3600.05/3582.63	c speed (assignments/second)	: 12268.048204098108
3600.05/3582.63	c non guided choices	: 33755
3600.05/3582.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104149
3600.05/3582.68	s UNKNOWN
3600.05/3582.68	c Total wall clock time (in seconds): 3582.551

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492840-1751149299/watcher-4492840-1751149299 -o /tmp/evaluation-result-4492840-1751149299/solver-4492840-1751149299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14500 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492840-1751149299.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15417, runsolver pid=15414

[startup+0.10006 s]*
/proc/loadavg: 4.18 4.13 4.09 5/337 15435
/proc/meminfo: memFree=124950812/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=18930384 memory=57712 CPUtime=0.13 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 6562 0 0 0 11 2 0 0 20 0 18 0 30609815 19384713216 14428 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4732596 14428 5342 1 0 547603 0
[pid=15417/tid=15419] ppid=15414 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 5064 0 0 0 6 1 0 0 20 0 18 0 30609817 19384713216 14428 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30609819 19384713216 14428 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30609819 19384713216 14428 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57712 KiB

[startup+0.20566 s]*
/proc/loadavg: 4.18 4.13 4.09 8/338 15436
/proc/meminfo: memFree=124941612/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=18996948 memory=70300 CPUtime=0.32 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 7094 0 0 0 30 2 0 0 20 0 19 0 30609815 19452874752 17575 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4749237 17575 5406 1 0 548231 0
[pid=15417/tid=15419] ppid=15414 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 5294 0 0 0 16 1 0 0 20 0 19 0 30609817 19452874752 17575 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=18996948 memory=18954 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 17575 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=18996948 memory=60684515935208 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 17575 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) R 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30609836 19452874752 17575 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70300 KiB

[startup+0.305651 s]*
/proc/loadavg: 4.18 4.13 4.09 6/338 15436
/proc/meminfo: memFree=124938840/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=18996948 memory=73112 CPUtime=0.51 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 8776 0 0 0 49 2 0 0 20 0 19 0 30609815 19452874752 18278 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4749237 18278 5406 1 0 548931 0
[pid=15417/tid=15419] ppid=15414 vsize=18996948 memory=-6000919489953556334 CPUtime=0.26 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 5305 0 0 0 25 1 0 0 20 0 19 0 30609817 19452874752 18278 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 18278 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 18278 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30609836 19452874752 18278 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73112 KiB

[startup+0.700206 s]
/proc/loadavg: 4.18 4.13 4.09 6/338 15436
/proc/meminfo: memFree=124929200/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=18996948 memory=84996 CPUtime=1.22 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 10616 0 0 0 120 2 0 0 20 0 19 0 30609815 19452874752 21249 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4749237 21249 5438 1 0 550205 0
[pid=15417/tid=15419] ppid=15414 vsize=18996948 memory=17408 CPUtime=0.64 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 5315 0 0 0 63 1 0 0 20 0 19 0 30609817 19452874752 21249 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 21249 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 21249 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30609836 19452874752 21249 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84996 KiB

[startup+1.50024 s]
/proc/loadavg: 4.18 4.13 4.09 5/338 15436
/proc/meminfo: memFree=124921264/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=18996948 memory=95304 CPUtime=2.06 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 11401 0 0 0 203 3 0 0 20 0 19 0 30609815 19452874752 23826 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4749237 23826 5438 1 0 550205 0
[pid=15417/tid=15419] ppid=15414 vsize=18996948 memory=0 CPUtime=1.43 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 5432 0 0 0 142 1 0 0 20 0 19 0 30609817 19452874752 23826 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 23826 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 23826 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30609836 19452874752 23826 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95304 KiB

[startup+3.10541 s]
/proc/loadavg: 4.18 4.13 4.09 5/338 15436
/proc/meminfo: memFree=124891768/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=18996948 memory=113736 CPUtime=3.67 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 11906 0 0 0 364 3 0 0 20 0 19 0 30609815 19452874752 28434 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4749237 28434 5438 1 0 550206 0
[pid=15417/tid=15419] ppid=15414 vsize=18996948 memory=10880 CPUtime=3.03 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 5660 0 0 0 302 1 0 0 20 0 19 0 30609817 19452874752 28434 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=18996948 memory=-6000919489953556334 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 28434 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 28434 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30609836 19452874752 28434 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113736 KiB

[startup+6.30016 s]
/proc/loadavg: 4.17 4.13 4.09 5/338 15436
/proc/meminfo: memFree=124826240/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=18996948 memory=146472 CPUtime=7.09 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 17794 0 0 0 704 5 0 0 20 0 19 0 30609815 19452874752 36618 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4749237 36618 5438 1 0 550742 0
[pid=15417/tid=15419] ppid=15414 vsize=18996948 memory=0 CPUtime=6.22 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 7280 0 0 0 620 2 0 0 20 0 19 0 30609817 19452874752 36618 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 36618 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30609819 19452874752 36618 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=18996948 memory=97352 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30609836 19452874752 36618 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 7.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 146472 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.13 4.09 5/338 15503
/proc/meminfo: memFree=127192456/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=211296 CPUtime=13.54 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 21167 0 0 0 1346 8 0 0 20 0 20 0 30609815 19521036288 52824 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 52824 5470 1 0 551031 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=97352 CPUtime=12.54 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 7829 0 0 0 1249 5 0 0 20 0 20 0 30609817 19521036288 52824 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 52824 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 52824 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=-6000919489953556334 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 52824 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 13.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 211296 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.12 4.09 5/339 15572
/proc/meminfo: memFree=128957624/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=373348 CPUtime=26.44 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 23195 0 0 0 2631 13 0 0 20 0 20 0 30609815 19521036288 93337 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 93337 5470 1 0 551031 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=0 CPUtime=25.14 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 8542 0 0 0 2508 6 0 0 20 0 20 0 30609817 19521036288 93337 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=-6000919489953556334 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 93337 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 93337 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=360180 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 93337 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 26.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 373348 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.12 4.09 5/339 15572
/proc/meminfo: memFree=127952928/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=543788 CPUtime=52.2 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 25752 0 0 0 5203 17 0 0 20 0 20 0 30609815 19521036288 135947 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 135947 5502 1 0 551267 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=14720 CPUtime=50.53 cores=0,2

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

/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1644484 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=6577936 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2282 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1644484 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=6577936 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 1644484 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3238.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6577936 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/338 15740
/proc/meminfo: memFree=107726256/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=6578192 CPUtime=3298.94 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 182159 0 0 0 329651 243 0 0 20 0 20 0 30609815 19521036288 1644548 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 1644548 5502 1 0 2183083 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=14720 CPUtime=3255.78 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 81969 0 0 0 325537 41 0 0 20 0 20 0 30609817 19521036288 1644548 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=6577936 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1644548 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=6578192 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2396 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1644548 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=6578192 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 1644548 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3298.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6578192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/339 15743
/proc/meminfo: memFree=107272108/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=6753056 CPUtime=3359.1 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 184887 0 0 0 335662 248 0 0 20 0 20 0 30609815 19521036288 1688264 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 1688264 5502 1 0 2183083 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=140256452018945 CPUtime=3315.32 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 83052 0 0 0 331491 41 0 0 20 0 20 0 30609817 19521036288 1688264 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=-6000919489953556334 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1688264 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=6753056 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2510 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1688264 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 1688264 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3359.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6753056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/339 15747
/proc/meminfo: memFree=106848316/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=7052572 CPUtime=3419.24 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 187859 0 0 0 341669 255 0 0 20 0 20 0 30609815 19521036288 1763143 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 1763143 5502 1 0 2183083 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=6753056 CPUtime=3374.89 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 85698 0 0 0 337448 41 0 0 20 0 20 0 30609817 19521036288 1763143 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=7052572 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1763143 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=7052572 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2510 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1763143 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=7052572 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 1763143 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3419.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7052572 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/339 15748
/proc/meminfo: memFree=106262460/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=7415088 CPUtime=3479.41 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 190778 0 0 0 347678 263 0 0 20 0 20 0 30609815 19521036288 1853772 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 1853772 5502 1 0 2183083 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=7415088 CPUtime=3434.41 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 87375 0 0 0 343400 41 0 0 20 0 20 0 30609817 19521036288 1853772 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=7415088 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1853772 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2584 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1853772 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 1853772 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3479.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7415088 KiB

[startup+3522.3 s]
/proc/loadavg: 4.42 4.22 4.13 5/339 15750
/proc/meminfo: memFree=105667664/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=7777592 CPUtime=3539.6 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 193988 0 0 0 353687 273 0 0 20 0 20 0 30609815 19521036288 1944398 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 1944398 5502 1 0 2183083 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=7415088 CPUtime=3493.94 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 89385 0 0 0 349352 42 0 0 20 0 20 0 30609817 19521036288 1944398 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=7415088 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1944398 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=-6000919489953556334 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2602 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 1944398 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=7777592 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 1944398 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3539.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7777592 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.19 4.12 5/340 15820
/proc/meminfo: memFree=114041028/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=8107320 CPUtime=3599.75 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 196666 0 0 0 359692 283 0 0 20 0 20 0 30609815 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 2026830 5502 1 0 2183083 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=8107320 CPUtime=3553.48 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 91834 0 0 0 355305 43 0 0 20 0 20 0 30609817 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=8107320 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=8107320 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2602 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3599.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8107320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.6 s]
/proc/loadavg: 4.21 4.19 4.12 5/340 15820
/proc/meminfo: memFree=114041028/131250000 swapFree=33010684/33010684
[pid=15417] ppid=15414 vsize=19063512 memory=8107320 CPUtime=3600.05 cores=0,2
/proc/15417/stat : 15417 (java) S 15414 15417 14490 0 -1 4194304 196680 0 0 0 359722 283 0 0 20 0 20 0 30609815 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
/proc/15417/statm: 4765878 2026830 5502 1 0 2183083 0
[pid=15417/tid=15419] ppid=15414 vsize=19063512 memory=4760 CPUtime=3553.78 cores=0,2
/proc/15417/task/15419/stat : 15419 (java) R 15414 15417 14490 0 -1 4194368 91848 0 0 0 355335 43 0 0 20 0 20 0 30609817 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15428] ppid=15414 vsize=19063512 memory=2892 CPUtime=0 cores=0,2
/proc/15417/task/15428/stat : 15428 (Finalizer) S 15414 15417 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15435] ppid=15414 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15417/task/15435/stat : 15435 (Common-Cleaner) S 15414 15417 14490 0 -1 4194368 2602 0 0 0 0 0 0 0 20 0 20 0 30609819 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
[pid=15417/tid=15436] ppid=15414 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/15417/task/15436/stat : 15436 (Timer-0) S 15414 15417 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30609836 19521036288 2026830 18446744073709551615 94551387127808 94551387131504 140724045888624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94551387139320 94551387140112 94551402721280 140724045891969 140724045892070 140724045892070 140724045897672 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8107320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.34 s, system=2.86077 s

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

[startup+3582.71 s]*
/proc/loadavg: 4.21 4.19 4.12 5/322 15823
/proc/meminfo: memFree=121368772/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): 3582.72
CPU time (s): 3600.2
CPU user time (s): 3597.34
CPU system time (s): 2.86077
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8107320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.34
system time used= 2.86077
maximum resident set size= 8108216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109865
involuntary context switches= 9863


# summary of solver processes directly reported to runsolver:
#   pid: 15417
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.34
#   total CPU system time (s): 2.86077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.85007 second user time and 16.5425 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 00:21:39
IDJOB=4492840
IDBENCH=147829
IDSOLVER=3363
FILE ID=nodeC027/4492840-1751149299
RUNJOBID= nodeC027-1751145706-14500
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-75-70.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492840-1751149299/watcher-4492840-1751149299 -o /tmp/evaluation-result-4492840-1751149299/solver-4492840-1751149299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14500 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492840-1751149299.opb

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

MD5SUM BENCH= 28d2f0824ed2334c94881d352f1be9a0
RANDOM SEED=1967709960

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		: 3600.107
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.641
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.624
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		: 3600.332
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.638
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.638
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		: 3482.904
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.634
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:        124983988 kB
MemAvailable:   124594864 kB
Buffers:            3280 kB
Cached:           386304 kB
SwapCached:            0 kB
Active:          5542388 kB
Inactive:         145436 kB
Active(anon):    5316308 kB
Inactive(anon):        0 kB
Active(file):     226080 kB
Inactive(file):   145436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4836 kB
Writeback:             4 kB
AnonPages:       5301252 kB
Mapped:           122532 kB
Shmem:             18068 kB
KReclaimable:      85192 kB
Slab:             167960 kB
SReclaimable:      85192 kB
SUnreclaim:        82768 kB
KernelStack:        5184 kB
PageTables:        14040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8275684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5085184 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= 433060 MiB
End job on nodeC027 at 2025-06-29 01:21:22