Trace number 4543758

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.19 3583.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_14_088.opb
MD5SUM24c7738c3c83b878554c33cfdaf58c44
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 benchmark1.47269
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109662
Total number of constraints2479
Number of constraints which are clauses1247
Number of constraints which are cardinality constraints (but not clauses)1232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint14
Maximum length of a constraint89
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4543758-1753231311.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
1.07/0.67	c ... done. Wall clock time 0.541s.
1.07/0.67	c declared #vars     109662
1.07/0.67	c #constraints  2479
1.07/0.67	c constraints type 
1.07/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1232
1.07/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1247
1.07/0.67	c 2479 constraints processed.
6.30/5.27	c cleaning 2495 clauses out of 5001 with flag 30244/5001
13.14/12.00	c cleaning 4253 clauses out of 8506 with flag 70718/11001
21.33/20.03	c cleaning 5623 clauses out of 11252 with flag 118429/18000
32.42/31.12	c cleaning 6812 clauses out of 13631 with flag 174786/26002
46.54/45.17	c cleaning 7903 clauses out of 15819 with flag 238031/35002
62.75/61.29	c cleaning 8959 clauses out of 17917 with flag 307861/45003
82.14/80.48	c cleaning 9975 clauses out of 19955 with flag 382629/56000
100.81/99.12	c cleaning 10987 clauses out of 21982 with flag 473835/68002
121.79/120.02	c cleaning 11988 clauses out of 23993 with flag 578271/81000
146.27/144.46	c cleaning 12997 clauses out of 26006 with flag 687286/95001
173.32/171.22	c cleaning 13998 clauses out of 28008 with flag 800769/110000
206.31/204.13	c cleaning 14998 clauses out of 30011 with flag 923785/126001
242.80/240.52	c cleaning 16003 clauses out of 32013 with flag 1055589/143001
282.79/280.38	c cleaning 16999 clauses out of 34009 with flag 1194353/161000
325.72/322.74	c cleaning 18000 clauses out of 36010 with flag 1335443/180000
372.08/368.95	c cleaning 19007 clauses out of 38017 with flag 1489903/200007
424.35/421.08	c cleaning 19997 clauses out of 40003 with flag 1663083/221000
481.32/477.87	c cleaning 21003 clauses out of 42006 with flag 1843813/243000
514.32/510.62	c cleaning 21988 clauses out of 44004 with flag 2002865/266001
555.12/551.28	c cleaning 22991 clauses out of 46018 with flag 2169189/290003
595.39/590.42	c cleaning 23998 clauses out of 48026 with flag 2363638/315002
641.82/636.81	c cleaning 24997 clauses out of 50026 with flag 2578968/341000
694.90/689.64	c cleaning 26005 clauses out of 52030 with flag 2812751/368001
751.45/745.99	c cleaning 27002 clauses out of 54027 with flag 3032911/396003
811.39/805.88	c cleaning 28001 clauses out of 56029 with flag 3275933/425007
881.90/874.85	c cleaning 29001 clauses out of 58021 with flag 3547319/455000
945.20/937.95	c cleaning 29996 clauses out of 60022 with flag 3815941/486002
1009.93/1002.60	c cleaning 30999 clauses out of 62025 with flag 4072550/518001
1084.03/1076.35	c cleaning 32002 clauses out of 64027 with flag 4342382/551002
1160.08/1152.21	c cleaning 32999 clauses out of 66026 with flag 4625164/585003
1204.41/1196.49	c cleaning 33994 clauses out of 68024 with flag 4883792/620000
1276.64/1267.48	c cleaning 34990 clauses out of 70030 with flag 5127397/656000
1359.44/1349.84	c cleaning 35994 clauses out of 72040 with flag 5382793/693000
1443.49/1433.61	c cleaning 37005 clauses out of 74047 with flag 5641988/731001
1517.21/1506.88	c cleaning 37999 clauses out of 76042 with flag 5945496/770001
1623.38/1612.44	c cleaning 38997 clauses out of 78044 with flag 6257134/810002
1714.25/1703.13	c cleaning 40001 clauses out of 80046 with flag 6599280/851001
1814.16/1802.83	c cleaning 40998 clauses out of 82044 with flag 6953285/893000
1930.93/1918.32	c cleaning 41999 clauses out of 84046 with flag 7278984/936000
2048.47/2035.64	c cleaning 43001 clauses out of 86048 with flag 7613764/980001
2168.91/2155.78	c cleaning 44001 clauses out of 88049 with flag 7979486/1025003
2310.02/2296.61	c cleaning 45006 clauses out of 90052 with flag 8356592/1071007
2438.80/2425.21	c cleaning 46004 clauses out of 92045 with flag 8763840/1118006
2578.25/2564.44	c cleaning 47000 clauses out of 94037 with flag 9171426/1166002
2731.37/2717.40	c cleaning 47993 clauses out of 96036 with flag 9587516/1215001
2878.83/2864.81	c cleaning 48997 clauses out of 98042 with flag 9975035/1265000
3034.19/3019.95	c cleaning 50003 clauses out of 100045 with flag 10409158/1316000
3186.90/3171.01	c cleaning 51005 clauses out of 102044 with flag 10858403/1368002
3364.66/3348.62	c cleaning 51996 clauses out of 104038 with flag 11300786/1421001
3549.94/3533.75	c cleaning 53001 clauses out of 106043 with flag 11776118/1475002
3600.05/3583.61	c starts		: 4
3600.05/3583.61	c conflicts		: 1493302
3600.05/3583.61	c decisions		: 1700579
3600.05/3583.61	c propagations		: 20225560
3600.05/3583.61	c inspects		: 6699948887
3600.05/3583.61	c shortcuts		: 0
3600.05/3583.61	c learnt literals	: 0
3600.05/3583.61	c learnt binary clauses	: 0
3600.05/3583.61	c learnt ternary clauses	: 0
3600.05/3583.61	c learnt constraints	: 1493302
3600.05/3583.61	c ignored constraints	: 0
3600.05/3583.61	c root simplifications	: 0
3600.05/3583.61	c removed literals (reason simplification)	: 4502600
3600.05/3583.61	c reason swapping (by a shorter reason)	: 0
3600.05/3583.61	c Calls to reduceDB	: 50
3600.05/3583.61	c Number of update (reduction) of LBD	: 883166
3600.05/3583.61	c Imported unit clauses	: 0
3600.05/3583.61	c No decision after first conflict	: false
3600.05/3583.62	c number of reductions to clauses (during analyze)	: 0
3600.05/3583.62	c number of learned constraints concerned by reduction	: 0
3600.05/3583.62	c number of learning phase by resolution	: 0
3600.05/3583.62	c number of learning phase by cutting planes	: 0
3600.05/3583.62	c number of rounding to 1 operations	: 0
3600.05/3583.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3583.62	c number of reductions of the coefficients by power 2 	: 0
3600.05/3583.62	c number of right shift for reduction by power 2 	: 0
3600.05/3583.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3583.62	c number of ending skipping 	: 0
3600.05/3583.62	c number of internal skipping 	: 0
3600.05/3583.62	c number of derivation steps 	: 0
3600.05/3583.62	c number of skipped derivation steps 	: 0
3600.05/3583.62	c number of remaining unassigned 	: 0
3600.05/3583.62	c number of remaining assigned 	: 0
3600.05/3583.62	c number of falsified literals weakened from reason	: 0
3600.05/3583.62	c number of falsified literals weakened from conflict	: 0
3600.05/3583.62	c time for arithmetic operations	: 0
3600.05/3583.62	c minimum degree of deleted constraints	: null
3600.05/3583.62	c maximum degree of deleted constraints	: null
3600.05/3583.62	c number of deleted constraints	: 0
3600.05/3583.62	c speed (assignments/second)	: 5645.010799883558
3600.05/3583.62	c non guided choices	: 25428
3600.05/3583.63	c timeout
3600.05/3583.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71342
3600.05/3583.67	s UNKNOWN
3600.05/3583.67	c Total wall clock time (in seconds): 3583.539

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: 63708 MiB (62689 MiB free)
  memory of node 1: 64465 MiB (58420 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543758-1753231311/watcher-4543758-1753231311 -o /tmp/evaluation-result-4543758-1753231311/solver-4543758-1753231311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216815 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543758-1753231311.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.27 4.14 4.10 7/338 217913
/proc/meminfo: memFree=123973312/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=18930384 memory=57648 CPUtime=0.12 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 6566 0 0 0 10 2 0 0 20 0 18 0 238809890 19384713216 14412 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4732596 14412 5330 1 0 547604 0
[pid=217895/tid=217897] ppid=217892 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 5072 0 0 0 6 2 0 0 20 0 18 0 238809891 19384713216 14412 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238809893 19384713216 14412 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=18930384 memory=57385981077077 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238809894 19384713216 14412 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57648 KiB

[startup+0.205688 s]*
/proc/loadavg: 4.27 4.14 4.10 7/338 217913
/proc/meminfo: memFree=123943020/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=18931448 memory=93576 CPUtime=0.32 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 7952 0 0 0 29 3 0 0 20 0 18 0 238809890 19385802752 23394 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4732862 23394 5426 1 0 548701 0
[pid=217895/tid=217897] ppid=217892 vsize=18931448 memory=4027056412 CPUtime=0.16 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 5291 0 0 0 14 2 0 0 20 0 18 0 238809891 19385802752 23394 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=18931448 memory=17913 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238809893 19385802752 23394 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=18931448 memory=56286469424100 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238809894 19385802752 23426 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18931448 KiB
Current children cumulated memory: 93576 KiB

[startup+0.30568 s]*
/proc/loadavg: 4.27 4.14 4.10 8/339 217914
/proc/meminfo: memFree=123874964/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=18996948 memory=158760 CPUtime=0.51 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 8623 0 0 0 46 5 0 0 20 0 19 0 238809890 19452874752 39690 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4749237 39690 5458 1 0 549179 0
[pid=217895/tid=217897] ppid=217892 vsize=18996948 memory=-9030951340550628028 CPUtime=0.24 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 5320 0 0 0 21 3 0 0 20 0 19 0 238809891 19452874752 39690 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238809893 19452874752 39690 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238809894 19452874752 39690 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158760 KiB

[startup+0.700235 s]
/proc/loadavg: 4.27 4.14 4.10 6/339 217914
/proc/meminfo: memFree=123600532/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=18996948 memory=947960 CPUtime=1.26 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 11056 0 0 0 105 21 0 0 20 0 19 0 238809890 19452874752 236990 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4749237 236990 5522 1 0 1082594 0
[pid=217895/tid=217897] ppid=217892 vsize=18996948 memory=22272 CPUtime=0.58 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 5694 0 0 0 40 18 0 0 20 0 19 0 238809891 19452874752 236990 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238809893 19452874752 236990 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238809894 19452874752 236990 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 947960 KiB

[startup+1.50018 s]
/proc/loadavg: 4.27 4.14 4.10 6/340 217915
/proc/meminfo: memFree=123081020/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=959896 CPUtime=2.5 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 11484 0 0 0 229 21 0 0 20 0 20 0 238809890 19521036288 239974 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 239974 5522 1 0 1083115 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=3200 CPUtime=1.35 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 5730 0 0 0 117 18 0 0 20 0 20 0 238809891 19521036288 239974 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 239974 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 239974 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 239974 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 959896 KiB

[startup+3.10558 s]
/proc/loadavg: 4.27 4.14 4.10 5/340 217915
/proc/meminfo: memFree=123036000/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=976280 CPUtime=4.13 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 11513 0 0 0 391 22 0 0 20 0 20 0 238809890 19521036288 244070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 244070 5522 1 0 1083117 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=14692 CPUtime=2.95 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 5743 0 0 0 277 18 0 0 20 0 20 0 238809891 19521036288 244070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 244070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 244070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 244070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 976280 KiB

[startup+6.30021 s]
/proc/loadavg: 4.24 4.14 4.10 5/319 217958
/proc/meminfo: memFree=125066384/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=1015984 CPUtime=7.49 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 13754 0 0 0 724 25 0 0 20 0 20 0 238809890 19521036288 253996 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 253996 5522 1 0 1084304 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 5899 0 0 0 591 21 0 0 20 0 20 0 238809891 19521036288 253996 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 253996 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 253996 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=959896 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 253996 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1015984 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.14 4.10 6/340 217982
/proc/meminfo: memFree=121467816/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=1075528 CPUtime=13.95 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 16716 0 0 0 1368 27 0 0 20 0 20 0 238809890 19521036288 268882 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 268882 5522 1 0 1084304 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=959896 CPUtime=12.5 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 6574 0 0 0 1228 22 0 0 20 0 20 0 238809891 19521036288 268882 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=22272 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 268882 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=1065288 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 268882 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 268882 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 13.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1075528 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.15 4.10 5/340 217983
/proc/meminfo: memFree=121024976/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=1253804 CPUtime=26.82 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 19752 0 0 0 2651 31 0 0 20 0 20 0 238809890 19521036288 313451 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 313451 5522 1 0 1084312 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=-9030951340550628028 CPUtime=25.18 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 7426 0 0 0 2494 24 0 0 20 0 20 0 238809891 19521036288 313451 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=959896 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 313451 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=1015984 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 313451 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=1253804 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 313451 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1253804 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.13 4.10 5/340 217983
/proc/meminfo: memFree=120373208/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=1440280 CPUtime=52.53 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 23088 0 0 0 5218 35 0 0 20 0 20 0 238809890 19521036288 360070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 360070 5522 1 0 1084314 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=1440280 CPUtime=50.58 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 8525 0 0 0 5034 24 0 0 20 0 20 0 238809891 19521036288 360070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=1440280 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 360070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=1077576 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 360070 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0

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

/proc/meminfo: memFree=106369704/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3238.29 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 158489 0 0 0 323565 264 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=10240 CPUtime=3198.42 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 74678 0 0 0 319793 49 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=7238564 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1474 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3238.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/341 218160
/proc/meminfo: memFree=106369480/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3298.15 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 161378 0 0 0 329549 266 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=22272 CPUtime=3258.26 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 77442 0 0 0 325777 49 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1518 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3298.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.15 4.11 5/340 218162
/proc/meminfo: memFree=106369804/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3358.37 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 164786 0 0 0 335568 269 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=-5155633680935826750 CPUtime=3317.76 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 79215 0 0 0 331726 50 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1529 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3358.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/340 218164
/proc/meminfo: memFree=106368916/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3418.49 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 168989 0 0 0 341578 271 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=-5155633680935826750 CPUtime=3377.35 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 82078 0 0 0 337685 50 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1529 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3418.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/341 218166
/proc/meminfo: memFree=106368804/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3478.34 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 171996 0 0 0 347562 272 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=-5155633680935826750 CPUtime=3437.18 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 84966 0 0 0 343668 50 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=-4421386496197813094 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1573 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3478.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/341 218168
/proc/meminfo: memFree=106370056/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3538.56 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 175081 0 0 0 353581 275 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3496.67 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 86415 0 0 0 349616 51 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3538.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/341 218170
/proc/meminfo: memFree=106369436/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3598.75 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 179170 0 0 0 359598 277 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3556.19 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 88908 0 0 0 355568 51 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=-9030951340550628028 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=7818596 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3598.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.6 s]
/proc/loadavg: 4.09 4.12 4.09 5/341 218170
/proc/meminfo: memFree=106369436/131249992 swapFree=33003724/33010684
[pid=217895] ppid=217892 vsize=19063512 memory=7818596 CPUtime=3600.05 cores=0,2
/proc/217895/stat : 217895 (java) S 217892 217895 216805 0 -1 4194304 179285 0 0 0 359728 277 0 0 20 0 20 0 238809890 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
/proc/217895/statm: 4765878 1954649 5522 1 0 2596532 0
[pid=217895/tid=217897] ppid=217892 vsize=19063512 memory=5148 CPUtime=3557.49 cores=0,2
/proc/217895/task/217897/stat : 217897 (java) R 217892 217895 216805 0 -1 4194368 89020 0 0 0 355698 51 0 0 20 0 20 0 238809891 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217906] ppid=217892 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/217895/task/217906/stat : 217906 (Finalizer) S 217892 217895 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809893 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217913] ppid=217892 vsize=19063512 memory=-9030951340550628028 CPUtime=0 cores=0,2
/proc/217895/task/217913/stat : 217913 (Common-Cleaner) S 217892 217895 216805 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 238809894 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
[pid=217895/tid=217915] ppid=217892 vsize=19063512 memory=22272 CPUtime=0 cores=0,2
/proc/217895/task/217915/stat : 217915 (Timer-0) S 217892 217895 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809962 19521036288 1954649 18446744073709551615 93900878237696 93900878241392 140727938957952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93900878249208 93900878250000 93900900696064 140727938963839 140727938963940 140727938963940 140727938969544 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7818596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.39 s, system=2.79653 s

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

Child status: 143

Real time (s): 3583.72
CPU time (s): 3600.19
CPU user time (s): 3597.39
CPU system time (s): 2.79653
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (KiB): 19065208
Max. memory (cumulated for all children) (KiB): 7818596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.39
system time used= 2.79652
maximum resident set size= 7819620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114870
involuntary context switches= 6816


# summary of solver processes directly reported to runsolver:
#   pid: 217895
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.39
#   total CPU system time (s): 2.79653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61842 second user time and 17.2784 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-23 02:41:51
IDJOB=4543758
IDBENCH=174609
IDSOLVER=3363
FILE ID=nodeC025/4543758-1753231311
RUNJOBID= nodeC025-1753224118-216815
SLURM_JOB_ID= 9687832
Free space on /tmp= 431852 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_14_088.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543758-1753231311/watcher-4543758-1753231311 -o /tmp/evaluation-result-4543758-1753231311/solver-4543758-1753231311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216815 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543758-1753231311.opb

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

MD5SUM BENCH= 24c7738c3c83b878554c33cfdaf58c44
RANDOM SEED=1178444939

nodeC025 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		: 3585.875
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.839
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.816
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.67
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.838
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.67
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		: 3480.490
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.67
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.829
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.67
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.829
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.890
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124016320 kB
MemAvailable:   124233596 kB
Buffers:            2128 kB
Cached:           960976 kB
SwapCached:         2132 kB
Active:          6209288 kB
Inactive:         306316 kB
Active(anon):    5546488 kB
Inactive(anon):    27612 kB
Active(file):     662800 kB
Inactive(file):   278704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9856 kB
Writeback:             0 kB
AnonPages:       5553812 kB
Mapped:           123252 kB
Shmem:             21600 kB
KReclaimable:     230024 kB
Slab:             327536 kB
SReclaimable:     230024 kB
SUnreclaim:        97512 kB
KernelStack:        5168 kB
PageTables:        14596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14099436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5345280 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431844 MiB
End job on nodeC025 at 2025-07-23 03:41:35