Trace number 4440518

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.23 3605.52

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM8bd0f5aea9ca570f3d71e7c4d3c71b5a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-59356
Best CPU time to get the best result obtained on this benchmark72001.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 536523
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 536523
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.14	c java.vm.version	22.0.1+8-16
0.13/0.14	c java.vm.vendor	Oracle Corporation
0.13/0.14	c sun.arch.data.model	64
0.13/0.14	c java.version		22.0.1
0.13/0.14	c os.name		Linux
0.13/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.14	c os.arch		amd64
0.13/0.15	c Free memory 		2113181440
0.13/0.15	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.13/0.20	--- Begin Solver configuration ---
0.13/0.20	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.20	Learn all clauses as in MiniSAT
0.13/0.20	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.20	Expensive reason simplification
0.13/0.20	Glucose 2.1 dynamic restart strategy
0.13/0.20	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.20	timeout=2147483s
0.13/0.20	DB Simplification allowed=false
0.13/0.20	Listener: none
0.13/0.20	--- End Solver configuration ---
0.13/0.21	c Pseudo Boolean Optimization by upper bound
0.13/0.21	c --- Begin Solver configuration ---
0.13/0.21	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.21	c Learn all clauses as in MiniSAT
0.13/0.21	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.21	c Expensive reason simplification
0.13/0.21	c Glucose 2.1 dynamic restart strategy
0.13/0.21	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.21	c timeout=2147483s
0.13/0.21	c DB Simplification allowed=false
0.13/0.21	c Listener: none
0.13/0.21	c --- End Solver configuration ---
0.13/0.21	c solving HOME/instance-4440518-1721823962.opb
0.13/0.21	c reading problem ... 
0.31/1.40	c using VERIPB proof format
0.31/1.41	c  objective function found
7.22/5.98	c ... done. Wall clock time 5.775s.
7.22/5.98	c declared #vars     400896
7.22/5.98	c #constraints  402763
7.22/5.98	c constraints type 
7.22/5.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
7.22/5.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
7.22/5.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.22/5.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
7.22/5.98	c 402763 constraints processed.
7.22/5.99	c objective function length is 892 literals
49.26/42.29	c cleaning 2496 clauses out of 4999 with flag 18306/5000
111.46/108.17	c cleaning 4243 clauses out of 8503 with flag 41910/11000
182.06/177.91	c cleaning 5621 clauses out of 11260 with flag 70020/18000
273.11/268.61	c cleaning 6789 clauses out of 13643 with flag 208346/26004
369.10/364.43	c cleaning 7922 clauses out of 15850 with flag 332904/35000
477.29/472.72	c cleaning 8964 clauses out of 17928 with flag 524085/45000
601.92/602.02	c cleaning 9906 clauses out of 19964 with flag 673105/56000
705.47/705.91	c cleaning 11009 clauses out of 22060 with flag 756374/68002
804.30/804.87	c cleaning 11953 clauses out of 24050 with flag 816569/81001
956.42/957.03	c cleaning 13046 clauses out of 26097 with flag 1013872/95001
1107.50/1108.16	c cleaning 13956 clauses out of 28052 with flag 1122731/110002
1240.53/1241.15	c cleaning 15040 clauses out of 30094 with flag 1187297/126000
1397.75/1398.03	c cleaning 16017 clauses out of 32055 with flag 1298131/143001
1544.71/1546.00	c cleaning 17016 clauses out of 34039 with flag 1420107/161002
1691.09/1692.50	c cleaning 18003 clauses out of 36021 with flag 1504483/180000
1830.89/1832.58	c cleaning 19000 clauses out of 38018 with flag 1611883/200000
2016.38/2019.16	c cleaning 19996 clauses out of 40019 with flag 1732704/221001
2185.07/2188.06	c cleaning 21002 clauses out of 42022 with flag 1852315/243000
2349.32/2352.43	c cleaning 21998 clauses out of 44020 with flag 1997052/266000
2545.45/2548.71	c cleaning 23003 clauses out of 46023 with flag 2167594/290001
2766.21/2769.74	c cleaning 24007 clauses out of 48019 with flag 2375352/315000
2953.17/2957.04	c cleaning 25002 clauses out of 50012 with flag 2581543/341000
3145.21/3149.38	c cleaning 26002 clauses out of 52011 with flag 2786114/368001
3353.38/3358.57	c cleaning 26996 clauses out of 54013 with flag 3030200/396005
3594.37/3599.72	c cleaning 28002 clauses out of 56015 with flag 3239634/425003
3600.06/3605.42	c starts		: 1121
3600.06/3605.44	c timeout
3600.06/3605.45	c conflicts		: 425650
3600.06/3605.45	c decisions		: 5548668
3600.06/3605.45	c propagations		: 14601223848
3600.06/3605.45	c inspects		: 2629469023
3600.06/3605.45	c shortcuts		: 0
3600.06/3605.45	c learnt literals	: 1
3600.06/3605.45	c learnt binary clauses	: 1867
3600.06/3605.45	c learnt ternary clauses	: 977
3600.06/3605.45	c learnt constraints	: 425649
3600.06/3605.45	c ignored constraints	: 0
3600.06/3605.45	c root simplifications	: 0
3600.06/3605.45	c removed literals (reason simplification)	: 61096391
3600.06/3605.45	c reason swapping (by a shorter reason)	: 0
3600.06/3605.45	c Calls to reduceDB	: 25
3600.06/3605.45	c Number of update (reduction) of LBD	: 137860
3600.06/3605.45	c Imported unit clauses	: 0
3600.06/3605.45	c No decision after first conflict	: false
3600.06/3605.45	c number of reductions to clauses (during analyze)	: 0
3600.06/3605.45	c number of learned constraints concerned by reduction	: 0
3600.06/3605.45	c number of learning phase by resolution	: 0
3600.06/3605.45	c number of learning phase by cutting planes	: 0
3600.06/3605.45	c number of rounding to 1 operations	: 0
3600.06/3605.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3605.45	c number of reductions of the coefficients by power 2 	: 0
3600.06/3605.45	c number of right shift for reduction by power 2 	: 0
3600.06/3605.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3605.45	c number of ending skipping 	: 0
3600.06/3605.45	c number of internal skipping 	: 0
3600.06/3605.45	c number of derivation steps 	: 0
3600.06/3605.45	c number of skipped derivation steps 	: 0
3600.06/3605.45	c number of remaining unassigned 	: 0
3600.06/3605.45	c number of remaining assigned 	: 0
3600.06/3605.45	c number of falsified literals weakened from reason	: 0
3600.06/3605.45	c number of falsified literals weakened from conflict	: 0
3600.06/3605.45	c time for arithmetic operations	: 0
3600.06/3605.45	c minimum degree of deleted constraints	: null
3600.06/3605.45	c maximum degree of deleted constraints	: null
3600.06/3605.45	c number of deleted constraints	: 0
3600.06/3605.45	c speed (assignments/second)	: 4056579.4977097525
3600.06/3605.45	c non guided choices	: 28368
3600.06/3605.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26793
3600.06/3605.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1867
3600.06/3605.46	s UNKNOWN
3600.06/3605.46	c Total wall clock time (in seconds): 3605.263

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: 64059 MiB (11731 MiB free)
  memory of node 1: 64510 MiB (39780 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440518-1721823962/watcher-4440518-1721823962 -o /tmp/evaluation-result-4440518-1721823962/solver-4440518-1721823962 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229065 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440518-1721823962 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440518-1721823962.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=231205, runsolver pid=231202

[startup+0.102353 s]*
/proc/loadavg: 4.52 4.52 4.31 5/299 231223
/proc/meminfo: memFree=52710760/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=18975048 memory=58288 CPUtime=0.13 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 6518 0 0 0 10 3 0 0 20 0 18 0 18385761 19430449152 14572 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4743762 14572 5691 1 0 550948 0
[pid=231205/tid=231207] ppid=231202 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 5420 0 0 0 6 2 0 0 20 0 18 0 18385762 19430449152 14572 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=18975048 memory=215671374179 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385767 19430449152 14572 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=18975048 memory=15815620907137548 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385768 19430449152 14572 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58288 KiB

[startup+0.207732 s]*
/proc/loadavg: 4.52 4.52 4.31 7/300 231224
/proc/meminfo: memFree=52701700/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=18975048 memory=67496 CPUtime=0.31 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 7261 0 0 0 28 3 0 0 20 0 18 0 18385761 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4743762 16874 5715 1 0 551557 0
[pid=231205/tid=231207] ppid=231202 vsize=18975048 memory=3472328300254199927 CPUtime=0.17 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) D 231202 231205 229052 0 -1 1078198336 5833 0 0 0 14 3 0 0 20 0 18 0 18385762 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=18975048 memory=948375 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385767 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=18975048 memory=16106987192585334 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385768 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67496 KiB

[startup+0.307675 s]*
/proc/loadavg: 4.52 4.52 4.31 6/320 231249
/proc/meminfo: memFree=52669360/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=18975048 memory=67496 CPUtime=0.31 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 7261 0 0 0 28 3 0 0 20 0 18 0 18385761 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4743762 16874 5715 1 0 551557 0
[pid=231205/tid=231207] ppid=231202 vsize=18975048 memory=-9176762001292763836 CPUtime=0.17 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) D 231202 231205 229052 0 -1 1078198336 5833 0 0 0 14 3 0 0 20 0 18 0 18385762 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385767 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385768 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67496 KiB

[startup+0.700417 s]
/proc/loadavg: 4.52 4.52 4.31 6/322 231251
/proc/meminfo: memFree=52654504/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=18975048 memory=67496 CPUtime=0.31 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 7262 0 0 0 28 3 0 0 20 0 18 0 18385761 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4743762 16874 5715 1 0 551557 0
[pid=231205/tid=231207] ppid=231202 vsize=18975048 memory=71368 CPUtime=0.17 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) D 231202 231205 229052 0 -1 1078198336 5833 0 0 0 14 3 0 0 20 0 18 0 18385762 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=18975048 memory=11904 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385767 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=18975048 memory=2204 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385768 19430449152 16874 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67496 KiB

[startup+1.50134 s]
/proc/loadavg: 4.52 4.52 4.31 3/322 231251
/proc/meminfo: memFree=52652808/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=18975048 memory=91036 CPUtime=0.46 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 7387 0 0 0 42 4 0 0 20 0 18 0 18385761 19430449152 22759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4743762 22759 5853 1 0 551617 0
[pid=231205/tid=231207] ppid=231202 vsize=18975048 memory=11904 CPUtime=0.24 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 5898 0 0 0 21 3 0 0 20 0 18 0 18385762 19430449152 22759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385767 19430449152 22759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=18975048 memory=33 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385768 19430449152 22759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 91036 KiB

[startup+3.11234 s]
/proc/loadavg: 4.52 4.52 4.31 8/324 231254
/proc/meminfo: memFree=51733328/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19041612 memory=587036 CPUtime=3.56 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 19769 0 0 0 339 17 0 0 20 0 19 0 18385761 19498610688 146759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4760403 146759 5885 1 0 1161127 0
[pid=231205/tid=231207] ppid=231202 vsize=19041612 memory=0 CPUtime=1.6 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 6144 0 0 0 148 12 0 0 20 0 19 0 18385762 19498610688 146759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19041612 memory=11904 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385767 19498610688 146759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19041612 memory=5468 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18385768 19498610688 146759 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 587036 KiB

[startup+6.30034 s]
/proc/loadavg: 4.88 4.60 4.34 10/323 231322
/proc/meminfo: memFree=50915916/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=4939540 CPUtime=8 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 24232 0 2 0 690 110 0 0 20 0 20 0 18385761 19566772224 1234885 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1234885 5971 1 0 2561190 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=5468 CPUtime=4.31 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 8297 0 0 0 334 97 0 0 20 0 20 0 18385762 19566772224 1234885 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1234885 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=-9033491238147039932 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385768 19566772224 1234885 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4939540 KiB

[startup+12.7003 s]
/proc/loadavg: 4.97 4.62 4.35 7/327 231328
/proc/meminfo: memFree=47112696/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=4941944 CPUtime=16.97 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 24807 0 2 0 1586 111 0 0 20 0 20 0 18385761 19566772224 1235486 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1235486 5971 1 0 2561399 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=71368 CPUtime=10.62 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 8384 0 0 0 964 98 0 0 20 0 20 0 18385762 19566772224 1235486 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1235486 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385768 19566772224 1235486 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=593444 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1235486 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 16.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4941944 KiB

[startup+25.5005 s]
/proc/loadavg: 4.96 4.64 4.36 5/327 231329
/proc/meminfo: memFree=47087636/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=4942476 CPUtime=31.13 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 26052 0 2 0 3000 113 0 0 20 0 20 0 18385761 19566772224 1235619 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1235619 5971 1 0 2561399 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=4942204 CPUtime=23.37 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 8943 0 0 0 2239 98 0 0 20 0 20 0 18385762 19566772224 1235619 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=4942204 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1235619 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=97520 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385768 19566772224 1235619 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=820 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1235619 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 31.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4942476 KiB

[startup+51.1144 s]
/proc/loadavg: 4.75 4.62 4.36 5/326 231332
/proc/meminfo: memFree=47032304/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=4948916 CPUtime=58.35 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 37104 0 2 0 5719 116 0 0 20 0 20 0 18385761 19566772224 1237229 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1237229 5987 1 0 2561431 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=4948916 CPUtime=48.91 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 11135 0 0 0 4792 99 0 0 20 0 20 0 18385762 19566772224 1237229 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=4948916 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1237229 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=4948896 CPUtime=0 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385768 19566772224 1237229 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=4948604 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1237229 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 58.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4948916 KiB

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

/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=71464 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 6178 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3217.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/324 232777
/proc/meminfo: memFree=39469572/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3277.62 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 229949 0 2 0 327263 499 0 0 20 0 20 0 18385761 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1668764 6019 1 0 2561622 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3259.85 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 132369 0 0 0 325732 253 0 0 20 0 20 0 18385762 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1211 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=-9033491238147039932 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 6309 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3277.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.17 4.17 5/324 232789
/proc/meminfo: memFree=39430336/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3337.56 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 233098 0 2 0 333251 505 0 0 20 0 20 0 18385761 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1668764 6019 1 0 2561622 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3319.7 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 134801 0 0 0 331715 255 0 0 20 0 20 0 18385762 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1212 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=71464 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 6440 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3337.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/324 232799
/proc/meminfo: memFree=39395924/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3397.14 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 236904 0 2 0 339202 512 0 0 20 0 20 0 18385761 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1668764 6019 1 0 2561622 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=11644 CPUtime=3379.18 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 137747 0 0 0 337661 257 0 0 20 0 20 0 18385762 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1251 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=71464 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 6574 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=-9033491238147039932 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3397.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/324 232809
/proc/meminfo: memFree=39364676/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3457.04 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 239593 0 2 0 345186 518 0 0 20 0 20 0 18385761 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1668764 6019 1 0 2561622 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3438.97 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 139967 0 0 0 343638 259 0 0 20 0 20 0 18385762 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1258 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=71464 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 6709 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=11904 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3457.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.16 4.17 5/324 232820
/proc/meminfo: memFree=39335812/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3516.99 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 242741 0 2 0 351174 525 0 0 20 0 20 0 18385761 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1668764 6019 1 0 2561622 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3498.79 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 142286 0 0 0 349619 260 0 0 20 0 20 0 18385762 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1262 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 6844 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3516.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.17 5/323 233213
/proc/meminfo: memFree=39306500/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3576.97 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 246169 0 2 0 357165 532 0 0 20 0 20 0 18385761 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1668764 6019 1 0 2561622 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3558.66 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 144869 0 0 0 355603 263 0 0 20 0 20 0 18385762 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1262 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=2204 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=1992 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 6978 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=6675056 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3576.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.4 s]
/proc/loadavg: 4.25 4.18 4.18 4/301 233300
/proc/meminfo: memFree=46134912/131655788 swapFree=131065036/131071996
[pid=231205] ppid=231202 vsize=19108176 memory=6675056 CPUtime=3600.06 cores=5,7
/proc/231205/stat : 231205 (java) S 231202 231205 229052 0 -1 1077936128 247390 0 2 0 359472 534 0 0 20 0 20 0 18385761 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
/proc/231205/statm: 4777044 1668764 6019 1 0 2561622 0
[pid=231205/tid=231207] ppid=231202 vsize=19108176 memory=11904 CPUtime=3581.71 cores=5,7
/proc/231205/task/231207/stat : 231207 (java) R 231202 231205 229052 0 -1 4194368 145941 0 0 0 357907 264 0 0 20 0 20 0 18385762 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1262 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231216] ppid=231202 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/231205/task/231216/stat : 231216 (Finalizer) S 231202 231205 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385767 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231223] ppid=231202 vsize=19108176 memory=16192 CPUtime=0.01 cores=5,7
/proc/231205/task/231223/stat : 231223 (Common-Cleaner) S 231202 231205 229052 0 -1 1077936192 7113 0 0 0 0 1 0 0 20 0 20 0 18385768 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
[pid=231205/tid=231323] ppid=231202 vsize=19108176 memory=198340509722 CPUtime=0 cores=5,7
/proc/231205/task/231323/stat : 231323 (Timer-0) S 231202 231205 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386365 19566772224 1668764 134679101440 93967173963776 93967173967472 140736690874960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93967173975288 93967173976080 93967186866176 140736690877355 140736690877537 140736690877537 140736690884552 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6675056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.86 s, system=5.3779 s

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

[startup+3605.5 s]*
/proc/loadavg: 4.25 4.18 4.18 5/283 233303
/proc/meminfo: memFree=50105308/131655788 swapFree=131065036/131071996
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): 3605.52
CPU time (s): 3600.23
CPU user time (s): 3594.86
CPU system time (s): 5.3779
CPU usage (%): 99.8535
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6675056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.86
system time used= 5.3779
maximum resident set size= 6676388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250720
page faults= 2
swaps= 0
block input operations= 160
block output operations= 774936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140510
involuntary context switches= 9326


# summary of solver processes directly reported to runsolver:
#   pid: 231205
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3594.86
#   total CPU system time (s): 5.3779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5017 second user time and 39.1778 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-24 14:26:02
IDJOB=4440518
IDBENCH=157605
IDSOLVER=3079
FILE ID=nodeC010/4440518-1721823962
RUNJOBID= nodeC010-1721820325-229065
SLURM_JOB_ID= 7891462
Free space on /tmp= 723732 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_50null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440518-1721823962/watcher-4440518-1721823962 -o /tmp/evaluation-result-4440518-1721823962/solver-4440518-1721823962 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229065 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440518-1721823962 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440518-1721823962.opb

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

MD5SUM BENCH= 8bd0f5aea9ca570f3d71e7c4d3c71b5a
RANDOM SEED=661698601

nodeC010.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.239
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3665.478
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1296.956
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.279
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.190
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.278
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3597.029
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1596.253
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        52751428 kB
MemAvailable:   127398392 kB
Buffers:          247632 kB
Cached:         74713280 kB
SwapCached:         3992 kB
Active:          2235144 kB
Inactive:       75421320 kB
Active(anon):       1604 kB
Inactive(anon):  2747072 kB
Active(file):    2233540 kB
Inactive(file): 72674248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131065036 kB
Dirty:             74264 kB
Writeback:             0 kB
AnonPages:       2690856 kB
Mapped:           120928 kB
Shmem:             53752 kB
KReclaimable:     800920 kB
Slab:             923960 kB
SReclaimable:     800920 kB
SUnreclaim:       123040 kB
KernelStack:        4528 kB
PageTables:        14960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5247480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18816 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2443264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723688 MiB
End job on nodeC010 at 2024-07-24 15:26:08