Trace number 4543095

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.21 3585.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_220_219.opb
MD5SUM4a5f06b7fb11c81ea5ac116ad2781b11
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.746578
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48180
Total number of constraints439
Number of constraints which are clauses220
Number of constraints which are cardinality constraints (but not clauses)219
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint219
Maximum length of a constraint220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 221
Number of bits of the biggest sum of numbers8
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.11	c java.vm.version	22.0.1+8-16
0.10/0.11	c java.vm.vendor	Oracle Corporation
0.10/0.11	c sun.arch.data.model	64
0.10/0.11	c java.version		22.0.1
0.10/0.11	c os.name		Linux
0.10/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.11	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4543095-1753224118.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c  no objective function found
0.48/0.38	c ... done. Wall clock time 0.224s.
0.48/0.38	c declared #vars     48180
0.48/0.38	c #constraints  439
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 219
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 220
0.48/0.38	c 439 constraints processed.
26.78/25.98	c cleaning 2497 clauses out of 5002 with flag 32514/5002
64.14/63.15	c cleaning 4249 clauses out of 8503 with flag 71948/11000
110.79/109.55	c cleaning 5624 clauses out of 11254 with flag 124411/18000
170.68/169.24	c cleaning 6818 clauses out of 13635 with flag 178766/26005
236.94/234.89	c cleaning 7906 clauses out of 15814 with flag 239022/35002
306.05/303.73	c cleaning 8950 clauses out of 17909 with flag 315206/45003
385.72/382.58	c cleaning 9971 clauses out of 19956 with flag 404298/56000
479.55/476.25	c cleaning 10985 clauses out of 21986 with flag 500324/68001
580.62/577.03	c cleaning 11998 clauses out of 24002 with flag 604281/81002
697.86/693.39	c cleaning 13003 clauses out of 26005 with flag 716317/95003
822.09/817.23	c cleaning 13995 clauses out of 28000 with flag 849071/110001
962.25/957.19	c cleaning 15001 clauses out of 30006 with flag 986540/126002
1114.33/1107.82	c cleaning 16001 clauses out of 32006 with flag 1133045/143003
1261.28/1254.52	c cleaning 16986 clauses out of 34004 with flag 1292641/161002
1404.01/1397.05	c cleaning 18003 clauses out of 36017 with flag 1449973/180001
1581.22/1571.97	c cleaning 18998 clauses out of 38014 with flag 1621060/200001
1762.63/1753.19	c cleaning 19999 clauses out of 40016 with flag 1804818/221001
1959.77/1949.99	c cleaning 21004 clauses out of 42017 with flag 1996023/243001
2178.13/2167.82	c cleaning 21995 clauses out of 44012 with flag 2196835/266000
2414.83/2402.00	c cleaning 23003 clauses out of 46019 with flag 2400367/290002
2668.49/2655.43	c cleaning 23994 clauses out of 48015 with flag 2611520/315001
2930.75/2917.46	c cleaning 25004 clauses out of 50020 with flag 2833688/341000
3221.41/3207.68	c cleaning 26000 clauses out of 52016 with flag 3061014/368000
3535.03/3520.82	c cleaning 27002 clauses out of 54017 with flag 3300287/396001
3600.09/3585.81	c starts		: 1
3600.09/3585.82	c timeout
3600.09/3585.82	c conflicts		: 402591
3600.09/3585.82	c decisions		: 480988
3600.09/3585.82	c propagations		: 5845154
3600.09/3585.82	c inspects		: 1417820859
3600.09/3585.82	c shortcuts		: 0
3600.09/3585.82	c learnt literals	: 0
3600.09/3585.82	c learnt binary clauses	: 0
3600.09/3585.82	c learnt ternary clauses	: 0
3600.09/3585.82	c learnt constraints	: 402591
3600.09/3585.82	c ignored constraints	: 0
3600.09/3585.82	c root simplifications	: 0
3600.09/3585.82	c removed literals (reason simplification)	: 1073708
3600.09/3585.83	c reason swapping (by a shorter reason)	: 0
3600.09/3585.83	c Calls to reduceDB	: 24
3600.09/3585.83	c Number of update (reduction) of LBD	: 230205
3600.09/3585.83	c Imported unit clauses	: 0
3600.09/3585.83	c No decision after first conflict	: false
3600.09/3585.83	c number of reductions to clauses (during analyze)	: 0
3600.09/3585.83	c number of learned constraints concerned by reduction	: 0
3600.09/3585.83	c number of learning phase by resolution	: 0
3600.09/3585.83	c number of learning phase by cutting planes	: 0
3600.09/3585.83	c number of rounding to 1 operations	: 0
3600.09/3585.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3585.83	c number of reductions of the coefficients by power 2 	: 0
3600.09/3585.83	c number of right shift for reduction by power 2 	: 0
3600.09/3585.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3585.83	c number of ending skipping 	: 0
3600.09/3585.83	c number of internal skipping 	: 0
3600.09/3585.83	c number of derivation steps 	: 0
3600.09/3585.83	c number of skipped derivation steps 	: 0
3600.09/3585.83	c number of remaining unassigned 	: 0
3600.09/3585.83	c number of remaining assigned 	: 0
3600.09/3585.83	c number of falsified literals weakened from reason	: 0
3600.09/3585.83	c number of falsified literals weakened from conflict	: 0
3600.09/3585.83	c time for arithmetic operations	: 0
3600.09/3585.83	c minimum degree of deleted constraints	: null
3600.09/3585.83	c maximum degree of deleted constraints	: null
3600.09/3585.83	c number of deleted constraints	: 0
3600.09/3585.83	c speed (assignments/second)	: 1630.2500617777373
3600.09/3585.83	c non guided choices	: 23885
3600.09/3585.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 33605
3600.09/3585.86	s UNKNOWN
3600.09/3585.86	c Total wall clock time (in seconds): 3585.704

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100072 s]*
/proc/loadavg: 1.12 1.36 1.94 10/334 216943
/proc/meminfo: memFree=129375036/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=18930384 memory=51980 CPUtime=0.1 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 6115 0 0 0 8 2 0 0 20 0 18 0 238090602 19384713216 12995 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4732596 12995 5368 1 0 547231 0
[pid=216871/tid=216889] ppid=216858 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) S 216858 216871 216805 0 -1 4194368 4957 0 0 0 4 1 0 0 20 0 18 0 238090603 19384713216 12995 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238090605 19384713216 12995 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238090606 19384713216 12995 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51980 KiB

[startup+0.205863 s]*
/proc/loadavg: 1.75 1.49 1.98 11/336 216945
/proc/meminfo: memFree=129356472/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=18930384 memory=68092 CPUtime=0.28 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 7004 0 0 0 26 2 0 0 20 0 18 0 238090602 19384713216 17023 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4732596 17023 5432 1 0 547933 0
[pid=216871/tid=216889] ppid=216858 vsize=18930384 memory=4027056412 CPUtime=0.16 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 5263 0 0 0 14 2 0 0 20 0 18 0 238090603 19384713216 17023 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238090605 19384713216 17023 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238090606 19384713216 17023 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68092 KiB

[startup+0.305644 s]*
/proc/loadavg: 1.75 1.49 1.98 9/336 216945
/proc/meminfo: memFree=129253004/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=18930384 memory=129500 CPUtime=0.48 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 8501 0 0 0 44 4 0 0 20 0 18 0 238090602 19384713216 32375 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4732596 32375 5432 1 0 548892 0
[pid=216871/tid=216889] ppid=216858 vsize=18930384 memory=-8959738175737799356 CPUtime=0.25 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 5304 0 0 0 22 3 0 0 20 0 18 0 238090603 19384713216 32375 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238090605 19384713216 32375 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238090606 19384713216 32375 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 129500 KiB

[startup+0.700227 s]
/proc/loadavg: 1.75 1.49 1.98 10/339 216948
/proc/meminfo: memFree=129091676/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=169416 CPUtime=1.24 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 10065 0 0 0 119 5 0 0 20 0 20 0 238090602 19521036288 42354 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 42354 5464 1 0 550438 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=22144 CPUtime=0.6 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 5361 0 0 0 57 3 0 0 20 0 20 0 238090603 19521036288 42354 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 42354 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 42354 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 42354 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169416 KiB

[startup+1.50019 s]
/proc/loadavg: 1.75 1.49 1.98 8/340 216949
/proc/meminfo: memFree=128843968/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=169544 CPUtime=2.24 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 10703 0 0 0 219 5 0 0 20 0 20 0 238090602 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 42386 5464 1 0 550440 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=0 CPUtime=1.39 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 5528 0 0 0 136 3 0 0 20 0 20 0 238090603 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169544 KiB

[startup+3.10511 s]
/proc/loadavg: 1.75 1.49 1.98 7/342 216951
/proc/meminfo: memFree=128660640/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=169544 CPUtime=3.86 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 11524 0 0 0 381 5 0 0 20 0 20 0 238090602 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 42386 5464 1 0 550441 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=10752 CPUtime=2.98 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 5732 0 0 0 295 3 0 0 20 0 20 0 238090603 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=-8599731680524870332 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 42386 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169544 KiB

[startup+6.30017 s]
/proc/loadavg: 1.93 1.53 1.99 5/342 216951
/proc/meminfo: memFree=128582836/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=188036 CPUtime=7.07 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 13516 0 0 0 701 6 0 0 20 0 20 0 238090602 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 47009 5464 1 0 550441 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=0 CPUtime=6.13 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 5886 0 0 0 610 3 0 0 20 0 20 0 238090603 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=169544 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 7.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188036 KiB

[startup+12.7002 s]
/proc/loadavg: 2.10 1.57 2.00 5/342 216951
/proc/meminfo: memFree=128420364/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=188036 CPUtime=13.46 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 14411 0 0 0 1340 6 0 0 20 0 20 0 238090602 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 47009 5464 1 0 550441 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=169544 CPUtime=12.51 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 6437 0 0 0 1248 3 0 0 20 0 20 0 238090603 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=188036 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 47009 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 13.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188036 KiB

[startup+25.5002 s]
/proc/loadavg: 2.39 1.65 2.02 5/342 216951
/proc/meminfo: memFree=127936216/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=278416 CPUtime=26.39 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 18227 0 0 0 2631 8 0 0 20 0 20 0 238090602 19521036288 69604 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 69604 5496 1 0 550930 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=0 CPUtime=25.21 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 6924 0 0 0 2518 3 0 0 20 0 20 0 238090603 19521036288 69604 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=-8599731680524870332 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 69604 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=278188 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 69604 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=3026 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 69604 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 26.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 278416 KiB

[startup+51.1049 s]
/proc/loadavg: 3.03 1.88 2.09 5/342 216952
/proc/meminfo: memFree=127217916/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=438424 CPUtime=52.15 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 19674 0 0 0 5203 12 0 0 20 0 20 0 238090602 19521036288 109606 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 109606 5496 1 0 550962 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=354452 CPUtime=50.6 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 7965 0 0 0 5057 3 0 0 20 0 20 0 238090603 19521036288 109606 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=354452 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 109606 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=113313060/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=5908088 CPUtime=3236.07 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 131381 0 0 0 323419 188 0 0 20 0 20 0 238090602 19521036288 1477022 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1477022 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=5908088 CPUtime=3202.2 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 59721 0 0 0 320190 30 0 0 20 0 20 0 238090603 19521036288 1477022 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=5908088 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1477022 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1477022 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1477022 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3236.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5908088 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.04 5/341 217121
/proc/meminfo: memFree=113025228/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=6190728 CPUtime=3296.21 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 133339 0 0 0 329426 195 0 0 20 0 20 0 238090602 19521036288 1547682 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1547682 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=14692 CPUtime=3261.75 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 61474 0 0 0 326145 30 0 0 20 0 20 0 238090603 19521036288 1547682 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1547682 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1547682 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=-8599731680524870332 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1547682 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3296.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6190728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.11 4.04 6/341 217123
/proc/meminfo: memFree=112434484/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=6528660 CPUtime=3356.37 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 136435 0 0 0 335434 203 0 0 20 0 20 0 238090602 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1632165 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=6528660 CPUtime=3321.29 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 63107 0 0 0 332099 30 0 0 20 0 20 0 238090603 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=6190728 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=6528660 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3356.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6528660 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/341 217125
/proc/meminfo: memFree=112207492/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=6528660 CPUtime=3416.23 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 136626 0 0 0 341419 204 0 0 20 0 20 0 238090602 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1632165 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=6528660 CPUtime=3381.13 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 63241 0 0 0 338083 30 0 0 20 0 20 0 238090603 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=6528660 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 2035 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=6528660 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1632165 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3416.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6528660 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.04 5/341 217127
/proc/meminfo: memFree=111719496/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=6866580 CPUtime=3476.37 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 139204 0 0 0 347425 212 0 0 20 0 20 0 238090602 19521036288 1716645 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1716645 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=6528660 CPUtime=3440.66 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 65581 0 0 0 344036 30 0 0 20 0 20 0 238090603 19521036288 1716645 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1716645 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=6866580 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 2035 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1716645 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=6866580 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1716645 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3476.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6866580 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.04 5/341 217130
/proc/meminfo: memFree=111378316/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=7206548 CPUtime=3536.53 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 142852 0 0 0 353433 220 0 0 20 0 20 0 238090602 19521036288 1801637 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1801637 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=6866580 CPUtime=3500.2 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 68010 0 0 0 349989 31 0 0 20 0 20 0 238090603 19521036288 1801637 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=-8599731680524870332 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1801637 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=7206548 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 2078 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1801637 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=7206548 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1801637 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3536.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7206548 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.04 5/341 217134
/proc/meminfo: memFree=111148824/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=7433876 CPUtime=3596.6 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 145250 0 0 0 359434 226 0 0 20 0 20 0 238090602 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1858469 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=7206548 CPUtime=3559.83 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 69491 0 0 0 355952 31 0 0 20 0 20 0 238090603 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=7433876 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 2200 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3596.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7433876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.8 s]
/proc/loadavg: 4.07 4.09 4.04 5/341 217134
/proc/meminfo: memFree=111148580/131249992 swapFree=33003724/33010684
[pid=216871] ppid=216858 vsize=19063512 memory=7433876 CPUtime=3600.09 cores=1,3
/proc/216871/stat : 216871 (java) S 216858 216871 216805 0 -1 4194304 145462 0 0 0 359783 226 0 0 20 0 20 0 238090602 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
/proc/216871/statm: 4765878 1858469 5496 1 0 2010542 0
[pid=216871/tid=216889] ppid=216858 vsize=19063512 memory=7518021055321368663 CPUtime=3563.32 cores=1,3
/proc/216871/task/216889/stat : 216889 (java) R 216858 216871 216805 0 -1 4194368 69703 0 0 0 356301 31 0 0 20 0 20 0 238090603 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216926] ppid=216858 vsize=19063512 memory=7738141200546817107 CPUtime=0 cores=1,3
/proc/216871/task/216926/stat : 216926 (Finalizer) S 216858 216871 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090605 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216934] ppid=216858 vsize=19063512 memory=-8599731680524870332 CPUtime=0 cores=1,3
/proc/216871/task/216934/stat : 216934 (Common-Cleaner) S 216858 216871 216805 0 -1 4194368 2200 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
[pid=216871/tid=216948] ppid=216858 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/216871/task/216948/stat : 216948 (Timer-0) S 216858 216871 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090642 19521036288 1858469 18446744073709551615 94663633481728 94663633485424 140721706686704 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94663633493240 94663633494032 94663637475328 140721706690943 140721706691044 140721706691044 140721706696648 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7433876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.92 s, system=2.29115 s

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

Child status: 143

Real time (s): 3585.9
CPU time (s): 3600.21
CPU user time (s): 3597.92
CPU system time (s): 2.29115
CPU usage (%): 100.399
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7433876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.92
system time used= 2.29115
maximum resident set size= 7434772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109921
involuntary context switches= 7181


# summary of solver processes directly reported to runsolver:
#   pid: 216871
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.92
#   total CPU system time (s): 2.29115

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.76631 second user time and 16.0197 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-23 00:41:58
IDJOB=4543095
IDBENCH=171756
IDSOLVER=3363
FILE ID=nodeC025/4543095-1753224118
RUNJOBID= nodeC025-1753224118-216817
SLURM_JOB_ID= 9687832
Free space on /tmp= 431856 MiB

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

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

MD5SUM BENCH= 4a5f06b7fb11c81ea5ac116ad2781b11
RANDOM SEED=410042983

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		: 3599.943
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.835
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		: 3601.074
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		: 3598.317
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		: 3600.047
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.931
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.778
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		: 3600.928
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:        129456112 kB
MemAvailable:   129664060 kB
Buffers:            2128 kB
Cached:           951732 kB
SwapCached:         2132 kB
Active:           725232 kB
Inactive:         297092 kB
Active(anon):      62448 kB
Inactive(anon):    27616 kB
Active(file):     662784 kB
Inactive(file):   269476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5864 kB
Writeback:             4 kB
AnonPages:         69564 kB
Mapped:           102888 kB
Shmem:             21600 kB
KReclaimable:     229852 kB
Slab:             326888 kB
SReclaimable:     229852 kB
SUnreclaim:        97036 kB
KernelStack:        4144 kB
PageTables:         3036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     351040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 431852 MiB
End job on nodeC025 at 2025-07-23 01:41:44