Trace number 4515247

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 VeriPB 2025-06-06? (TO) 3600.29 3314.47

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab71-20-100.0.u.opb
MD5SUM5a0bcd4a9e5bc1c51804f47b1691eae0
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 benchmark39.0848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6689
Total number of constraints6377
Number of constraints which are clauses6255
Number of constraints which are cardinality constraints (but not clauses)121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6255
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 1966006
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501966013
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.19	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.25	c Number of processors 	2
0.42/0.36	c Pseudo Boolean Optimization by upper bound
0.42/0.36	c --- Begin Solver configuration ---
0.42/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.36	c Learn all clauses as in MiniSAT
0.42/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.36	c Expensive reason simplification
0.42/0.36	c Glucose 2.1 dynamic restart strategy
0.42/0.36	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.42/0.36	c timeout=2147483s
0.42/0.36	c DB Simplification allowed=false
0.42/0.36	c Listener: none
0.42/0.36	c --- End Solver configuration ---
0.42/0.36	c solving HOME/instance-4515247-1751232781.opb
0.42/0.36	c reading problem ... 
0.42/0.37	c using VERIPB proof format
0.42/0.37	c  no objective function found
1.33/0.82	c ... done. Wall clock time 0.456s.
1.33/0.83	c declared #vars     6689
1.33/0.83	c #constraints  6377
1.33/0.83	c constraints type 
1.33/0.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6255
1.33/0.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 121
1.33/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.33/0.83	c 6377 constraints processed.
25.83/20.79	c cleaning 2517 clauses out of 5033 with flag 10090/5033
47.64/40.26	c cleaning 4247 clauses out of 8494 with flag 22048/11011
72.06/62.76	c cleaning 5629 clauses out of 11257 with flag 36069/18021
100.29/88.48	c cleaning 6821 clauses out of 13641 with flag 52096/26034
133.35/118.90	c cleaning 7893 clauses out of 15790 with flag 70037/35004
168.74/151.29	c cleaning 8952 clauses out of 17903 with flag 90052/45010
207.68/187.13	c cleaning 9970 clauses out of 19942 with flag 112038/56001
257.42/229.95	c cleaning 10986 clauses out of 21971 with flag 136039/68000
338.58/307.87	c cleaning 11994 clauses out of 23990 with flag 162057/81005
393.08/358.23	c cleaning 13005 clauses out of 26010 with flag 190088/95019
467.73/423.56	c cleaning 13999 clauses out of 27998 with flag 220091/110012
555.21/506.87	c cleaning 15005 clauses out of 30010 with flag 252134/126023
630.67/571.05	c cleaning 15996 clauses out of 31991 with flag 286469/143009
711.67/646.39	c cleaning 16999 clauses out of 33998 with flag 323612/161012
785.13/714.62	c cleaning 18007 clauses out of 36013 with flag 364348/180026
903.83/828.41	c cleaning 18998 clauses out of 37996 with flag 404545/200016
1029.12/942.24	c cleaning 19999 clauses out of 39998 with flag 446565/221016
1191.91/1099.47	c cleaning 20992 clauses out of 41984 with flag 490564/243001
1331.48/1233.21	c cleaning 21996 clauses out of 43991 with flag 536590/266000
1529.99/1417.73	c cleaning 22992 clauses out of 45997 with flag 584741/290002
1672.21/1555.34	c cleaning 24004 clauses out of 48009 with flag 635025/315006
1856.55/1723.25	c cleaning 24992 clauses out of 50005 with flag 687203/341006
2007.08/1865.08	c cleaning 25995 clauses out of 52010 with flag 741452/368003
2211.93/2054.67	c cleaning 27000 clauses out of 54016 with flag 797792/396004
2375.07/2211.40	c cleaning 28003 clauses out of 56012 with flag 856051/425000
2582.12/2403.26	c cleaning 28995 clauses out of 58030 with flag 917111/455021
2743.79/2543.86	c cleaning 30000 clauses out of 60023 with flag 980529/486009
2943.11/2722.22	c cleaning 31002 clauses out of 62015 with flag 1046431/518001
3149.80/2906.30	c cleaning 31992 clauses out of 64012 with flag 1112811/551000
3393.23/3128.54	c cleaning 33010 clauses out of 66026 with flag 1181307/585006
3593.35/3307.83	c cleaning 34000 clauses out of 68010 with flag 1251604/620000
3600.03/3314.24	c timeout
3600.03/3314.25	c starts		: 1
3600.03/3314.25	c conflicts		: 621697
3600.03/3314.26	c decisions		: 629835
3600.03/3314.26	c propagations		: 15989658
3600.03/3314.26	c inspects		: 1808680678
3600.03/3314.26	c shortcuts		: 0
3600.03/3314.26	c learnt literals	: 0
3600.03/3314.26	c learnt binary clauses	: 0
3600.03/3314.26	c learnt ternary clauses	: 0
3600.03/3314.26	c learnt constraints	: 621697
3600.03/3314.26	c ignored constraints	: 0
3600.03/3314.26	c root simplifications	: 0
3600.03/3314.26	c removed literals (reason simplification)	: 560437021
3600.03/3314.26	c reason swapping (by a shorter reason)	: 0
3600.03/3314.26	c Calls to reduceDB	: 31
3600.03/3314.26	c Number of update (reduction) of LBD	: 3795
3600.03/3314.26	c Imported unit clauses	: 0
3600.03/3314.26	c No decision after first conflict	: false
3600.03/3314.26	c number of reductions to clauses (during analyze)	: 0
3600.03/3314.26	c number of learned constraints concerned by reduction	: 0
3600.03/3314.26	c number of learning phase by resolution	: 0
3600.03/3314.26	c number of learning phase by cutting planes	: 0
3600.03/3314.26	c number of rounding to 1 operations	: 0
3600.03/3314.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3314.26	c number of reductions of the coefficients by power 2 	: 0
3600.03/3314.26	c number of right shift for reduction by power 2 	: 0
3600.03/3314.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3314.26	c number of ending skipping 	: 0
3600.03/3314.26	c number of internal skipping 	: 0
3600.03/3314.26	c number of derivation steps 	: 0
3600.03/3314.26	c number of skipped derivation steps 	: 0
3600.03/3314.26	c number of remaining unassigned 	: 0
3600.03/3314.26	c number of remaining assigned 	: 0
3600.03/3314.26	c number of falsified literals weakened from reason	: 0
3600.03/3314.27	c number of falsified literals weakened from conflict	: 0
3600.03/3314.27	c time for arithmetic operations	: 0
3600.03/3314.27	c minimum degree of deleted constraints	: null
3600.03/3314.27	c maximum degree of deleted constraints	: null
3600.03/3314.27	c number of deleted constraints	: 0
3600.03/3314.27	c speed (assignments/second)	: 4825.719006767921
3600.03/3314.27	c non guided choices	: 6102
3600.03/3314.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35707
3600.03/3314.30	s UNKNOWN
3600.03/3314.30	c Total wall clock time (in seconds): 3313.932

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515247-1751232781/watcher-4515247-1751232781 -o /tmp/evaluation-result-4515247-1751232781/solver-4515247-1751232781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751232781-31324 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515247-1751232781 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515247-1751232781.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
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=31373, runsolver pid=31364
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 1.11 1.70 2.54 10/306 31439
/proc/meminfo: memFree=130039536/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=18930384 memory=47420 CPUtime=0.11 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 5680 0 0 0 7 4 0 0 20 0 18 0 38957276 19384713216 11855 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4732596 11855 5166 1 0 546892 0
[pid=31373/tid=31384] ppid=31364 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 4594 0 0 0 4 2 0 0 20 0 18 0 38957278 19384713216 11855 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=18930384 memory=15877 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957283 19384713216 11855 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957284 19384713216 11855 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47420 KiB

[startup+0.214146 s]*
/proc/loadavg: 1.11 1.70 2.54 10/318 31451
/proc/meminfo: memFree=130033228/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=18930384 memory=51748 CPUtime=0.26 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 6132 0 0 0 22 4 0 0 20 0 18 0 38957276 19384713216 12937 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4732596 12937 5326 1 0 547233 0
[pid=31373/tid=31384] ppid=31364 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 4967 0 0 0 14 3 0 0 20 0 18 0 38957278 19384713216 12937 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=18930384 memory=15877 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957283 19384713216 12937 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957284 19384713216 12937 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51748 KiB

[startup+0.313472 s]*
/proc/loadavg: 1.82 1.84 2.58 8/318 31451
/proc/meminfo: memFree=130016908/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=18930384 memory=58320 CPUtime=0.42 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 6717 0 0 0 37 5 0 0 20 0 18 0 38957276 19384713216 14580 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4732596 14580 5358 1 0 547740 0
[pid=31373/tid=31384] ppid=31364 vsize=18930384 memory=-6000919481263025004 CPUtime=0.25 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 5127 0 0 0 22 3 0 0 20 0 18 0 38957278 19384713216 14580 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957283 19384713216 14580 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957284 19384713216 14580 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58320 KiB

[startup+0.700793 s]
/proc/loadavg: 1.82 1.84 2.58 12/318 31451
/proc/meminfo: memFree=129996588/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=18930384 memory=88356 CPUtime=1.14 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 8679 0 0 0 106 8 0 0 20 0 18 0 38957276 19384713216 22089 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4732596 22089 5422 1 0 548970 0
[pid=31373/tid=31384] ppid=31364 vsize=18930384 memory=17152 CPUtime=0.58 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 5295 0 0 0 53 5 0 0 20 0 18 0 38957278 19384713216 22089 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=18930384 memory=10496 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957283 19384713216 22089 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957284 19384713216 22089 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 88356 KiB

[startup+1.50028 s]
/proc/loadavg: 1.82 1.84 2.58 11/321 31454
/proc/meminfo: memFree=129755684/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=179584 CPUtime=2.71 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 21179 0 0 0 257 14 0 0 20 0 20 0 38957276 19521036288 44896 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 44896 5454 1 0 554147 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=3200 CPUtime=1.29 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 5903 0 0 0 121 8 0 0 20 0 20 0 38957278 19521036288 44896 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 44896 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 44896 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 44896 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179584 KiB

[startup+3.10591 s]
/proc/loadavg: 1.82 1.84 2.58 7/326 31459
/proc/meminfo: memFree=128498936/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=432032 CPUtime=5.84 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 24415 0 0 0 562 22 0 0 20 0 20 0 38957276 19521036288 108008 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 108008 5486 1 0 1063832 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=10496 CPUtime=2.71 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 6443 0 0 0 258 13 0 0 20 0 20 0 38957278 19521036288 108008 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 108008 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 108008 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 108008 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 432032 KiB

[startup+6.3004 s]
/proc/loadavg: 2.16 1.90 2.60 6/326 31459
/proc/meminfo: memFree=125925208/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=1348000 CPUtime=9.92 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 26373 0 0 0 947 45 0 0 20 0 20 0 38957276 19521036288 337000 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 337000 5486 1 0 2022631 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=0 CPUtime=5.52 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 6778 0 0 0 523 29 0 0 20 0 20 0 38957278 19521036288 337000 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 337000 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 337000 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=183848 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 337000 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 9.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348000 KiB

[startup+12.7004 s]
/proc/loadavg: 2.39 1.96 2.61 5/328 31461
/proc/meminfo: memFree=121908112/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=2158248 CPUtime=16.77 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 27781 0 0 0 1607 70 0 0 20 0 20 0 38957276 19521036288 539562 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 539562 5486 1 0 2361035 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=183848 CPUtime=11.24 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 7192 0 0 0 1078 46 0 0 20 0 20 0 38957278 19521036288 539562 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=1914536 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 539562 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 539562 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 539562 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 16.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158248 KiB

[startup+25.5004 s]
/proc/loadavg: 2.71 2.04 2.64 6/328 31461
/proc/meminfo: memFree=115675036/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=3928432 CPUtime=31.63 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 30046 0 0 0 3045 118 0 0 20 0 20 0 38957276 19521036288 982108 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 982108 5486 1 0 2599214 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=1914536 CPUtime=22.64 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 8183 0 0 0 2191 73 0 0 20 0 20 0 38957278 19521036288 982108 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=2901832 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 982108 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=3057756 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 982108 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=2337 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 982108 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 31.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3928432 KiB

[startup+51.114 s]
/proc/loadavg: 3.54 2.31 2.71 5/333 31467
/proc/meminfo: memFree=106992956/131382120 swapFree=33010684/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=6899500 CPUtime=59.55 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 37245 0 0 0 5747 208 0 0 20 0 20 0 38957276 19521036288 1724875 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 1724875 5486 1 0 3134077 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=1397152 CPUtime=45.93 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 11339 0 0 0 4453 140 0 0 20 0 20 0 38957278 19521036288 1724875 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=16352 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 1724875 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 1724875 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0

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

/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 242915 0 0 0 276324 2190 0 0 20 0 20 0 38957278 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=62904963695344 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=139377 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=6888 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3229.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16289424 KiB

[startup+3042.3 s]
/proc/loadavg: 4.35 4.47 4.41 5/333 31666
/proc/meminfo: memFree=1021428/131382120 swapFree=33010160/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=16289424 CPUtime=3290.86 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 455786 0 0 0 326449 2637 0 0 20 0 20 0 38957276 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 4072356 5518 1 0 4085126 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=16289424 CPUtime=2842.01 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 248907 0 0 0 281976 2225 0 0 20 0 20 0 38957278 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=-6000919489869736812 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=16289424 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=3691182907259718576 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3290.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16289424 KiB

[startup+3102.3 s]
/proc/loadavg: 5.15 4.70 4.50 5/334 31669
/proc/meminfo: memFree=1042240/131382120 swapFree=33010160/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=16289424 CPUtime=3365.98 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 466358 0 0 0 333914 2684 0 0 20 0 20 0 38957276 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 4072356 5518 1 0 4085127 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=1792 CPUtime=2897.71 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 254137 0 0 0 287506 2265 0 0 20 0 20 0 38957278 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=3072 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2343 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3365.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16289424 KiB

[startup+3162.3 s]
/proc/loadavg: 4.73 4.67 4.50 6/334 31671
/proc/meminfo: memFree=982940/131382120 swapFree=33010160/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=16289424 CPUtime=3429.13 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 472191 0 0 0 340176 2737 0 0 20 0 20 0 38957276 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 4072356 5518 1 0 4085127 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=1792 CPUtime=2953.2 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 258549 0 0 0 293005 2315 0 0 20 0 20 0 38957278 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=3072 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2376 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 4072356 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3429.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16289424 KiB

[startup+3222.3 s]
/proc/loadavg: 4.58 4.62 4.49 5/337 31676
/proc/meminfo: memFree=1009044/131382120 swapFree=33010160/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=16289552 CPUtime=3504.16 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 483716 0 0 0 347616 2800 0 0 20 0 20 0 38957276 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 4072388 5518 1 0 4085127 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=4207488197506367791 CPUtime=3008.57 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 264996 0 0 0 298486 2371 0 0 20 0 20 0 38957278 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=8214628625287480048 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=139377 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=7737581544699225171 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3504.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16289552 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.60 4.49 5/336 31745
/proc/meminfo: memFree=32736868/131382120 swapFree=33010160/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=16289552 CPUtime=3567.3 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 488887 0 0 0 353886 2844 0 0 20 0 20 0 38957276 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 4072388 5518 1 0 4085127 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=6768 CPUtime=3064.33 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 268062 0 0 0 304022 2411 0 0 20 0 20 0 38957278 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=16270296 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=6384 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=4446344 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3567.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16289552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3314.21 s]
/proc/loadavg: 4.44 4.57 4.48 5/337 31748
/proc/meminfo: memFree=31106132/131382120 swapFree=33010160/33010684
[pid=31373] ppid=31364 vsize=19063512 memory=16289552 CPUtime=3600.03 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 494225 0 0 0 357140 2863 0 0 20 0 20 0 38957276 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4765878 4072388 5518 1 0 4085127 0
[pid=31373/tid=31384] ppid=31364 vsize=19063512 memory=16289552 CPUtime=3094.68 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) R 31364 31373 28556 0 -1 4194368 271555 0 0 0 307040 2428 0 0 20 0 20 0 38957278 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19063512 memory=16289552 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 20 0 38957284 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31453] ppid=31364 vsize=19063512 memory=139745015868753 CPUtime=0 cores=0,2
/proc/31373/task/31453/stat : 31453 (Timer-0) S 31364 31373 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957360 19521036288 4072388 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16289552 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.54 s, system=28.7494 s

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

[startup+3314.31 s]
/proc/loadavg: 4.44 4.57 4.48 5/337 31748
/proc/meminfo: memFree=31106132/131382120 swapFree=33010160/33010684
[pid=31373] ppid=31364 vsize=19263204 memory=16290448 CPUtime=3600.19 cores=0,2
/proc/31373/stat : 31373 (java) S 31364 31373 28556 0 -1 4194304 496357 0 0 0 357154 2865 0 0 20 0 16 0 38957276 19725520896 4072612 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
/proc/31373/statm: 4815801 4072612 5550 1 0 4086048 0
[pid=31373/tid=31384] ppid=31364 vsize=19263204 memory=245635481903 CPUtime=3094.73 cores=0,2
/proc/31373/task/31384/stat : 31384 (java) D 31364 31373 28556 0 -1 4194368 271796 0 0 0 307043 2430 0 0 20 0 16 0 38957278 19725520896 4072612 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31418] ppid=31364 vsize=19263204 memory=62904963695344 CPUtime=0 cores=0,2
/proc/31373/task/31418/stat : 31418 (Finalizer) S 31364 31373 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 38957283 19725520896 4072612 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
[pid=31373/tid=31430] ppid=31364 vsize=19263204 memory=141231 CPUtime=0 cores=0,2
/proc/31373/task/31430/stat : 31430 (Common-Cleaner) S 31364 31373 28556 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 16 0 38957284 19725520896 4072612 18446744073709551615 94270018494464 94270018498160 140731381350352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94270018505976 94270018506768 94270033604608 140731381356848 140731381357030 140731381357030 140731381362632 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16290448 KiB

[startup+3314.4 s]*
/proc/loadavg: 4.44 4.57 4.48 5/319 31751
/proc/meminfo: memFree=38439564/131382120 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3314.47
CPU time (s): 3600.29
CPU user time (s): 3571.54
CPU system time (s): 28.7494
CPU usage (%): 108.624
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16290448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.54
system time used= 28.7494
maximum resident set size= 16290576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496387
page faults= 0
swaps= 0
block input operations= 8
block output operations= 49959184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141235
involuntary context switches= 29726


# summary of solver processes directly reported to runsolver:
#   pid: 31373
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3571.54
#   total CPU system time (s): 28.7494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2911 second user time and 36.9292 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 23:33:02
IDJOB=4515247
IDBENCH=164254
IDSOLVER=3364
FILE ID=nodeC008/4515247-1751232781
RUNJOBID= nodeC008-1751232781-31324
SLURM_JOB_ID= 9587698
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab71-20-100.0.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515247-1751232781/watcher-4515247-1751232781 -o /tmp/evaluation-result-4515247-1751232781/solver-4515247-1751232781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751232781-31324 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515247-1751232781 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515247-1751232781.opb

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

MD5SUM BENCH= 5a0bcd4a9e5bc1c51804f47b1691eae0
RANDOM SEED=879735914

nodeC008 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	: 0xb00001f
cpu MHz		: 1197.354
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130086912 kB
MemAvailable:   129861292 kB
Buffers:            3280 kB
Cached:           584764 kB
SwapCached:            0 kB
Active:           322276 kB
Inactive:         336808 kB
Active(anon):      88996 kB
Inactive(anon):        0 kB
Active(file):     233280 kB
Inactive(file):   336808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4544 kB
Writeback:             4 kB
AnonPages:         74156 kB
Mapped:           102368 kB
Shmem:             17956 kB
KReclaimable:      87840 kB
Slab:             167212 kB
SReclaimable:      87840 kB
SUnreclaim:        79372 kB
KernelStack:        3824 kB
PageTables:         2792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC008 at 2025-06-30 00:28:16