Trace number 4510947

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.26 3518.45

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
MD5SUMbbbcfa0a64e8945cae78db4c3e84f0d8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.63237
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2724
Total number of constraints6385
Number of constraints which are clauses3005
Number of constraints which are cardinality constraints (but not clauses)3380
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.10/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.22	c java.vm.version	22.0.1+8-16
0.28/0.22	c java.vm.vendor	Oracle Corporation
0.28/0.22	c sun.arch.data.model	64
0.28/0.22	c java.version		22.0.1
0.28/0.22	c os.name		Linux
0.28/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.45/0.40	c Pseudo Boolean Optimization by upper bound
0.45/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	c  - never skip resolution steps
0.45/0.40	c  - Auto-division on coefficients is disabled
0.45/0.40	c  - No postprocessing
0.45/0.40	c  - Conflict is considered as is when resolving
0.45/0.40	c  - Use constraints as they come during conflict analysis
0.45/0.40	c  - Weaken first using unassigned literals
0.45/0.40	c  - Bump strategy: ALWAYS_ONE
0.45/0.40	c  - Bumper: EFFECTIVE
0.45/0.40	c --- Begin Solver configuration ---
0.45/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.45/0.40	c Learn all clauses as in MiniSAT
0.45/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	c No reason simplification
0.45/0.40	c Dynamic restart strategy considering the size of the coefficients
0.45/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.45/0.40	c timeout=2147483s
0.45/0.40	c DB Simplification allowed=false
0.45/0.40	c Listener: none
0.45/0.40	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4510947-1751205651.opb
0.45/0.40	c reading problem ... 
0.45/0.41	c using VERIPB proof format
0.45/0.41	c  no objective function found
1.14/0.76	c ... done. Wall clock time 0.353s.
1.14/0.76	c declared #vars     2724
1.14/0.76	c #constraints  6385
1.14/0.76	c constraints type 
1.14/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2097
1.14/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3380
1.14/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 908
1.14/0.76	c 6385 constraints processed.
7.70/4.23	c cleaning 2494 clauses out of 5000 with flag 0/5000
13.98/9.22	c cleaning 4247 clauses out of 8506 with flag 0/11000
22.42/17.02	c cleaning 5625 clauses out of 11259 with flag 0/18000
38.66/30.85	c cleaning 6808 clauses out of 13635 with flag 0/26001
53.51/45.17	c cleaning 7908 clauses out of 15826 with flag 0/35000
73.46/63.70	c cleaning 8954 clauses out of 17919 with flag 0/45001
99.32/88.09	c cleaning 9976 clauses out of 19965 with flag 0/56001
125.86/113.81	c cleaning 10988 clauses out of 21988 with flag 0/68000
160.98/147.93	c cleaning 11996 clauses out of 24000 with flag 0/81000
196.07/182.29	c cleaning 12998 clauses out of 26004 with flag 0/95000
233.45/218.59	c cleaning 13999 clauses out of 28009 with flag 0/110003
281.10/265.37	c cleaning 15002 clauses out of 30007 with flag 0/126000
329.59/312.77	c cleaning 15998 clauses out of 32005 with flag 0/143000
381.73/363.60	c cleaning 17003 clauses out of 34012 with flag 0/161005
440.95/421.07	c cleaning 17990 clauses out of 36006 with flag 0/180002
515.06/493.79	c cleaning 19000 clauses out of 38016 with flag 0/200002
591.37/568.31	c cleaning 20003 clauses out of 40017 with flag 0/221003
670.24/645.93	c cleaning 20998 clauses out of 42011 with flag 0/243000
770.97/744.50	c cleaning 22002 clauses out of 44016 with flag 0/266003
868.68/840.73	c cleaning 23001 clauses out of 46013 with flag 0/290002
986.63/956.07	c cleaning 23994 clauses out of 48010 with flag 0/315000
1104.82/1072.46	c cleaning 25000 clauses out of 50018 with flag 0/341002
1231.20/1196.14	c cleaning 26000 clauses out of 52017 with flag 0/368001
1370.13/1332.42	c cleaning 26997 clauses out of 54017 with flag 0/396001
1496.85/1456.24	c cleaning 28009 clauses out of 56020 with flag 0/425001
1622.78/1579.48	c cleaning 29000 clauses out of 58011 with flag 0/455001
1761.33/1714.91	c cleaning 29995 clauses out of 60010 with flag 0/486000
1997.57/1946.15	c cleaning 31001 clauses out of 62016 with flag 0/518001
2247.83/2192.17	c cleaning 31998 clauses out of 64015 with flag 0/551001
2478.18/2418.51	c cleaning 33005 clauses out of 66016 with flag 0/585000
2708.93/2646.06	c cleaning 33990 clauses out of 68011 with flag 0/620000
2933.70/2867.38	c cleaning 35010 clauses out of 70024 with flag 0/656003
3155.80/3084.21	c cleaning 36004 clauses out of 72014 with flag 0/693003
3365.25/3288.47	c cleaning 36998 clauses out of 74009 with flag 0/731002
3590.11/3508.62	c cleaning 37996 clauses out of 76009 with flag 0/770000
3600.08/3518.32	c timeout
3600.08/3518.34	c starts		: 257
3600.08/3518.34	c conflicts		: 773233
3600.08/3518.34	c decisions		: 1003982
3600.08/3518.34	c propagations		: 191504334
3600.08/3518.34	c inspects		: 3819856045
3600.08/3518.34	c shortcuts		: 0
3600.08/3518.34	c learnt literals	: 0
3600.08/3518.34	c learnt binary clauses	: 0
3600.08/3518.34	c learnt ternary clauses	: 850
3600.08/3518.34	c learnt constraints	: 773232
3600.08/3518.34	c ignored constraints	: 0
3600.08/3518.34	c root simplifications	: 0
3600.08/3518.34	c removed literals (reason simplification)	: 0
3600.08/3518.34	c reason swapping (by a shorter reason)	: 0
3600.08/3518.34	c Calls to reduceDB	: 35
3600.08/3518.34	c Number of update (reduction) of LBD	: 2062369
3600.08/3518.34	c Imported unit clauses	: 0
3600.08/3518.34	c No decision after first conflict	: false
3600.08/3518.34	c number of reductions to clauses (during analyze)	: 0
3600.08/3518.34	c number of learned constraints concerned by reduction	: 0
3600.08/3518.34	c number of learning phase by resolution	: 0
3600.08/3518.34	c number of learning phase by cutting planes	: 0
3600.08/3518.34	c number of rounding to 1 operations	: 0
3600.08/3518.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3518.34	c number of reductions of the coefficients by power 2 	: 0
3600.08/3518.34	c number of right shift for reduction by power 2 	: 0
3600.08/3518.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3518.34	c number of ending skipping 	: 0
3600.08/3518.34	c number of internal skipping 	: 0
3600.08/3518.34	c number of derivation steps 	: 26683555
3600.08/3518.34	c number of skipped derivation steps 	: 0
3600.08/3518.34	c number of remaining unassigned 	: 63446
3600.08/3518.34	c number of remaining assigned 	: 305314665
3600.08/3518.34	c number of falsified literals weakened from reason	: 0
3600.08/3518.34	c number of falsified literals weakened from conflict	: 0
3600.08/3518.34	c time for arithmetic operations	: 9744863590
3600.08/3518.34	c minimum degree of deleted constraints	: 1
3600.08/3518.34	c maximum degree of deleted constraints	: 777122455968030403237680567780
3600.08/3518.34	c number of deleted constraints	: 731987
3600.08/3518.35	c speed (assignments/second)	: 54442.131172148096
3600.08/3518.35	c non guided choices	: 6067
3600.08/3518.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 910
3600.08/3518.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 940
3600.08/3518.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 39395
3600.08/3518.38	s UNKNOWN
3600.08/3518.38	c Total wall clock time (in seconds): 3517.975

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510947-1751205651/watcher-4510947-1751205651 -o /tmp/evaluation-result-4510947-1751205651/solver-4510947-1751205651 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26474 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510947-1751205651 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510947-1751205651.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=26699, runsolver pid=26696

[startup+0.10007 s]*
/proc/loadavg: 1.59 1.39 2.35 6/313 26729
/proc/meminfo: memFree=127240944/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=18930384 memory=48156 CPUtime=0.1 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 5745 0 0 0 7 3 0 0 20 0 18 0 36244528 19384713216 12039 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4732596 12039 5300 1 0 546973 0
[pid=26699/tid=26702] ppid=26696 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 4618 0 0 0 4 2 0 0 20 0 18 0 36244531 19384713216 12039 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244536 19384713216 12039 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36244537 19384713216 12039 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48156 KiB

[startup+0.213742 s]*
/proc/loadavg: 1.59 1.39 2.35 7/323 26739
/proc/meminfo: memFree=127234052/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=18930384 memory=53120 CPUtime=0.28 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 6453 0 0 0 24 4 0 0 20 0 18 0 36244528 19384713216 13280 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4732596 13280 5332 1 0 547532 0
[pid=26699/tid=26702] ppid=26696 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 4983 0 0 0 14 2 0 0 20 0 18 0 36244531 19384713216 13280 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244536 19384713216 13280 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36244537 19384713216 13280 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53120 KiB

[startup+0.313594 s]*
/proc/loadavg: 1.59 1.39 2.35 9/323 26739
/proc/meminfo: memFree=127220820/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=18930384 memory=58672 CPUtime=0.45 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 6771 0 0 0 41 4 0 0 20 0 18 0 36244528 19384713216 14668 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4732596 14668 5364 1 0 547775 0
[pid=26699/tid=26702] ppid=26696 vsize=18930384 memory=-6000919502855038573 CPUtime=0.27 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 5192 0 0 0 24 3 0 0 20 0 18 0 36244531 19384713216 14668 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244536 19384713216 14668 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36244537 19384713216 14668 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58672 KiB

[startup+0.700375 s]
/proc/loadavg: 1.59 1.39 2.35 9/323 26739
/proc/meminfo: memFree=127195552/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=18996948 memory=153020 CPUtime=1.14 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 7899 0 0 0 106 8 0 0 20 0 19 0 36244528 19452874752 38255 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4749237 38255 5492 1 0 548746 0
[pid=26699/tid=26702] ppid=26696 vsize=18996948 memory=17792 CPUtime=0.61 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 5454 0 0 0 56 5 0 0 20 0 19 0 36244531 19452874752 38255 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36244536 19452874752 38255 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36244537 19452874752 38255 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153020 KiB

[startup+1.50024 s]
/proc/loadavg: 1.59 1.39 2.35 9/326 26742
/proc/meminfo: memFree=126818048/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=205136 CPUtime=2.7 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 14481 0 0 0 260 10 0 0 20 0 20 0 36244528 19521036288 51284 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 51284 5492 1 0 550960 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=3328 CPUtime=1.27 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 6183 0 0 0 120 7 0 0 20 0 20 0 36244531 19521036288 51284 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 51284 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 51284 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 51284 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205136 KiB

[startup+3.10534 s]
/proc/loadavg: 1.95 1.46 2.37 7/327 26743
/proc/meminfo: memFree=125793720/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=812068 CPUtime=5.89 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 23792 0 0 0 563 26 0 0 20 0 20 0 36244528 19521036288 203017 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 203017 5492 1 0 556496 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=14352 CPUtime=2.8 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 7353 0 0 0 260 20 0 0 20 0 20 0 36244531 19521036288 203017 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 203017 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 203017 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 203017 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 812068 KiB

[startup+6.30041 s]
/proc/loadavg: 1.95 1.46 2.37 6/327 26743
/proc/meminfo: memFree=124598852/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=1329428 CPUtime=10.57 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 25530 0 0 0 1020 37 0 0 20 0 20 0 36244528 19521036288 332357 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 332357 5492 1 0 556542 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=0 CPUtime=5.88 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 8273 0 0 0 557 31 0 0 20 0 20 0 36244531 19521036288 332357 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 332357 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 332357 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=205392 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 332357 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 10.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1329428 KiB

[startup+12.7005 s]
/proc/loadavg: 2.27 1.54 2.39 5/328 26756
/proc/meminfo: memFree=121647480/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=2430224 CPUtime=17.88 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 27412 0 0 0 1727 61 0 0 20 0 20 0 36244528 19521036288 607556 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 607556 5492 1 0 836465 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=205392 CPUtime=12 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 9384 0 0 0 1146 54 0 0 20 0 20 0 36244531 19521036288 607556 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=2430096 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 607556 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 607556 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 607556 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 17.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2430224 KiB

[startup+25.5003 s]
/proc/loadavg: 3.02 1.74 2.45 5/328 26756
/proc/meminfo: memFree=118299500/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=4192664 CPUtime=33.23 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 30985 0 0 0 3225 98 0 0 20 0 20 0 36244528 19521036288 1048166 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1048166 5492 1 0 1350412 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=0 CPUtime=24.12 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 10966 0 0 0 2325 87 0 0 20 0 20 0 36244531 19521036288 1048166 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=2241 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1048166 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1048166 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1048166 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 33.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4192664 KiB

[startup+51.1103 s]
/proc/loadavg: 3.61 1.99 2.51 6/332 26760
/proc/meminfo: memFree=116714008/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=4504252 CPUtime=60.5 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 42284 0 0 0 5936 114 0 0 20 0 20 0 36244528 19521036288 1126063 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1126063 5492 1 0 1350440 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=4504124 CPUtime=48.88 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 13760 0 0 0 4790 98 0 0 20 0 20 0 36244531 19521036288 1126063 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1126063 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1126063 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0

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

/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2212 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=5360620 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3174.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360620 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.21 4.18 5/330 27267
/proc/meminfo: memFree=108437608/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=5360620 CPUtime=3236.04 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 216951 0 0 0 323046 558 0 0 20 0 20 0 36244528 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1340155 5524 1 0 1352444 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=3104 CPUtime=3068.98 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 116099 0 0 0 306578 320 0 0 20 0 20 0 36244531 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2212 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=5360620 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340155 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3236.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360620 KiB

[startup+3222.3 s]
/proc/loadavg: 4.34 4.25 4.19 5/332 27271
/proc/meminfo: memFree=108367256/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=5360748 CPUtime=3297.55 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 221188 0 0 0 329190 565 0 0 20 0 20 0 36244528 19521036288 1340187 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1340187 5524 1 0 1352459 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=5360620 CPUtime=3127.04 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 119047 0 0 0 312381 323 0 0 20 0 20 0 36244531 19521036288 1340187 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=5360620 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340187 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2277 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340187 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=5360748 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340187 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3297.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360748 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.25 4.19 5/332 27273
/proc/meminfo: memFree=108290512/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3358.97 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 221835 0 0 0 335325 572 0 0 20 0 20 0 36244528 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1340219 5524 1 0 1352495 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=14352 CPUtime=3185.23 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 119500 0 0 0 318197 326 0 0 20 0 20 0 36244531 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=5360876 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2290 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=5360876 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3358.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360876 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.25 4.19 5/332 27277
/proc/meminfo: memFree=108206412/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3420.22 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 226170 0 0 0 341442 580 0 0 20 0 20 0 36244528 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1340219 5524 1 0 1352496 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=5360748 CPUtime=3243.29 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 122678 0 0 0 323998 331 0 0 20 0 20 0 36244531 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2290 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3420.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.26 4.20 5/332 27279
/proc/meminfo: memFree=108137932/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3481.64 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 230448 0 0 0 347576 588 0 0 20 0 20 0 36244528 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1340219 5524 1 0 1352496 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3301.38 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 125546 0 0 0 329803 335 0 0 20 0 20 0 36244531 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=5360876 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=2888 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2379 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=5360876 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3481.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360876 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.27 4.20 5/331 27282
/proc/meminfo: memFree=108080656/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3542.92 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 231080 0 0 0 353698 594 0 0 20 0 20 0 36244528 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1340219 5524 1 0 1352496 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3359.51 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 126022 0 0 0 335614 337 0 0 20 0 20 0 36244531 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=5360876 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2431 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=5360876 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3542.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3518.3 s]
/proc/loadavg: 4.35 4.29 4.21 5/331 27285
/proc/meminfo: memFree=108017536/131382116 swapFree=33010684/33010684
[pid=26699] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3600.08 cores=1,3
/proc/26699/stat : 26699 (java) S 26696 26699 26462 0 -1 4194304 235499 0 0 0 359407 601 0 0 20 0 20 0 36244528 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
/proc/26699/statm: 4765878 1340219 5524 1 0 1352496 0
[pid=26699/tid=26702] ppid=26696 vsize=19063512 memory=5360876 CPUtime=3413.99 cores=1,3
/proc/26699/task/26702/stat : 26702 (java) R 26696 26699 26462 0 -1 4194368 129249 0 0 0 341059 340 0 0 20 0 20 0 36244531 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26718] ppid=26696 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/26699/task/26718/stat : 26718 (Finalizer) S 26696 26699 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244536 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26728] ppid=26696 vsize=19063512 memory=5360876 CPUtime=0 cores=1,3
/proc/26699/task/26728/stat : 26728 (Common-Cleaner) S 26696 26699 26462 0 -1 4194368 2431 0 0 0 0 0 0 0 20 0 20 0 36244537 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
[pid=26699/tid=26742] ppid=26696 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/26699/task/26742/stat : 26742 (Timer-0) S 26696 26699 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244606 19521036288 1340219 18446744073709551615 94058066644992 94058066648688 140730173266208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94058066656504 94058066657296 94058087141376 140730173270317 140730173270502 140730173270502 140730173276104 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5360876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.22 s, system=6.04233 s

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

[startup+3518.41 s]*
/proc/loadavg: 4.35 4.29 4.21 5/313 27288
/proc/meminfo: memFree=111159480/131382116 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): 3518.45
CPU time (s): 3600.26
CPU user time (s): 3594.22
CPU system time (s): 6.04233
CPU usage (%): 102.325
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5360876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.22
system time used= 6.04233
maximum resident set size= 5361900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1325520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132802
involuntary context switches= 30902


# summary of solver processes directly reported to runsolver:
#   pid: 26699
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3594.22
#   total CPU system time (s): 6.04233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5673 second user time and 36.7243 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 16:00:51
IDJOB=4510947
IDBENCH=160406
IDSOLVER=3362
FILE ID=nodeC010/4510947-1751205651
RUNJOBID= nodeC010-1751205646-26474
SLURM_JOB_ID= 9587628
Free space on /tmp= 432688 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510947-1751205651/watcher-4510947-1751205651 -o /tmp/evaluation-result-4510947-1751205651/solver-4510947-1751205651 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26474 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510947-1751205651 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510947-1751205651.opb

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

MD5SUM BENCH= bbbcfa0a64e8945cae78db4c3e84f0d8
RANDOM SEED=11485824

nodeC010 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		: 3292.215
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.36
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.133
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.36
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.354
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.152
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.36
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.132
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.36
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		: 3591.461
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.36
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		: 1196.885
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.36
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		: 3591.447
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        127276888 kB
MemAvailable:   127445008 kB
Buffers:            3280 kB
Cached:           978304 kB
SwapCached:            0 kB
Active:          2905340 kB
Inactive:         686272 kB
Active(anon):    2628016 kB
Inactive(anon):        0 kB
Active(file):     277324 kB
Inactive(file):   686272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7932 kB
Writeback:           304 kB
AnonPages:       2613136 kB
Mapped:           123212 kB
Shmem:             17960 kB
KReclaimable:      88300 kB
Slab:             168372 kB
SReclaimable:      88300 kB
SUnreclaim:        80072 kB
KernelStack:        4624 kB
PageTables:         8504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4828132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149944 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2439168 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432688 MiB
End job on nodeC010 at 2025-06-29 16:59:30