Trace number 4499357

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.25 3592.81

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark17.5328
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
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.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.59/0.45	c Pseudo Boolean Optimization by upper bound
0.59/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	c  - never skip resolution steps
0.59/0.45	c  - Auto-division on coefficients is disabled
0.59/0.45	c  - No postprocessing
0.59/0.45	c  - Conflict is considered as is when resolving
0.59/0.45	c  - Use constraints as they come during conflict analysis
0.59/0.45	c  - Weaken first using unassigned literals
0.59/0.45	c  - Bump strategy: ALWAYS_ONE
0.59/0.45	c  - Bumper: EFFECTIVE
0.59/0.45	c --- Begin Solver configuration ---
0.59/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.45	c Learn all clauses as in MiniSAT
0.59/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	c No reason simplification
0.59/0.45	c Dynamic restart strategy considering the size of the coefficients
0.59/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.45	c timeout=2147483s
0.59/0.45	c DB Simplification allowed=false
0.59/0.45	c Listener: none
0.59/0.45	c --- End Solver configuration ---
0.59/0.45	c solving HOME/instance-4499357-1751417855.opb
0.59/0.45	c reading problem ... 
0.59/0.47	c using VERIPB proof format
0.59/0.47	c  objective function found
0.94/0.68	c ... done. Wall clock time 0.219s.
0.94/0.68	c declared #vars     774
0.94/0.68	c #constraints  1024
0.94/0.68	c constraints type 
0.94/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
0.94/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.94/0.69	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 192
0.94/0.69	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.94/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.94/0.69	c 1024 constraints processed.
1.08/0.72	c objective function length is 3 literals
15.72/11.31	c cleaning 2501 clauses out of 5001 with flag 0/5001
43.22/37.28	c cleaning 4243 clauses out of 8500 with flag 0/11001
81.59/78.08	c cleaning 5626 clauses out of 11258 with flag 0/18002
126.78/121.98	c cleaning 6817 clauses out of 13633 with flag 0/26003
199.12/193.48	c cleaning 7904 clauses out of 15813 with flag 0/35000
300.08/294.03	c cleaning 8953 clauses out of 17911 with flag 0/45002
450.19/443.75	c cleaning 9977 clauses out of 19957 with flag 0/56001
558.95/552.47	c cleaning 10988 clauses out of 21979 with flag 0/68000
722.98/716.98	c cleaning 11992 clauses out of 23992 with flag 0/81001
880.22/876.04	c cleaning 12996 clauses out of 26000 with flag 0/95001
1051.55/1047.49	c cleaning 13998 clauses out of 28003 with flag 0/110000
1247.06/1242.43	c cleaning 14997 clauses out of 30006 with flag 0/126001
1481.82/1476.81	c cleaning 16000 clauses out of 32009 with flag 0/143001
1715.83/1710.81	c cleaning 16980 clauses out of 34008 with flag 0/161000
2075.85/2069.38	c cleaning 17995 clauses out of 36029 with flag 0/180001
2433.17/2426.29	c cleaning 19003 clauses out of 38035 with flag 0/200002
2719.81/2715.09	c cleaning 20010 clauses out of 40030 with flag 0/221000
3024.48/3018.70	c cleaning 20994 clauses out of 42020 with flag 0/243000
3411.13/3404.44	c cleaning 22003 clauses out of 44027 with flag 0/266001
3600.08/3592.73	c timeout
3600.08/3592.73	c starts		: 26
3600.08/3592.73	c conflicts		: 277108
3600.08/3592.73	c decisions		: 335538
3600.08/3592.73	c propagations		: 17128696
3600.08/3592.73	c inspects		: 2192456540
3600.08/3592.73	c shortcuts		: 0
3600.08/3592.73	c learnt literals	: 0
3600.08/3592.73	c learnt binary clauses	: 0
3600.08/3592.73	c learnt ternary clauses	: 0
3600.08/3592.73	c learnt constraints	: 277107
3600.08/3592.73	c ignored constraints	: 0
3600.08/3592.73	c root simplifications	: 0
3600.08/3592.73	c removed literals (reason simplification)	: 0
3600.08/3592.73	c reason swapping (by a shorter reason)	: 0
3600.08/3592.73	c Calls to reduceDB	: 19
3600.08/3592.73	c Number of update (reduction) of LBD	: 222657
3600.08/3592.73	c Imported unit clauses	: 0
3600.08/3592.73	c No decision after first conflict	: false
3600.08/3592.73	c number of reductions to clauses (during analyze)	: 0
3600.08/3592.73	c number of learned constraints concerned by reduction	: 0
3600.08/3592.73	c number of learning phase by resolution	: 0
3600.08/3592.73	c number of learning phase by cutting planes	: 0
3600.08/3592.74	c number of rounding to 1 operations	: 0
3600.08/3592.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3592.74	c number of reductions of the coefficients by power 2 	: 0
3600.08/3592.74	c number of right shift for reduction by power 2 	: 0
3600.08/3592.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3592.74	c number of ending skipping 	: 0
3600.08/3592.74	c number of internal skipping 	: 0
3600.08/3592.74	c number of derivation steps 	: 5107065
3600.08/3592.74	c number of skipped derivation steps 	: 0
3600.08/3592.74	c number of remaining unassigned 	: 500791
3600.08/3592.74	c number of remaining assigned 	: 205180767
3600.08/3592.74	c number of falsified literals weakened from reason	: 0
3600.08/3592.74	c number of falsified literals weakened from conflict	: 0
3600.08/3592.74	c time for arithmetic operations	: 11188055437
3600.08/3592.74	c minimum degree of deleted constraints	: 26
3600.08/3592.74	c maximum degree of deleted constraints	: 95823940297204082002923384303472630427519350062679548746611815364922032874313942811740
3600.08/3592.74	c number of deleted constraints	: 243977
3600.08/3592.74	c speed (assignments/second)	: 4768.558635882391
3600.08/3592.74	c non guided choices	: 331
3600.08/3592.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 33130
3600.08/3592.76	s UNKNOWN
3600.08/3592.76	c Total wall clock time (in seconds): 3592.315

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499357-1751417855/watcher-4499357-1751417855 -o /tmp/evaluation-result-4499357-1751417855/solver-4499357-1751417855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751417855-57343 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499357-1751417855 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499357-1751417855.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 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=57385, runsolver pid=57378

[startup+0.100073 s]*
/proc/loadavg: 0.46 1.01 1.40 5/280 57431
/proc/meminfo: memFree=128800940/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=18930344 memory=46600 CPUtime=0.1 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 5639 0 0 0 7 3 0 0 20 0 18 0 57464210 19384672256 11650 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4732586 11650 5012 1 0 546870 0
[pid=57385/tid=57389] ppid=57378 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4456512 4573 0 0 0 4 2 0 0 20 0 18 0 57464213 19384672256 11682 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=18930344 memory=16878 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57464219 19384672256 11714 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=18930344 memory=58494082614266 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 57464220 19384672256 11714 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46600 KiB

[startup+0.219101 s]*
/proc/loadavg: 0.46 1.01 1.40 8/318 57469
/proc/meminfo: memFree=128763292/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=18930384 memory=51824 CPUtime=0.27 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 6134 0 0 0 23 4 0 0 20 0 18 0 57464210 19384713216 12956 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4732596 12956 5332 1 0 547242 0
[pid=57385/tid=57389] ppid=57378 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 4972 0 0 0 15 2 0 0 20 0 18 0 57464213 19384713216 12956 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=18930384 memory=16878 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57464219 19384713216 12956 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 57464220 19384713216 12956 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51824 KiB

[startup+0.314058 s]*
/proc/loadavg: 0.46 1.01 1.40 8/318 57469
/proc/meminfo: memFree=128748812/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=18930384 memory=58044 CPUtime=0.43 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 6661 0 0 0 38 5 0 0 20 0 18 0 57464210 19384713216 14511 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4732596 14511 5332 1 0 547692 0
[pid=57385/tid=57389] ppid=57378 vsize=18930384 memory=-6000919481229469034 CPUtime=0.26 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 5141 0 0 0 23 3 0 0 20 0 18 0 57464213 19384713216 14511 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57464219 19384713216 14511 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 57464220 19384713216 14511 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58044 KiB

[startup+0.700353 s]
/proc/loadavg: 0.46 1.01 1.40 12/318 57469
/proc/meminfo: memFree=128741948/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=18930384 memory=77504 CPUtime=1.08 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 7343 0 0 0 101 7 0 0 20 0 18 0 57464210 19384713216 19376 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4732596 19376 5460 1 0 548122 0
[pid=57385/tid=57389] ppid=57378 vsize=18930384 memory=18304 CPUtime=0.56 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 5481 0 0 0 52 4 0 0 20 0 18 0 57464213 19384713216 19376 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57464219 19384713216 19376 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 57464220 19384713216 19408 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 77504 KiB

[startup+1.50028 s]
/proc/loadavg: 0.46 1.01 1.40 9/322 57473
/proc/meminfo: memFree=128351260/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=176216 CPUtime=2.65 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 22510 0 0 0 251 14 0 0 20 0 20 0 57464210 19521036288 44054 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 44054 5524 1 0 553927 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=3200 CPUtime=1.22 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 6113 0 0 0 116 6 0 0 20 0 20 0 57464213 19521036288 44054 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 44054 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 44054 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 44054 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176216 KiB

[startup+3.10588 s]
/proc/loadavg: 1.06 1.12 1.44 9/326 57477
/proc/meminfo: memFree=126823688/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=379716 CPUtime=5.82 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 26400 0 0 0 561 21 0 0 20 0 20 0 57464210 19521036288 94929 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 94929 5524 1 0 555408 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=16584 CPUtime=2.75 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 6804 0 0 0 264 11 0 0 20 0 20 0 57464213 19521036288 94929 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 94929 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 94929 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 94929 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 379716 KiB

[startup+6.30045 s]
/proc/loadavg: 1.06 1.12 1.44 5/326 57477
/proc/meminfo: memFree=124670644/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=962432 CPUtime=9.61 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 27222 0 0 0 926 35 0 0 20 0 20 0 57464210 19521036288 240608 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 240608 5524 1 0 661935 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=0 CPUtime=5.8 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 7178 0 0 0 557 23 0 0 20 0 20 0 57464213 19521036288 240608 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 240608 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 240608 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=280963607368608 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 240608 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 9.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 962432 KiB

[startup+12.7004 s]
/proc/loadavg: 1.46 1.20 1.46 5/326 57477
/proc/meminfo: memFree=122618792/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=1065440 CPUtime=17.15 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 28296 0 0 0 1675 40 0 0 20 0 20 0 57464210 19521036288 266360 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 266360 5524 1 0 661970 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=0 CPUtime=12.02 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 7957 0 0 0 1175 27 0 0 20 0 20 0 57464213 19521036288 266360 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=1048972 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 266360 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 266360 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 266360 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1065440 KiB

[startup+25.5005 s]
/proc/loadavg: 2.32 1.41 1.52 5/326 57477
/proc/meminfo: memFree=119036508/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=2300356 CPUtime=31.25 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 36821 0 0 0 3053 72 0 0 20 0 20 0 57464210 19521036288 575089 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 575089 5524 1 0 837432 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=16584 CPUtime=24.49 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 10765 0 0 0 2394 55 0 0 20 0 20 0 57464213 19521036288 575089 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=3196 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 575089 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=281272 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 575089 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=1747396 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 575089 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 31.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2300356 KiB

[startup+51.1134 s]
/proc/loadavg: 2.74 1.58 1.58 4/306 57521
/proc/meminfo: memFree=121216228/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=2384736 CPUtime=57.2 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 43674 0 0 0 5634 86 0 0 20 0 20 0 57464210 19521036288 596184 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 596184 5524 1 0 837508 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=2384736 CPUtime=49.32 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 13126 0 0 0 4868 64 0 0 20 0 20 0 57464213 19521036288 596184 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 596184 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=2384736 CPUtime=0 cores=4,6

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

/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=4632988 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2650 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3228.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.09 2.09 3/278 57729
/proc/meminfo: memFree=117571940/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3288.57 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 188600 0 0 0 327967 890 0 0 20 0 20 0 57464210 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 1158279 5556 1 0 1171251 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3199.54 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 100397 0 0 0 319348 606 0 0 20 0 20 0 57464213 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2650 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3288.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/278 57731
/proc/meminfo: memFree=117544568/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3348.76 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 190563 0 0 0 333976 900 0 0 20 0 20 0 57464210 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 1158279 5556 1 0 1171251 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=4764 CPUtime=3258.07 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 101966 0 0 0 325195 612 0 0 20 0 20 0 57464213 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2683 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3348.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/277 57735
/proc/meminfo: memFree=117519616/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3409.04 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 191314 0 0 0 339993 911 0 0 20 0 20 0 57464210 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 1158279 5556 1 0 1171251 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=2764 CPUtime=3316.86 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 102608 0 0 0 331067 619 0 0 20 0 20 0 57464213 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2726 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3409.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.10 2.09 3/276 57737
/proc/meminfo: memFree=117480708/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3469.3 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 193783 0 0 0 346002 928 0 0 20 0 20 0 57464210 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 1158279 5556 1 0 1171251 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=2764 CPUtime=3375.42 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 104629 0 0 0 336911 631 0 0 20 0 20 0 57464213 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2726 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3469.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/277 57744
/proc/meminfo: memFree=117456888/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3529.58 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 195837 0 0 0 352018 940 0 0 20 0 20 0 57464210 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 1158279 5556 1 0 1171251 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3434.29 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 106235 0 0 0 342791 638 0 0 20 0 20 0 57464213 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2812 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3529.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB

[startup+3582.3 s]
/proc/loadavg: 2.04 2.08 2.08 3/277 57746
/proc/meminfo: memFree=117398904/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3589.67 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 196063 0 0 0 358015 952 0 0 20 0 20 0 57464210 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 1158279 5556 1 0 1171251 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3493.17 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 106303 0 0 0 348672 645 0 0 20 0 20 0 57464213 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2863 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=18304 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3589.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 2.03 2.07 2.08 2/253 57786
/proc/meminfo: memFree=122336832/131382120 swapFree=33010684/33010684
[pid=57385] ppid=57378 vsize=19063512 memory=4633116 CPUtime=3600.08 cores=4,6
/proc/57385/stat : 57385 (java) S 57378 57385 57000 0 -1 4194304 196076 0 0 0 359054 954 0 0 20 0 20 0 57464210 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
/proc/57385/statm: 4765878 1158279 5556 1 0 1171251 0
[pid=57385/tid=57389] ppid=57378 vsize=19063512 memory=11136 CPUtime=3503.29 cores=4,6
/proc/57385/task/57389/stat : 57389 (java) R 57378 57385 57000 0 -1 4194368 106305 0 0 0 349682 647 0 0 20 0 20 0 57464213 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57419] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57419/stat : 57419 (Finalizer) S 57378 57385 57000 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57464219 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57430] ppid=57378 vsize=19063512 memory=4633116 CPUtime=0 cores=4,6
/proc/57385/task/57430/stat : 57430 (Common-Cleaner) S 57378 57385 57000 0 -1 4194368 2863 0 0 0 0 0 0 0 20 0 20 0 57464220 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
[pid=57385/tid=57470] ppid=57378 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/57385/task/57470/stat : 57470 (Timer-0) S 57378 57385 57000 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57464284 19521036288 1158279 18446744073709551615 94475443466240 94475443469936 140723894310640 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475443477752 94475443478544 94475464310784 140723894315309 140723894315494 140723894315494 140723894321096 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.67 s, system=9.57778 s

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

[startup+3592.8 s]*
/proc/loadavg: 2.03 2.07 2.08 1/235 57789
/proc/meminfo: memFree=126944848/131382120 swapFree=33010684/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): 3592.81
CPU time (s): 3600.25
CPU user time (s): 3590.67
CPU system time (s): 9.57778
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4633116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.67
system time used= 9.57777
maximum resident set size= 4634012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3874504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131028
involuntary context switches= 31329


# summary of solver processes directly reported to runsolver:
#   pid: 57385
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3590.67
#   total CPU system time (s): 9.57778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4114 second user time and 29.7218 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-02 02:57:35
IDJOB=4499357
IDBENCH=148776
IDSOLVER=3362
FILE ID=nodeC003/4499357-1751417855
RUNJOBID= nodeC003-1751417855-57343
SLURM_JOB_ID= 9598326
Free space on /tmp= 432660 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499357-1751417855/watcher-4499357-1751417855 -o /tmp/evaluation-result-4499357-1751417855/solver-4499357-1751417855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751417855-57343 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499357-1751417855 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499357-1751417855.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=387016261

nodeC003 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.155
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.44
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.138
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.44
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.112
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.44
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		: 1179.633
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.44
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.161
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.44
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.028
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.44
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.401
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.44
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.153
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128841708 kB
MemAvailable:   129902796 kB
Buffers:            3280 kB
Cached:          1860444 kB
SwapCached:            0 kB
Active:           324944 kB
Inactive:        1610256 kB
Active(anon):      89436 kB
Inactive(anon):        0 kB
Active(file):     235508 kB
Inactive(file):  1610256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3568 kB
Writeback:             0 kB
AnonPages:         75032 kB
Mapped:           103408 kB
Shmem:             17960 kB
KReclaimable:     109904 kB
Slab:             194624 kB
SReclaimable:     109904 kB
SUnreclaim:        84720 kB
KernelStack:        3888 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     339980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432648 MiB
End job on nodeC003 at 2025-07-02 03:57:28