Trace number 4492768

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.17 3584.3

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM285604dce97f116174ae8740e4ecdce8
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.089369
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
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 106
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.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-4492768-1751146693.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.21	c ... done. Wall clock time 0.079s.
0.13/0.21	c declared #vars     10500
0.13/0.21	c #constraints  205
0.13/0.21	c constraints type 
0.13/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
0.13/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105
0.13/0.21	c 205 constraints processed.
8.17/7.42	c cleaning 2499 clauses out of 5004 with flag 35033/5004
18.73/17.81	c cleaning 4250 clauses out of 8502 with flag 77850/11001
32.11/31.18	c cleaning 5621 clauses out of 11251 with flag 127311/18000
48.53/47.50	c cleaning 6808 clauses out of 13631 with flag 189896/26001
68.36/67.27	c cleaning 7909 clauses out of 15823 with flag 258493/35001
92.56/91.36	c cleaning 8951 clauses out of 17913 with flag 332849/45000
121.26/119.80	c cleaning 9977 clauses out of 19963 with flag 410859/56001
144.31/142.30	c cleaning 10990 clauses out of 21987 with flag 506071/68002
173.38/171.38	c cleaning 11990 clauses out of 23997 with flag 611834/81002
207.36/205.22	c cleaning 12999 clauses out of 26006 with flag 723050/95001
246.61/244.24	c cleaning 13998 clauses out of 28006 with flag 844993/110000
291.37/288.14	c cleaning 15001 clauses out of 30012 with flag 972466/126004
337.74/334.57	c cleaning 16001 clauses out of 32009 with flag 1101087/143002
388.01/384.52	c cleaning 17001 clauses out of 34009 with flag 1237906/161003
443.55/440.07	c cleaning 17999 clauses out of 36005 with flag 1379846/180000
500.68/496.95	c cleaning 19002 clauses out of 38009 with flag 1543754/200003
569.26/565.01	c cleaning 19998 clauses out of 40005 with flag 1724845/221001
640.84/636.41	c cleaning 21003 clauses out of 42006 with flag 1905391/243000
722.96/718.46	c cleaning 22002 clauses out of 44004 with flag 2109207/266001
795.93/791.28	c cleaning 22992 clauses out of 46002 with flag 2326432/290001
832.97/827.00	c cleaning 23958 clauses out of 48009 with flag 2504007/315000
875.69/869.48	c cleaning 24980 clauses out of 50051 with flag 2675328/341000
950.00/943.51	c cleaning 25989 clauses out of 52071 with flag 2854138/368000
1025.37/1018.52	c cleaning 26994 clauses out of 54083 with flag 3052862/396001
1123.37/1116.31	c cleaning 27994 clauses out of 56094 with flag 3274758/425006
1216.94/1208.58	c cleaning 29001 clauses out of 58096 with flag 3502753/455002
1313.76/1305.02	c cleaning 29992 clauses out of 60093 with flag 3730054/486000
1406.33/1397.44	c cleaning 31000 clauses out of 62102 with flag 3983996/518001
1502.48/1493.25	c cleaning 32003 clauses out of 64101 with flag 4240484/551000
1613.00/1603.54	c cleaning 33005 clauses out of 66099 with flag 4515351/585001
1725.24/1715.56	c cleaning 33988 clauses out of 68093 with flag 4797570/620000
1840.71/1829.62	c cleaning 34997 clauses out of 70106 with flag 5114541/656001
1952.88/1941.65	c cleaning 36005 clauses out of 72111 with flag 5431942/693003
2060.00/2048.50	c cleaning 37004 clauses out of 74106 with flag 5747110/731003
2196.21/2184.34	c cleaning 38005 clauses out of 76101 with flag 6095522/770002
2327.52/2315.34	c cleaning 38998 clauses out of 78094 with flag 6414691/810000
2484.78/2472.27	c cleaning 39992 clauses out of 80098 with flag 6777765/851002
2630.54/2617.64	c cleaning 41007 clauses out of 82107 with flag 7142954/893003
2784.75/2770.31	c cleaning 41995 clauses out of 84098 with flag 7534100/936001
2943.10/2928.46	c cleaning 43005 clauses out of 86106 with flag 7938130/980004
3119.33/3104.55	c cleaning 43999 clauses out of 88098 with flag 8364248/1025001
3280.19/3265.19	c cleaning 45002 clauses out of 90100 with flag 8789274/1071002
3470.70/3455.16	c cleaning 46000 clauses out of 92100 with flag 9246658/1118004
3600.03/3584.21	c timeout
3600.03/3584.21	c starts		: 17
3600.03/3584.22	c conflicts		: 1155222
3600.03/3584.22	c decisions		: 1376793
3600.03/3584.22	c propagations		: 21151146
3600.03/3584.22	c inspects		: 5669434213
3600.03/3584.22	c shortcuts		: 0
3600.03/3584.22	c learnt literals	: 0
3600.03/3584.22	c learnt binary clauses	: 0
3600.03/3584.22	c learnt ternary clauses	: 0
3600.03/3584.22	c learnt constraints	: 1155222
3600.03/3584.22	c ignored constraints	: 0
3600.03/3584.22	c root simplifications	: 0
3600.03/3584.22	c removed literals (reason simplification)	: 4353152
3600.03/3584.22	c reason swapping (by a shorter reason)	: 0
3600.03/3584.22	c Calls to reduceDB	: 43
3600.03/3584.22	c Number of update (reduction) of LBD	: 688833
3600.03/3584.22	c Imported unit clauses	: 0
3600.03/3584.22	c No decision after first conflict	: false
3600.03/3584.22	c number of reductions to clauses (during analyze)	: 0
3600.03/3584.22	c number of learned constraints concerned by reduction	: 0
3600.03/3584.22	c number of learning phase by resolution	: 0
3600.03/3584.22	c number of learning phase by cutting planes	: 0
3600.03/3584.22	c number of rounding to 1 operations	: 0
3600.03/3584.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3584.22	c number of reductions of the coefficients by power 2 	: 0
3600.03/3584.22	c number of right shift for reduction by power 2 	: 0
3600.03/3584.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3584.22	c number of ending skipping 	: 0
3600.03/3584.22	c number of internal skipping 	: 0
3600.03/3584.22	c number of derivation steps 	: 0
3600.03/3584.22	c number of skipped derivation steps 	: 0
3600.03/3584.22	c number of remaining unassigned 	: 0
3600.03/3584.22	c number of remaining assigned 	: 0
3600.03/3584.22	c number of falsified literals weakened from reason	: 0
3600.03/3584.22	c number of falsified literals weakened from conflict	: 0
3600.03/3584.22	c time for arithmetic operations	: 0
3600.03/3584.22	c minimum degree of deleted constraints	: null
3600.03/3584.22	c maximum degree of deleted constraints	: null
3600.03/3584.22	c number of deleted constraints	: 0
3600.03/3584.22	c speed (assignments/second)	: 5901.529320083002
3600.03/3584.22	c non guided choices	: 13110
3600.03/3584.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83318
3600.03/3584.27	s UNKNOWN
3600.03/3584.27	c Total wall clock time (in seconds): 3584.145

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492768-1751146693/watcher-4492768-1751146693 -o /tmp/evaluation-result-4492768-1751146693/solver-4492768-1751146693 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492768-1751146693.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 3.84 2.88 2.95 5/342 14830
/proc/meminfo: memFree=124967128/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=18930384 memory=59668 CPUtime=0.13 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 6522 0 0 0 11 2 0 0 20 0 18 0 30347062 19384713216 14917 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4732596 14917 5343 1 0 547641 0
[pid=14812/tid=14814] ppid=14809 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 5096 0 0 0 7 1 0 0 20 0 18 0 30347063 19384713216 14917 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30347065 19384713216 14917 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30347065 19384713216 14917 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59668 KiB

[startup+0.206085 s]*
/proc/loadavg: 4.02 2.94 2.96 6/342 14830
/proc/meminfo: memFree=124949296/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=18930384 memory=85132 CPUtime=0.34 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 7295 0 0 0 31 3 0 0 20 0 18 0 30347062 19384713216 21283 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4732596 21283 5407 1 0 548270 0
[pid=14812/tid=14814] ppid=14809 vsize=18930384 memory=4026532124 CPUtime=0.19 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 5281 0 0 0 17 2 0 0 20 0 18 0 30347063 19384713216 21283 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=18930384 memory=16880 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30347065 19384713216 21283 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30347065 19384713216 21283 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85132 KiB

[startup+0.306162 s]*
/proc/loadavg: 4.02 2.94 2.96 6/343 14831
/proc/meminfo: memFree=124943184/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=18996948 memory=88100 CPUtime=0.53 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 8428 0 0 0 50 3 0 0 20 0 19 0 30347062 19452874752 22025 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4749237 22025 5407 1 0 549322 0
[pid=14812/tid=14814] ppid=14809 vsize=18996948 memory=-6000919468495235182 CPUtime=0.29 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 5305 0 0 0 27 2 0 0 20 0 19 0 30347063 19452874752 22025 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 22025 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 22025 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30347083 19452874752 22025 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88100 KiB

[startup+0.700358 s]
/proc/loadavg: 4.02 2.94 2.96 6/343 14831
/proc/meminfo: memFree=124936316/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=18996948 memory=97800 CPUtime=1.25 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 9548 0 0 0 121 4 0 0 20 0 19 0 30347062 19452874752 24450 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4749237 24450 5439 1 0 550082 0
[pid=14812/tid=14814] ppid=14809 vsize=18996948 memory=17408 CPUtime=0.67 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 5311 0 0 0 65 2 0 0 20 0 19 0 30347063 19452874752 24450 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 24450 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 24450 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30347083 19452874752 24450 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97800 KiB

[startup+1.50029 s]
/proc/loadavg: 4.02 2.94 2.96 5/343 14831
/proc/meminfo: memFree=124928124/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=18996948 memory=105996 CPUtime=2.1 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 10341 0 0 0 206 4 0 0 20 0 19 0 30347062 19452874752 26499 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4749237 26499 5439 1 0 550084 0
[pid=14812/tid=14814] ppid=14809 vsize=18996948 memory=10752 CPUtime=1.47 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 5433 0 0 0 145 2 0 0 20 0 19 0 30347063 19452874752 26499 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 26499 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 26499 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30347083 19452874752 26499 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105996 KiB

[startup+3.10592 s]
/proc/loadavg: 4.02 2.94 2.96 5/343 14831
/proc/meminfo: memFree=124895376/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=18996948 memory=120332 CPUtime=3.72 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 10810 0 0 0 368 4 0 0 20 0 19 0 30347062 19452874752 30083 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4749237 30083 5439 1 0 550084 0
[pid=14812/tid=14814] ppid=14809 vsize=18996948 memory=10752 CPUtime=3.07 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 5641 0 0 0 305 2 0 0 20 0 19 0 30347063 19452874752 30083 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=18996948 memory=-6000919468495235182 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 30083 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 30083 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30347083 19452874752 30083 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120332 KiB

[startup+6.30022 s]
/proc/loadavg: 4.09 2.97 2.97 5/343 14832
/proc/meminfo: memFree=124821648/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=18996948 memory=145840 CPUtime=6.93 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 12387 0 0 0 688 5 0 0 20 0 19 0 30347062 19452874752 36460 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4749237 36460 5439 1 0 550084 0
[pid=14812/tid=14814] ppid=14809 vsize=18996948 memory=0 CPUtime=6.26 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 5989 0 0 0 623 3 0 0 20 0 19 0 30347063 19452874752 36460 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 36460 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30347065 19452874752 36460 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=18996948 memory=105996 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30347083 19452874752 36460 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 6.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145840 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 2.99 2.98 5/344 14833
/proc/meminfo: memFree=124689392/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=228136 CPUtime=13.57 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 19032 0 0 0 1348 9 0 0 20 0 20 0 30347062 19521036288 57034 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 57034 5439 1 0 551661 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=105996 CPUtime=12.54 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 7273 0 0 0 1251 3 0 0 20 0 20 0 30347063 19521036288 57034 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 57034 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=228136 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 57034 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 57034 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 13.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 228136 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 3.02 2.99 5/344 14833
/proc/meminfo: memFree=124595184/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=306280 CPUtime=26.43 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 20364 0 0 0 2632 11 0 0 20 0 20 0 30347062 19521036288 76570 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 76570 5439 1 0 551661 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=10752 CPUtime=25.24 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 7667 0 0 0 2521 3 0 0 20 0 20 0 30347063 19521036288 76570 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=228136 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 76570 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 76570 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 76570 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 26.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 306280 KiB

[startup+51.106 s]
/proc/loadavg: 4.11 3.13 3.03 5/344 14833
/proc/meminfo: memFree=124127252/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=527720 CPUtime=52.22 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 21164 0 0 0 5206 16 0 0 20 0 20 0 30347062 19521036288 131930 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 131930 5471 1 0 551661 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=527720 CPUtime=50.58 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 7684 0 0 0 5055 3 0 0 20 0 20 0 30347063 19521036288 131930 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=449872 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=97561196/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3237.48 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 145019 0 0 0 323516 232 0 0 20 0 20 0 30347062 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1786766 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3199.06 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 72520 0 0 0 319865 41 0 0 20 0 20 0 30347063 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 1808 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3237.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7147064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/339 15027
/proc/meminfo: memFree=97351540/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3297.57 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 148643 0 0 0 329523 234 0 0 20 0 20 0 30347062 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1786766 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3258.66 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 74724 0 0 0 325825 41 0 0 20 0 20 0 30347063 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 1892 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3297.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7147064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/339 15029
/proc/meminfo: memFree=96945512/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3357.82 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 151699 0 0 0 335547 235 0 0 20 0 20 0 30347062 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1786766 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3318.15 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 76214 0 0 0 331774 41 0 0 20 0 20 0 30347063 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 2005 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3357.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7147064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.18 4.12 5/339 15031
/proc/meminfo: memFree=96644412/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3417.7 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 153570 0 0 0 341533 237 0 0 20 0 20 0 30347062 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1786766 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3378.01 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 78057 0 0 0 337760 41 0 0 20 0 20 0 30347063 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 2005 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3417.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7147064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.22 4.14 5/338 15233
/proc/meminfo: memFree=121447100/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3477.88 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 156047 0 0 0 347547 241 0 0 20 0 20 0 30347062 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1786766 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=7147064 CPUtime=3437.52 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 79645 0 0 0 343709 43 0 0 20 0 20 0 30347063 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 2069 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1786766 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3477.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7147064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.20 4.14 5/339 15304
/proc/meminfo: memFree=119554464/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7153272 CPUtime=3537.96 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 158855 0 0 0 353554 242 0 0 20 0 20 0 30347062 19521036288 1788318 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1788318 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=7153272 CPUtime=3497.13 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 81428 0 0 0 349670 43 0 0 20 0 20 0 30347063 19521036288 1788318 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1788318 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=7147064 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1788318 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1788318 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3537.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7153272 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.20 4.14 5/339 15309
/proc/meminfo: memFree=118189132/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7155320 CPUtime=3598.13 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 162574 0 0 0 359569 244 0 0 20 0 20 0 30347062 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1788830 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=7153272 CPUtime=3556.64 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 83686 0 0 0 355621 43 0 0 20 0 20 0 30347063 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=7155320 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=46464 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 2219 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=7155320 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3598.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7155320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.2 s]
/proc/loadavg: 4.21 4.20 4.14 5/339 15309
/proc/meminfo: memFree=118160460/131249996 swapFree=33010684/33010684
[pid=14812] ppid=14809 vsize=19063512 memory=7155320 CPUtime=3600.03 cores=4,6
/proc/14812/stat : 14812 (java) S 14809 14812 14279 0 -1 4194304 162673 0 0 0 359759 244 0 0 20 0 20 0 30347062 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
/proc/14812/statm: 4765878 1788830 5471 1 0 2391186 0
[pid=14812/tid=14814] ppid=14809 vsize=19063512 memory=3456 CPUtime=3558.53 cores=4,6
/proc/14812/task/14814/stat : 14814 (java) R 14809 14812 14279 0 -1 4194368 83785 0 0 0 355810 43 0 0 20 0 20 0 30347063 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14823] ppid=14809 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/14812/task/14823/stat : 14823 (Finalizer) S 14809 14812 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14830] ppid=14809 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/14812/task/14830/stat : 14830 (Common-Cleaner) S 14809 14812 14279 0 -1 4194368 2219 0 0 0 0 0 0 0 20 0 20 0 30347065 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
[pid=14812/tid=14831] ppid=14809 vsize=19063512 memory=3072 CPUtime=0 cores=4,6
/proc/14812/task/14831/stat : 14831 (Timer-0) S 14809 14812 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30347083 19521036288 1788830 18446744073709551615 94704493432832 94704493436528 140733971289920 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94704493444344 94704493445136 94704500150272 140733971298689 140733971298790 140733971298790 140733971304392 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7155320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.46956 s

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

Child status: 143

Real time (s): 3584.3
CPU time (s): 3600.17
CPU user time (s): 3597.7
CPU system time (s): 2.46956
CPU usage (%): 100.443
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7155320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.46956
maximum resident set size= 7156216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109097
involuntary context switches= 4062


# summary of solver processes directly reported to runsolver:
#   pid: 14812
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.46956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53771 second user time and 17.9696 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-28 23:38:13
IDJOB=4492768
IDBENCH=147822
IDSOLVER=3363
FILE ID=nodeC022/4492768-1751146693
RUNJOBID= nodeC022-1751146546-14290
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492768-1751146693/watcher-4492768-1751146693 -o /tmp/evaluation-result-4492768-1751146693/solver-4492768-1751146693 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492768-1751146693.opb

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

MD5SUM BENCH= 285604dce97f116174ae8740e4ecdce8
RANDOM SEED=1213972536

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.700
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.44
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		: 3609.684
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.44
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		: 3537.242
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.44
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		: 3599.737
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.44
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.711
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.44
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.734
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.44
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		: 3599.958
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.44
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		: 3584.182
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124980800 kB
MemAvailable:   124604332 kB
Buffers:            3280 kB
Cached:           411964 kB
SwapCached:            0 kB
Active:          5525308 kB
Inactive:         164196 kB
Active(anon):    5292320 kB
Inactive(anon):        0 kB
Active(file):     232988 kB
Inactive(file):   164196 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1024 kB
Writeback:             0 kB
AnonPages:       5277328 kB
Mapped:           121968 kB
Shmem:             18060 kB
KReclaimable:      84840 kB
Slab:             167892 kB
SReclaimable:      84840 kB
SUnreclaim:        83052 kB
KernelStack:        5248 kB
PageTables:        13956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7888668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5042176 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 00:37:57