Trace number 4497661

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 Resolution VeriPB 2025-06-06? (TO) 3600.22 3647.24

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUMdbdf528b135cde252d8c4b9633a10d5c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark3600.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.18	c See www.sat4j.org for details.
0.13/0.19	c version PB25.v20250606
0.30/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.30/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.30/0.24	c java.vm.version	22.0.1+8-16
0.30/0.24	c java.vm.vendor	Oracle Corporation
0.30/0.24	c sun.arch.data.model	64
0.30/0.24	c java.version		22.0.1
0.30/0.24	c os.name		Linux
0.30/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.30/0.24	c os.arch		amd64
0.30/0.25	c Free memory 		2104792832
0.30/0.25	c Max memory 		16282288128
0.30/0.25	c Total memory 		2113929216
0.30/0.25	c Number of processors 	2
0.43/0.36	c Pseudo Boolean Optimization by upper bound
0.43/0.36	c --- Begin Solver configuration ---
0.43/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.36	c Learn all clauses as in MiniSAT
0.43/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.36	c Expensive reason simplification
0.43/0.36	c Glucose 2.1 dynamic restart strategy
0.43/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.43/0.36	c timeout=2147483s
0.43/0.36	c DB Simplification allowed=false
0.43/0.36	c Listener: none
0.43/0.36	c --- End Solver configuration ---
0.43/0.36	c solving HOME/instance-4497661-1751468984.opb
0.43/0.36	c reading problem ... 
0.43/0.37	c using VERIPB proof format
0.43/0.37	c  objective function found
3.63/2.10	c ... done. Wall clock time 1.735s.
3.63/2.10	c declared #vars     99789
3.63/2.10	c #constraints  388956
3.63/2.10	c constraints type 
3.63/2.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 292322
3.63/2.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
3.63/2.10	c org.sat4j.pb.constraints.pb.UnitClausePB => 5
3.63/2.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 96628
3.63/2.10	c 388956 constraints processed.
3.76/2.11	c objective function length is 3140 literals
4.15/2.32	c SATISFIABLE
4.15/2.32	c OPTIMIZING...
4.15/2.32	c Got one! Elapsed wall clock time (in seconds):1.958
4.15/2.32	o 33
39.33/34.39	c cleaning 2499 clauses out of 5001 with flag 32701/5001
106.05/98.94	c cleaning 3944 clauses out of 8502 with flag 429806/11001
180.72/173.46	c cleaning 5640 clauses out of 11558 with flag 996026/18001
276.02/272.51	c cleaning 6609 clauses out of 13918 with flag 1651616/26001
393.02/389.55	c cleaning 8080 clauses out of 16309 with flag 2509741/35001
514.22/510.99	c cleaning 9024 clauses out of 18229 with flag 3417421/45001
659.77/659.76	c cleaning 9973 clauses out of 20205 with flag 4385103/56001
801.18/805.86	c cleaning 10828 clauses out of 22232 with flag 5463632/68001
961.02/966.07	c cleaning 11876 clauses out of 24404 with flag 6470801/81001
1118.50/1123.84	c cleaning 12951 clauses out of 26528 with flag 7475151/95001
1280.87/1286.50	c cleaning 14233 clauses out of 28577 with flag 8715305/110001
1463.72/1470.11	c cleaning 15019 clauses out of 30344 with flag 10085982/126001
1665.39/1672.38	c cleaning 15991 clauses out of 32325 with flag 11723013/143001
1886.03/1899.52	c cleaning 16840 clauses out of 34334 with flag 13471036/161001
2097.90/2116.97	c cleaning 18158 clauses out of 36494 with flag 15005562/180001
2339.74/2361.46	c cleaning 19162 clauses out of 38336 with flag 16979446/200001
2570.68/2593.58	c cleaning 19825 clauses out of 40174 with flag 18557972/221001
2815.29/2845.15	c cleaning 21107 clauses out of 42349 with flag 20224585/243001
3097.57/3138.20	c cleaning 22081 clauses out of 44242 with flag 22078398/266001
3361.17/3404.32	c cleaning 22999 clauses out of 46161 with flag 23563530/290001
3600.04/3647.15	c starts		: 95
3600.04/3647.17	c conflicts		: 310719
3600.04/3647.17	c decisions		: 70803301
3600.04/3647.17	c propagations		: 6809439573
3600.04/3647.17	c inspects		: 22748635569
3600.04/3647.17	c shortcuts		: 0
3600.04/3647.17	c learnt literals	: 0
3600.04/3647.17	c learnt binary clauses	: 7
3600.04/3647.17	c learnt ternary clauses	: 0
3600.04/3647.17	c learnt constraints	: 310719
3600.04/3647.17	c ignored constraints	: 0
3600.04/3647.17	c root simplifications	: 0
3600.04/3647.17	c removed literals (reason simplification)	: 32369969
3600.04/3647.17	c reason swapping (by a shorter reason)	: 0
3600.04/3647.17	c Calls to reduceDB	: 20
3600.04/3647.17	c Number of update (reduction) of LBD	: 210373
3600.04/3647.17	c Imported unit clauses	: 0
3600.04/3647.18	c No decision after first conflict	: false
3600.04/3647.18	c number of reductions to clauses (during analyze)	: 0
3600.04/3647.18	c number of learned constraints concerned by reduction	: 0
3600.04/3647.18	c number of learning phase by resolution	: 0
3600.04/3647.18	c number of learning phase by cutting planes	: 0
3600.04/3647.18	c number of rounding to 1 operations	: 0
3600.04/3647.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3647.18	c number of reductions of the coefficients by power 2 	: 0
3600.04/3647.18	c number of right shift for reduction by power 2 	: 0
3600.04/3647.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3647.18	c number of ending skipping 	: 0
3600.04/3647.18	c number of internal skipping 	: 0
3600.04/3647.18	c number of derivation steps 	: 0
3600.04/3647.18	c number of skipped derivation steps 	: 0
3600.04/3647.18	c number of remaining unassigned 	: 0
3600.04/3647.18	c number of remaining assigned 	: 0
3600.04/3647.18	c number of falsified literals weakened from reason	: 0
3600.04/3647.18	c number of falsified literals weakened from conflict	: 0
3600.04/3647.18	c time for arithmetic operations	: 0
3600.04/3647.18	c minimum degree of deleted constraints	: null
3600.04/3647.18	c maximum degree of deleted constraints	: null
3600.04/3647.18	c number of deleted constraints	: 0
3600.04/3647.18	c speed (assignments/second)	: 1868139.5291352244
3600.04/3647.18	c non guided choices	: 0
3600.04/3647.19	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.19/3647.20		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1984)
3600.19/3647.20		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2130)
3600.19/3647.20		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2121)
3600.19/3647.20		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:181)
3600.19/3647.20		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.19/3647.20		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.19/3647.20		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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: 63794 MiB (55492 MiB free)
  memory of node 1: 64507 MiB (56568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497661-1751468984/watcher-4497661-1751468984 -o /tmp/evaluation-result-4497661-1751468984/solver-4497661-1751468984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751465335-65319 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4497661-1751468984 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4497661-1751468984.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
Starting watchdog thread
solver pid=65911, runsolver pid=65908
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 4.19 4.26 4.21 9/329 65930
/proc/meminfo: memFree=114727904/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=18930384 memory=48332 CPUtime=0.13 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 5783 0 0 0 9 4 0 0 20 0 18 0 62577760 19384713216 12083 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4732596 12083 5321 1 0 546994 0
[pid=65911/tid=65913] ppid=65908 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 4687 0 0 0 6 3 0 0 20 0 18 0 62577762 19384713216 12083 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62577767 19384713216 12083 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=18930384 memory=58494082626307 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62577768 19384713216 12083 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48332 KiB

[startup+0.222867 s]*
/proc/loadavg: 4.19 4.26 4.21 9/329 65930
/proc/meminfo: memFree=114717352/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=18930384 memory=53176 CPUtime=0.3 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 6439 0 0 0 26 4 0 0 20 0 18 0 62577760 19384713216 13294 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4732596 13294 5353 1 0 547530 0
[pid=65911/tid=65913] ppid=65908 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 4976 0 0 0 15 3 0 0 20 0 18 0 62577762 19384713216 13294 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=18930384 memory=12896 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62577767 19384713216 13294 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62577768 19384713216 13294 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53176 KiB

[startup+0.316517 s]*
/proc/loadavg: 4.19 4.26 4.21 11/330 65931
/proc/meminfo: memFree=114699460/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=18930384 memory=58284 CPUtime=0.43 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 6691 0 0 0 38 5 0 0 20 0 18 0 62577760 19384713216 14571 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4732596 14571 5353 1 0 547708 0
[pid=65911/tid=65913] ppid=65908 vsize=18930384 memory=-6000919472790136681 CPUtime=0.26 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 5130 0 0 0 22 4 0 0 20 0 18 0 62577762 19384713216 14571 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62577767 19384713216 14571 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62577768 19384713216 14571 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58284 KiB

[startup+0.700367 s]
/proc/loadavg: 4.19 4.26 4.21 9/330 65931
/proc/meminfo: memFree=114685724/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=18930384 memory=87736 CPUtime=1.14 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 8277 0 0 0 107 7 0 0 20 0 18 0 62577760 19384713216 21934 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4732596 21934 5417 1 0 548714 0
[pid=65911/tid=65913] ppid=65908 vsize=18930384 memory=17920 CPUtime=0.58 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 5296 0 0 0 53 5 0 0 20 0 18 0 62577762 19384713216 21934 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62577767 19384713216 21934 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62577768 19384713216 21934 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 87736 KiB

[startup+1.50026 s]
/proc/loadavg: 4.19 4.26 4.21 8/331 65932
/proc/meminfo: memFree=114580932/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=18996948 memory=183876 CPUtime=2.68 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 13559 0 0 0 258 10 0 0 20 0 19 0 62577760 19452874752 45969 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4749237 45969 5449 1 0 550735 0
[pid=65911/tid=65913] ppid=65908 vsize=18996948 memory=3200 CPUtime=1.26 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 5689 0 0 0 120 6 0 0 20 0 19 0 62577762 19452874752 45969 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 62577767 19452874752 45969 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 62577768 19452874752 45969 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183876 KiB

[startup+3.10558 s]
/proc/loadavg: 4.42 4.31 4.23 5/332 65933
/proc/meminfo: memFree=114307016/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=429144 CPUtime=5.6 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 20724 0 0 0 543 17 0 0 20 0 20 0 62577760 19521036288 107286 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 107286 5513 1 0 1080102 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=11136 CPUtime=2.69 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 7611 0 0 0 259 10 0 0 20 0 20 0 62577762 19521036288 107286 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 107286 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 107286 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 107286 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 429144 KiB

[startup+6.30023 s]
/proc/loadavg: 4.42 4.31 4.23 4/309 65944
/proc/meminfo: memFree=115335396/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=425620 CPUtime=9.51 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 20843 0 0 0 933 18 0 0 20 0 20 0 62577760 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 106405 5513 1 0 1080105 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=0 CPUtime=5.85 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 7638 0 0 0 575 10 0 0 20 0 20 0 62577762 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=429016 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=-6000919472790136681 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 9.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 425620 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.30 4.23 5/332 66000
/proc/meminfo: memFree=121518540/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=425620 CPUtime=15.93 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 22552 0 0 0 1575 18 0 0 20 0 20 0 62577760 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 106405 5513 1 0 1080105 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=5760 CPUtime=12.19 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 8214 0 0 0 1209 10 0 0 20 0 20 0 62577762 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=425620 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 106405 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 425620 KiB

[startup+25.5005 s]
/proc/loadavg: 4.37 4.30 4.23 5/333 66002
/proc/meminfo: memFree=121215828/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=426116 CPUtime=29.71 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 29710 0 0 0 2951 20 0 0 20 0 20 0 62577760 19521036288 106529 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 106529 5513 1 0 1080257 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=0 CPUtime=24.9 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 9057 0 0 0 2479 11 0 0 20 0 20 0 62577762 19521036288 106529 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=425620 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 106529 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=425620 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 106529 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=428436 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 106529 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 29.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 426116 KiB

[startup+51.1137 s]
/proc/loadavg: 4.24 4.28 4.22 5/332 66002
/proc/meminfo: memFree=119874868/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=457232 CPUtime=57.4 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 35026 0 0 0 5715 25 0 0 20 0 20 0 62577760 19521036288 114308 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 114308 5545 1 0 1080591 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=455416 CPUtime=50.24 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 10878 0 0 0 5013 11 0 0 20 0 20 0 62577762 19521036288 114308 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 114308 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=14304 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 114308 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 114308 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0

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

[startup+3342.3 s]
/proc/loadavg: 4.68 4.28 4.22 5/330 66196
/proc/meminfo: memFree=104505356/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=2212788 CPUtime=3299.32 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 84350 0 0 0 329630 302 0 0 20 0 20 0 62577760 19521036288 553197 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 553197 5545 1 0 1082648 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=4224 CPUtime=3280.82 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 32332 0 0 0 327982 100 0 0 20 0 20 0 62577762 19521036288 553197 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=14304 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 553197 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 1870 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 553197 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=2202548 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 553197 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3299.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2212788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.45 4.30 4.23 5/331 66203
/proc/meminfo: memFree=104057316/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=2497460 CPUtime=3359.17 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 85334 0 0 0 335604 313 0 0 20 0 20 0 62577760 19521036288 624365 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 624365 5545 1 0 1082648 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=4224 CPUtime=3340.62 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 33189 0 0 0 333954 108 0 0 20 0 20 0 62577762 19521036288 624365 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=14304 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 624365 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 1965 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 624365 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=2446260 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 624365 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3359.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2497460 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.26 4.22 5/332 66206
/proc/meminfo: memFree=103594168/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=2814920 CPUtime=3419.11 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 88070 0 0 0 341587 324 0 0 20 0 20 0 62577760 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 703730 5545 1 0 1082654 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=4224 CPUtime=3400.35 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 34588 0 0 0 339920 115 0 0 20 0 20 0 62577762 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=14304 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=-6000919472790136681 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 1965 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3419.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2814920 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.24 4.21 5/332 66208
/proc/meminfo: memFree=103437932/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=2814920 CPUtime=3478.95 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 88168 0 0 0 347568 327 0 0 20 0 20 0 62577760 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 703730 5545 1 0 1082654 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=2814920 CPUtime=3460.16 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 34593 0 0 0 345900 116 0 0 20 0 20 0 62577762 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 2053 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3478.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2814920 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.21 4.20 5/334 66212
/proc/meminfo: memFree=103310244/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=2814920 CPUtime=3537.47 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 88361 0 0 0 353415 332 0 0 20 0 20 0 62577760 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 703730 5545 1 0 1082654 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=2814920 CPUtime=3518.63 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 34782 0 0 0 351746 117 0 0 20 0 20 0 62577762 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 2053 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=-6000919472790136681 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3537.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2814920 KiB

[startup+3642.3 s]
/proc/loadavg: 4.15 4.20 4.19 5/335 66217
/proc/meminfo: memFree=103152484/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=2814920 CPUtime=3595.25 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 89370 0 0 0 359189 336 0 0 20 0 20 0 62577760 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 703730 5545 1 0 1082654 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=5760 CPUtime=3576.37 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 35627 0 0 0 357518 119 0 0 20 0 20 0 62577762 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3595.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2814920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3647.11 s]
/proc/loadavg: 4.13 4.20 4.19 5/335 66217
/proc/meminfo: memFree=103154484/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19063512 memory=2814920 CPUtime=3600.04 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 89403 0 0 0 359668 336 0 0 20 0 20 0 62577760 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4765878 703730 5545 1 0 1082654 0
[pid=65911/tid=65913] ppid=65908 vsize=19063512 memory=5760 CPUtime=3581.16 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) R 65908 65911 65308 0 -1 4194368 35660 0 0 0 357997 119 0 0 20 0 20 0 62577762 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62577767 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19063512 memory=2814920 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 20 0 62577768 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65933] ppid=65908 vsize=19063512 memory=14304 CPUtime=0 cores=4,6
/proc/65911/task/65933/stat : 65933 (Timer-0) S 65908 65911 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62577975 19521036288 703730 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2814920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.82 s, system=3.39364 s

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

[startup+3647.21 s]
/proc/loadavg: 4.13 4.20 4.19 5/335 66217
/proc/meminfo: memFree=103154484/131382120 swapFree=33010416/33010684
[pid=65911] ppid=65908 vsize=19263204 memory=2815944 CPUtime=3600.19 cores=4,6
/proc/65911/stat : 65911 (java) S 65908 65911 65308 0 -1 4194304 92309 0 0 0 359682 337 0 0 20 0 21 0 62577760 19725520896 703986 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
/proc/65911/statm: 4815801 703986 5577 1 0 1083659 0
[pid=65911/tid=65913] ppid=65908 vsize=19263204 memory=17920 CPUtime=3581.22 cores=4,6
/proc/65911/task/65913/stat : 65913 (java) S 65908 65911 65308 0 -1 4194368 36146 0 0 0 358003 119 0 0 20 0 21 0 62577762 19725520896 703986 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65923] ppid=65908 vsize=19263204 memory=11136 CPUtime=0 cores=4,6
/proc/65911/task/65923/stat : 65923 (Finalizer) S 65908 65911 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62577767 19725520896 703986 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
[pid=65911/tid=65930] ppid=65908 vsize=19263204 memory=17920 CPUtime=0 cores=4,6
/proc/65911/task/65930/stat : 65930 (Common-Cleaner) S 65908 65911 65308 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 21 0 62577768 19725520896 703986 18446744073709551615 94382675599360 94382675603056 140732706670368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94382675610872 94382675611664 94382690099200 140732706679088 140732706679270 140732706679270 140732706684872 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2815944 KiB

Child status: 143

Real time (s): 3647.24
CPU time (s): 3600.22
CPU user time (s): 3596.82
CPU system time (s): 3.39364
CPU usage (%): 98.7106
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2815944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.39364
maximum resident set size= 2816072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92372
page faults= 0
swaps= 0
block input operations= 8
block output operations= 810840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113648
involuntary context switches= 24677


# summary of solver processes directly reported to runsolver:
#   pid: 65911
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.39364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1413 second user time and 41.4466 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 17:09:44
IDJOB=4497661
IDBENCH=148190
IDSOLVER=3364
FILE ID=nodeC006/4497661-1751468984
RUNJOBID= nodeC006-1751465335-65319
SLURM_JOB_ID= 9598479
Free space on /tmp= 432316 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497661-1751468984/watcher-4497661-1751468984 -o /tmp/evaluation-result-4497661-1751468984/solver-4497661-1751468984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751465335-65319 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4497661-1751468984 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4497661-1751468984.opb

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
RANDOM SEED=475808778

nodeC006 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		: 1795.713
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.32
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		: 1795.714
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.32
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		: 1795.703
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.32
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		: 1795.719
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.32
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.141
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.32
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		: 3527.025
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.32
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.170
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.32
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.444
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        114751560 kB
MemAvailable:   128579008 kB
Buffers:            2128 kB
Cached:         14598064 kB
SwapCached:           12 kB
Active:          1833340 kB
Inactive:       14186364 kB
Active(anon):    1426412 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file): 14175272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19716 kB
Writeback:             0 kB
AnonPages:       1420496 kB
Mapped:           123712 kB
Shmem:             17948 kB
KReclaimable:     169368 kB
Slab:             255472 kB
SReclaimable:     169368 kB
SUnreclaim:        86104 kB
KernelStack:        5056 kB
PageTables:         6412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5938060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1191936 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:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432316 MiB
End job on nodeC006 at 2025-07-02 18:10:31