Trace number 4543056

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.16 3587.98

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_390_389.opb
MD5SUM8c310f5c6bc12dfd4cf754da21955474
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.43418
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables151710
Total number of constraints779
Number of constraints which are clauses390
Number of constraints which are cardinality constraints (but not clauses)389
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint390
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 391
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4543056-1753224118.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
1.27/0.78	c ... done. Wall clock time 0.644s.
1.27/0.78	c declared #vars     151710
1.27/0.78	c #constraints  779
1.27/0.78	c constraints type 
1.27/0.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 389
1.27/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 390
1.27/0.78	c 779 constraints processed.
78.90/77.49	c cleaning 2495 clauses out of 5000 with flag 32501/5000
196.22/194.53	c cleaning 4255 clauses out of 8509 with flag 70149/11004
344.45/342.56	c cleaning 5614 clauses out of 11251 with flag 118925/18001
504.30/502.23	c cleaning 6816 clauses out of 13637 with flag 174446/26001
698.88/695.41	c cleaning 7905 clauses out of 15820 with flag 233006/35000
919.42/915.87	c cleaning 8954 clauses out of 17915 with flag 301598/45000
1173.06/1169.35	c cleaning 9982 clauses out of 19963 with flag 371492/56002
1469.71/1464.52	c cleaning 10984 clauses out of 21984 with flag 462613/68005
1775.38/1769.97	c cleaning 11988 clauses out of 23995 with flag 563770/81000
2103.41/2096.51	c cleaning 13001 clauses out of 26007 with flag 663070/95000
2467.92/2458.09	c cleaning 13997 clauses out of 28006 with flag 778490/110000
2841.31/2831.37	c cleaning 14993 clauses out of 30009 with flag 901657/126000
3254.48/3242.48	c cleaning 16006 clauses out of 32016 with flag 1026731/143000
3600.04/3587.91	c starts		: 1
3600.04/3587.92	c timeout
3600.04/3587.92	c conflicts		: 157153
3600.04/3587.92	c decisions		: 251627
3600.04/3587.92	c propagations		: 2123252
3600.04/3587.92	c inspects		: 400511884
3600.04/3587.92	c shortcuts		: 0
3600.04/3587.92	c learnt literals	: 0
3600.04/3587.92	c learnt binary clauses	: 0
3600.04/3587.92	c learnt ternary clauses	: 0
3600.04/3587.92	c learnt constraints	: 157153
3600.04/3587.92	c ignored constraints	: 0
3600.04/3587.92	c root simplifications	: 0
3600.04/3587.92	c removed literals (reason simplification)	: 416261
3600.04/3587.92	c reason swapping (by a shorter reason)	: 0
3600.04/3587.92	c Calls to reduceDB	: 13
3600.04/3587.92	c Number of update (reduction) of LBD	: 87288
3600.04/3587.92	c Imported unit clauses	: 0
3600.04/3587.92	c No decision after first conflict	: false
3600.04/3587.92	c number of reductions to clauses (during analyze)	: 0
3600.04/3587.92	c number of learned constraints concerned by reduction	: 0
3600.04/3587.92	c number of learning phase by resolution	: 0
3600.04/3587.92	c number of learning phase by cutting planes	: 0
3600.04/3587.92	c number of rounding to 1 operations	: 0
3600.04/3587.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3587.92	c number of reductions of the coefficients by power 2 	: 0
3600.04/3587.92	c number of right shift for reduction by power 2 	: 0
3600.04/3587.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3587.93	c number of ending skipping 	: 0
3600.04/3587.93	c number of internal skipping 	: 0
3600.04/3587.93	c number of derivation steps 	: 0
3600.04/3587.93	c number of skipped derivation steps 	: 0
3600.04/3587.93	c number of remaining unassigned 	: 0
3600.04/3587.93	c number of remaining assigned 	: 0
3600.04/3587.93	c number of falsified literals weakened from reason	: 0
3600.04/3587.93	c number of falsified literals weakened from conflict	: 0
3600.04/3587.93	c time for arithmetic operations	: 0
3600.04/3587.93	c minimum degree of deleted constraints	: null
3600.04/3587.93	c maximum degree of deleted constraints	: null
3600.04/3587.93	c number of deleted constraints	: 0
3600.04/3587.93	c speed (assignments/second)	: 591.9087894016577
3600.04/3587.93	c non guided choices	: 75467
3600.04/3587.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 30163
3600.04/3587.95	s UNKNOWN
3600.04/3587.95	c Total wall clock time (in seconds): 3587.826

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 1.12 1.36 1.94 11/334 216943
/proc/meminfo: memFree=129370700/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=18930384 memory=57776 CPUtime=0.13 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 6578 0 0 0 11 2 0 0 20 0 18 0 238090603 19384713216 14444 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4732596 14444 5341 1 0 547619 0
[pid=216881/tid=216904] ppid=216863 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 5073 0 0 0 6 1 0 0 20 0 18 0 238090604 19384713216 14444 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238090606 19384713216 14444 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=18930384 memory=57385981077077 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238090607 19384713216 14444 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57776 KiB

[startup+0.205665 s]*
/proc/loadavg: 1.75 1.49 1.98 10/336 216945
/proc/meminfo: memFree=129355968/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=18930384 memory=78476 CPUtime=0.33 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 8033 0 0 0 30 3 0 0 20 0 18 0 238090603 19384713216 19619 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4732596 19619 5437 1 0 548535 0
[pid=216881/tid=216904] ppid=216863 vsize=18930384 memory=4027056412 CPUtime=0.16 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 5257 0 0 0 15 1 0 0 20 0 18 0 238090604 19384713216 19619 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=18930384 memory=17913 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238090606 19384713216 19619 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238090607 19384713216 19619 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78476 KiB

[startup+0.30563 s]*
/proc/loadavg: 1.75 1.49 1.98 9/336 216945
/proc/meminfo: memFree=129236936/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=18930384 memory=121420 CPUtime=0.52 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 8507 0 0 0 48 4 0 0 20 0 18 0 238090603 19384713216 30355 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4732596 30355 5437 1 0 548893 0
[pid=216881/tid=216904] ppid=216863 vsize=18930384 memory=-8959738175737799356 CPUtime=0.25 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 5278 0 0 0 23 2 0 0 20 0 18 0 238090604 19384713216 30355 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238090606 19384713216 30355 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238090607 19384713216 30355 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 121420 KiB

[startup+0.700237 s]
/proc/loadavg: 1.75 1.49 1.98 9/339 216948
/proc/meminfo: memFree=129091676/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=18996948 memory=310792 CPUtime=1.27 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 10736 0 0 0 119 8 0 0 20 0 19 0 238090603 19452874752 77698 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4749237 77698 5469 1 0 1076326 0
[pid=216881/tid=216904] ppid=216863 vsize=18996948 memory=22144 CPUtime=0.49 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 5391 0 0 0 44 5 0 0 20 0 19 0 238090604 19452874752 77698 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238090606 19452874752 77698 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238090607 19452874752 77698 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 310792 KiB

[startup+1.50022 s]
/proc/loadavg: 1.75 1.49 1.98 8/340 216949
/proc/meminfo: memFree=128843968/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=420500 CPUtime=2.56 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 11991 0 0 0 245 11 0 0 20 0 20 0 238090603 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 105125 5533 1 0 1077177 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=3200 CPUtime=1.24 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 5500 0 0 0 116 8 0 0 20 0 20 0 238090604 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420500 KiB

[startup+3.10526 s]
/proc/loadavg: 1.75 1.49 1.98 6/342 216951
/proc/meminfo: memFree=128660640/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=420500 CPUtime=4.21 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 12003 0 0 0 410 11 0 0 20 0 20 0 238090603 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 105125 5533 1 0 1077178 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=14692 CPUtime=2.84 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 5501 0 0 0 276 8 0 0 20 0 20 0 238090604 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 4.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420500 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=216881] ppid=216863 vsize=19063512 memory=420500 CPUtime=7.42 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 12956 0 0 0 731 11 0 0 20 0 20 0 238090603 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 105125 5533 1 0 1077178 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=0 CPUtime=6.02 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 5787 0 0 0 594 8 0 0 20 0 20 0 238090604 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=420500 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 7.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420500 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=216881] ppid=216863 vsize=19063512 memory=420500 CPUtime=13.82 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 13784 0 0 0 1370 12 0 0 20 0 20 0 238090603 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 105125 5533 1 0 1077178 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=420500 CPUtime=12.41 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 6073 0 0 0 1233 8 0 0 20 0 20 0 238090604 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=420500 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 13.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420500 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=216881] ppid=216863 vsize=19063512 memory=420500 CPUtime=26.62 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 15374 0 0 0 2650 12 0 0 20 0 20 0 238090603 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 105125 5533 1 0 1077178 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=0 CPUtime=25.17 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 6545 0 0 0 2509 8 0 0 20 0 20 0 238090604 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=420500 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=420500 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=-8959738175737799356 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 26.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420500 KiB

[startup+51.1056 s]
/proc/loadavg: 3.03 1.88 2.09 5/342 216952
/proc/meminfo: memFree=127217916/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=420500 CPUtime=52.18 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 15511 0 0 0 5205 13 0 0 20 0 20 0 238090603 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 105125 5533 1 0 1077178 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=-8959738175737799356 CPUtime=50.71 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 6669 0 0 0 5063 8 0 0 20 0 20 0 238090604 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=420500 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=420500 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 105125 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0

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

/proc/meminfo: memFree=113025228/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3294.3 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 124732 0 0 0 329235 195 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3264.84 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 49669 0 0 0 326444 40 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=22144 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3294.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.11 4.04 5/341 217123
/proc/meminfo: memFree=112434484/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3354.31 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 127596 0 0 0 335235 196 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=10752 CPUtime=3324.51 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 51531 0 0 0 332410 41 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=22144 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 1767 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3354.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/341 217125
/proc/meminfo: memFree=112207244/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3414.39 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 130797 0 0 0 341241 198 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=10752 CPUtime=3384.16 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 53317 0 0 0 338375 41 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3414.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 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=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3474.27 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 131331 0 0 0 347228 199 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=10752 CPUtime=3444.02 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 53666 0 0 0 344361 41 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3474.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.04 5/341 217130
/proc/meminfo: memFree=111378068/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3534.36 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 132516 0 0 0 353235 201 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3503.66 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 53684 0 0 0 350325 41 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 1999 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3534.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 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=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3594.46 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 133758 0 0 0 359245 201 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=14692 CPUtime=3563.3 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 54720 0 0 0 356289 41 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 2003 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3594.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.9 s]
/proc/loadavg: 4.15 4.10 4.05 3/295 217156
/proc/meminfo: memFree=121995260/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3600.04 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 133927 0 0 0 359803 201 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3568.88 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 54889 0 0 0 356847 41 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 2003 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.12 s, system=2.04356 s

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

[startup+3587.9 s]
/proc/loadavg: 4.15 4.10 4.05 3/295 217156
/proc/meminfo: memFree=121995260/131249992 swapFree=33003724/33010684
[pid=216881] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3600.04 cores=4,6
/proc/216881/stat : 216881 (java) S 216863 216881 216805 0 -1 4194304 133927 0 0 0 359803 201 0 0 20 0 20 0 238090603 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
/proc/216881/statm: 4765878 1247626 5565 1 0 1416027 0
[pid=216881/tid=216904] ppid=216863 vsize=19063512 memory=4990504 CPUtime=3568.88 cores=4,6
/proc/216881/task/216904/stat : 216904 (java) R 216863 216881 216805 0 -1 4194368 54889 0 0 0 356847 41 0 0 20 0 20 0 238090604 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216936] ppid=216863 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/216881/task/216936/stat : 216936 (Finalizer) S 216863 216881 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090606 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216943] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216943/stat : 216943 (Common-Cleaner) S 216863 216881 216805 0 -1 4194368 2003 0 0 0 0 0 0 0 20 0 20 0 238090607 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
[pid=216881/tid=216949] ppid=216863 vsize=19063512 memory=4990504 CPUtime=0 cores=4,6
/proc/216881/task/216949/stat : 216949 (Timer-0) S 216863 216881 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090683 19521036288 1247626 18446744073709551615 94393745629184 94393745632880 140725708921760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393745640696 94393745641488 94393759735808 140725708929407 140725708929508 140725708929508 140725708935112 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4990504 KiB

Child status: 143

Real time (s): 3587.98
CPU time (s): 3600.16
CPU user time (s): 3598.12
CPU system time (s): 2.04356
CPU usage (%): 100.34
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4990504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.12
system time used= 2.04356
maximum resident set size= 4991400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136142
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120782
involuntary context switches= 22434


# summary of solver processes directly reported to runsolver:
#   pid: 216881
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3598.12
#   total CPU system time (s): 2.04356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.67626 second user time and 15.798 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-23 00:41:58
IDJOB=4543056
IDBENCH=171748
IDSOLVER=3363
FILE ID=nodeC025/4543056-1753224118
RUNJOBID= nodeC025-1753224118-216816
SLURM_JOB_ID= 9687832
Free space on /tmp= 431860 MiB

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

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

MD5SUM BENCH= 8c310f5c6bc12dfd4cf754da21955474
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.924
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		: 3598.557
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.973
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		: 3600.016
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		: 3601.083
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.869
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.834
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.970
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:        129455752 kB
MemAvailable:   129664672 kB
Buffers:            2128 kB
Cached:           952704 kB
SwapCached:         2132 kB
Active:           725352 kB
Inactive:         298064 kB
Active(anon):      62568 kB
Inactive(anon):    27616 kB
Active(file):     662784 kB
Inactive(file):   270448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6512 kB
Writeback:             4 kB
AnonPages:         69692 kB
Mapped:           103212 kB
Shmem:             21600 kB
KReclaimable:     229852 kB
Slab:             327000 kB
SReclaimable:     229852 kB
SUnreclaim:        97148 kB
KernelStack:        4160 kB
PageTables:         3072 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     351536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 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= 431856 MiB
End job on nodeC025 at 2025-07-23 01:41:47