Trace number 4510983

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.24 3547.43

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
Number of constraints which are cardinality constraints (but not clauses)0
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.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.19	c version PB25.v20250606
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.22	c Free memory 		2104792832
0.14/0.22	c Max memory 		16282288128
0.14/0.22	c Total memory 		2113929216
0.14/0.23	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-4510983-1751205651.opb
0.45/0.40	c reading problem ... 
0.45/0.40	c using VERIPB proof format
0.45/0.41	c  no objective function found
1.53/0.97	c ... done. Wall clock time 0.56s.
1.53/0.97	c declared #vars     4830
1.53/0.97	c #constraints  15140
1.53/0.97	c constraints type 
1.53/0.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 13530
1.53/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1610
1.53/0.98	c 15140 constraints processed.
5.88/3.56	c cleaning 2496 clauses out of 5001 with flag 0/5001
9.72/6.77	c cleaning 4246 clauses out of 8504 with flag 0/11000
14.17/10.89	c cleaning 5623 clauses out of 11259 with flag 0/18001
19.38/16.06	c cleaning 6810 clauses out of 13638 with flag 0/26003
25.10/21.50	c cleaning 7903 clauses out of 15825 with flag 0/35000
30.90/27.34	c cleaning 8953 clauses out of 17923 with flag 0/45001
38.00/34.43	c cleaning 9978 clauses out of 19970 with flag 0/56001
46.17/42.63	c cleaning 10990 clauses out of 21992 with flag 0/68001
55.10/51.51	c cleaning 11993 clauses out of 24002 with flag 0/81001
65.54/61.90	c cleaning 12999 clauses out of 26008 with flag 0/95000
76.49/72.84	c cleaning 13996 clauses out of 28011 with flag 0/110002
88.82/85.12	c cleaning 15000 clauses out of 30014 with flag 0/126001
105.19/101.34	c cleaning 16000 clauses out of 32014 with flag 0/143001
123.49/119.40	c cleaning 17001 clauses out of 34016 with flag 0/161003
141.34/137.03	c cleaning 18001 clauses out of 36012 with flag 0/180000
160.27/155.58	c cleaning 19001 clauses out of 38013 with flag 0/200002
180.48/175.45	c cleaning 19992 clauses out of 40010 with flag 0/221000
203.68/198.18	c cleaning 21000 clauses out of 42018 with flag 0/243000
227.85/221.84	c cleaning 22003 clauses out of 44019 with flag 0/266001
254.10/247.60	c cleaning 22997 clauses out of 46015 with flag 0/290000
280.56/273.54	c cleaning 24002 clauses out of 48018 with flag 0/315000
307.45/300.25	c cleaning 24997 clauses out of 50016 with flag 0/341000
340.06/332.26	c cleaning 25997 clauses out of 52021 with flag 0/368002
370.26/361.89	c cleaning 27002 clauses out of 54022 with flag 0/396000
399.61/390.61	c cleaning 28002 clauses out of 56020 with flag 0/425000
432.56/423.03	c cleaning 29001 clauses out of 58018 with flag 0/455000
464.91/455.09	c cleaning 30001 clauses out of 60017 with flag 0/486000
505.99/495.45	c cleaning 30999 clauses out of 62017 with flag 0/518001
549.19/538.01	c cleaning 32001 clauses out of 64017 with flag 0/551000
589.92/578.01	c cleaning 33003 clauses out of 66018 with flag 0/585002
634.51/621.82	c cleaning 34000 clauses out of 68013 with flag 0/620000
679.99/666.67	c cleaning 34998 clauses out of 70013 with flag 0/656000
732.83/718.32	c cleaning 35996 clauses out of 72015 with flag 0/693000
783.20/768.55	c cleaning 36999 clauses out of 74020 with flag 0/731001
834.86/819.60	c cleaning 38000 clauses out of 76020 with flag 0/770000
889.65/873.65	c cleaning 39002 clauses out of 78021 with flag 0/810001
942.32/925.54	c cleaning 40000 clauses out of 80019 with flag 0/851001
999.71/982.13	c cleaning 40997 clauses out of 82018 with flag 0/893000
1061.66/1043.48	c cleaning 42002 clauses out of 84023 with flag 0/936002
1117.97/1099.29	c cleaning 42998 clauses out of 86019 with flag 0/980000
1177.64/1158.22	c cleaning 43999 clauses out of 88022 with flag 0/1025001
1252.10/1231.85	c cleaning 45002 clauses out of 90023 with flag 0/1071001
1326.93/1305.75	c cleaning 46002 clauses out of 92021 with flag 0/1118001
1398.30/1376.18	c cleaning 47000 clauses out of 94020 with flag 0/1166002
1468.86/1446.12	c cleaning 48000 clauses out of 96020 with flag 0/1215002
1547.43/1523.73	c cleaning 48997 clauses out of 98019 with flag 0/1265001
1628.84/1604.12	c cleaning 50006 clauses out of 100023 with flag 0/1316002
1711.04/1685.03	c cleaning 51000 clauses out of 102017 with flag 0/1368002
1799.83/1772.86	c cleaning 51999 clauses out of 104015 with flag 0/1421000
1891.08/1863.22	c cleaning 52996 clauses out of 106017 with flag 0/1475001
1984.26/1954.69	c cleaning 54000 clauses out of 108020 with flag 0/1530000
2082.16/2050.15	c cleaning 55002 clauses out of 110022 with flag 0/1586002
2194.55/2157.18	c cleaning 56002 clauses out of 112018 with flag 0/1643000
2300.70/2262.29	c cleaning 56997 clauses out of 114017 with flag 0/1701001
2407.74/2367.80	c cleaning 58001 clauses out of 116019 with flag 0/1760000
2516.43/2475.33	c cleaning 59000 clauses out of 118018 with flag 0/1820000
2623.55/2581.58	c cleaning 60002 clauses out of 120020 with flag 0/1881002
2733.39/2689.87	c cleaning 61003 clauses out of 122018 with flag 0/1943002
2848.08/2803.35	c cleaning 61997 clauses out of 124013 with flag 0/2006000
2967.24/2921.40	c cleaning 63002 clauses out of 126016 with flag 0/2070000
3080.91/3033.18	c cleaning 63996 clauses out of 128014 with flag 0/2135000
3205.73/3156.88	c cleaning 65004 clauses out of 130020 with flag 0/2201002
3334.15/3283.99	c cleaning 65999 clauses out of 132016 with flag 0/2268002
3472.41/3420.85	c cleaning 67001 clauses out of 134021 with flag 0/2336006
3600.02/3547.32	c timeout
3600.02/3547.33	c starts		: 1
3600.02/3547.33	c conflicts		: 2400023
3600.02/3547.33	c decisions		: 2764564
3600.02/3547.33	c propagations		: 898815890
3600.02/3547.33	c inspects		: 15516211776
3600.02/3547.33	c shortcuts		: 0
3600.02/3547.33	c learnt literals	: 0
3600.02/3547.33	c learnt binary clauses	: 0
3600.02/3547.33	c learnt ternary clauses	: 1577
3600.02/3547.33	c learnt constraints	: 2400023
3600.02/3547.33	c ignored constraints	: 0
3600.02/3547.33	c root simplifications	: 0
3600.02/3547.33	c removed literals (reason simplification)	: 0
3600.02/3547.33	c reason swapping (by a shorter reason)	: 0
3600.02/3547.33	c Calls to reduceDB	: 64
3600.02/3547.33	c Number of update (reduction) of LBD	: 3171102
3600.02/3547.33	c Imported unit clauses	: 0
3600.02/3547.33	c No decision after first conflict	: false
3600.02/3547.33	c number of reductions to clauses (during analyze)	: 0
3600.02/3547.33	c number of learned constraints concerned by reduction	: 0
3600.02/3547.33	c number of learning phase by resolution	: 0
3600.02/3547.33	c number of learning phase by cutting planes	: 0
3600.02/3547.33	c number of rounding to 1 operations	: 0
3600.02/3547.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3547.33	c number of reductions of the coefficients by power 2 	: 0
3600.02/3547.33	c number of right shift for reduction by power 2 	: 0
3600.02/3547.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3547.33	c number of ending skipping 	: 0
3600.02/3547.33	c number of internal skipping 	: 0
3600.02/3547.33	c number of derivation steps 	: 119677454
3600.02/3547.33	c number of skipped derivation steps 	: 0
3600.02/3547.33	c number of remaining unassigned 	: 0
3600.02/3547.33	c number of remaining assigned 	: 0
3600.02/3547.33	c number of falsified literals weakened from reason	: 0
3600.02/3547.33	c number of falsified literals weakened from conflict	: 0
3600.02/3547.33	c time for arithmetic operations	: 0
3600.02/3547.33	c minimum degree of deleted constraints	: 1
3600.02/3547.33	c maximum degree of deleted constraints	: 1
3600.02/3547.33	c number of deleted constraints	: 2268986
3600.02/3547.34	c speed (assignments/second)	: 253448.1621949328
3600.02/3547.34	c non guided choices	: 23807
3600.02/3547.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 131037
3600.02/3547.39	s UNKNOWN
3600.02/3547.39	c Total wall clock time (in seconds): 3546.992

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 (62185 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510983-1751205651/watcher-4510983-1751205651 -o /tmp/evaluation-result-4510983-1751205651/solver-4510983-1751205651 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26473 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510983-1751205651 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510983-1751205651.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
Current StackSize limit: 8192 KiB

solver pid=26710, runsolver pid=26701

[startup+0.100069 s]*
/proc/loadavg: 1.59 1.39 2.35 7/323 26739
/proc/meminfo: memFree=127236616/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=18930384 memory=48936 CPUtime=0.14 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 5931 0 0 0 10 4 0 0 20 0 18 0 36244532 19384713216 12234 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4732596 12234 5322 1 0 547137 0
[pid=26710/tid=26714] ppid=26701 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 4726 0 0 0 6 2 0 0 20 0 18 0 36244535 19384713216 12234 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244540 19384713216 12234 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=18930384 memory=56295059375534 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36244541 19384713216 12234 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48936 KiB

[startup+0.233753 s]*
/proc/loadavg: 1.59 1.39 2.35 7/323 26739
/proc/meminfo: memFree=127226176/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=18930384 memory=57684 CPUtime=0.33 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 6538 0 0 0 28 5 0 0 20 0 18 0 36244532 19384713216 14421 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4732596 14421 5354 1 0 547595 0
[pid=26710/tid=26714] ppid=26701 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 5071 0 0 0 17 3 0 0 20 0 18 0 36244535 19384713216 14421 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=18930384 memory=2622 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244540 19384713216 14421 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=18930384 memory=55195547730935 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36244541 19384713216 14421 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57684 KiB

[startup+0.314537 s]*
/proc/loadavg: 1.59 1.39 2.35 8/323 26739
/proc/meminfo: memFree=127220316/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=18930384 memory=58580 CPUtime=0.45 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 6767 0 0 0 40 5 0 0 20 0 18 0 36244532 19384713216 14645 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4732596 14645 5354 1 0 547775 0
[pid=26710/tid=26714] ppid=26701 vsize=18930384 memory=-6000919502855038573 CPUtime=0.26 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) S 26701 26710 26462 0 -1 4194368 5206 0 0 0 23 3 0 0 20 0 18 0 36244535 19384713216 14645 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244540 19384713216 14645 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36244541 19384713216 14645 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58580 KiB

[startup+0.70524 s]
/proc/loadavg: 1.59 1.39 2.35 10/323 26739
/proc/meminfo: memFree=127181752/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=18996948 memory=152128 CPUtime=1.16 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 7679 0 0 0 108 8 0 0 20 0 19 0 36244532 19452874752 38032 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4749237 38032 5450 1 0 548540 0
[pid=26710/tid=26714] ppid=26701 vsize=18996948 memory=17792 CPUtime=0.6 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) S 26701 26710 26462 0 -1 4194368 5452 0 0 0 54 6 0 0 20 0 19 0 36244535 19452874752 38032 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=18996948 memory=11008 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36244540 19452874752 38032 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36244541 19452874752 38032 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152128 KiB

[startup+1.50028 s]
/proc/loadavg: 1.59 1.39 2.35 9/327 26743
/proc/meminfo: memFree=126809352/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=440324 CPUtime=2.7 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 9588 0 0 0 253 17 0 0 20 0 20 0 36244532 19521036288 110081 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 110081 5450 1 0 549920 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=3328 CPUtime=1.26 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 5697 0 0 0 113 13 0 0 20 0 20 0 36244535 19521036288 110081 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 110081 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 110081 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=14352 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 110081 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440324 KiB

[startup+3.11705 s]
/proc/loadavg: 1.95 1.46 2.37 7/327 26743
/proc/meminfo: memFree=125772484/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=711504 CPUtime=5.18 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 16338 0 0 0 494 24 0 0 20 0 20 0 36244532 19521036288 177876 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 177876 5450 1 0 552032 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=14352 CPUtime=2.87 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 6147 0 0 0 268 19 0 0 20 0 20 0 36244535 19521036288 177876 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 177876 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 177876 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 177876 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 711504 KiB

[startup+6.30044 s]
/proc/loadavg: 1.95 1.46 2.37 6/327 26743
/proc/meminfo: memFree=124598852/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=1301424 CPUtime=9.32 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 21866 0 0 0 895 37 0 0 20 0 20 0 36244532 19521036288 325356 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 325356 5450 1 0 552461 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=0 CPUtime=6 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 8111 0 0 0 569 31 0 0 20 0 20 0 36244535 19521036288 325356 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 325356 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 325356 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=466948 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 325356 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1301424 KiB

[startup+12.7004 s]
/proc/loadavg: 2.27 1.54 2.39 5/328 26756
/proc/meminfo: memFree=121627000/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=2091804 CPUtime=16.09 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 23649 0 0 0 1556 53 0 0 20 0 20 0 36244532 19521036288 522951 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 522951 5450 1 0 930619 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=466948 CPUtime=12.1 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 8867 0 0 0 1164 46 0 0 20 0 20 0 36244535 19521036288 522951 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=1805076 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 522951 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 522951 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 522951 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 16.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2091804 KiB

[startup+25.5005 s]
/proc/loadavg: 3.02 1.74 2.45 5/328 26756
/proc/meminfo: memFree=118299500/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=2808860 CPUtime=29.1 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 28306 0 0 0 2839 71 0 0 20 0 20 0 36244532 19521036288 702215 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 702215 5482 1 0 930624 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=0 CPUtime=24.58 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 10780 0 0 0 2396 62 0 0 20 0 20 0 36244535 19521036288 702215 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=14352 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 702215 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2808860 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 702215 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=2808732 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 702215 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2808860 KiB

[startup+51.1136 s]
/proc/loadavg: 3.61 1.99 2.51 5/332 26760
/proc/meminfo: memFree=116713928/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=2813008 CPUtime=54.71 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 31749 0 0 0 5395 76 0 0 20 0 20 0 36244532 19521036288 703252 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 703252 5482 1 0 930624 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=2808860 CPUtime=49.69 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 12748 0 0 0 4903 66 0 0 20 0 20 0 36244535 19521036288 703252 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=26356 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 703252 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 703252 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0

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

/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2170 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3211.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945736 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=26710] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3271.87 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 153081 0 0 0 326553 634 0 0 20 0 20 0 36244532 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 736434 5482 1 0 748077 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=0 CPUtime=3150.17 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 80643 0 0 0 314628 389 0 0 20 0 20 0 36244535 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2170 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3271.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945736 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.25 4.19 6/332 27273
/proc/meminfo: memFree=108290512/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3332.56 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 155282 0 0 0 332615 641 0 0 20 0 20 0 36244532 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 736434 5482 1 0 748077 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3208.94 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 82182 0 0 0 320501 393 0 0 20 0 20 0 36244535 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2250 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=14352 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3332.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945736 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=26710] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3392.67 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 155570 0 0 0 338618 649 0 0 20 0 20 0 36244532 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 736434 5482 1 0 748077 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3267.67 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 82357 0 0 0 326370 397 0 0 20 0 20 0 36244535 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2292 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=6016 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3392.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945736 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=26710] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3453.68 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 157479 0 0 0 344713 655 0 0 20 0 20 0 36244532 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 736434 5482 1 0 748077 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3326.57 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 83170 0 0 0 332257 400 0 0 20 0 20 0 36244535 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=14352 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2292 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3453.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945736 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=26710] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3514.2 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 159872 0 0 0 350757 663 0 0 20 0 20 0 36244532 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 736434 5482 1 0 748077 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3385.32 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 84927 0 0 0 338127 405 0 0 20 0 20 0 36244535 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2292 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736434 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3514.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945736 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.29 4.21 7/330 27351
/proc/meminfo: memFree=113839092/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=2945864 CPUtime=3574.69 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 162125 0 0 0 356799 670 0 0 20 0 20 0 36244532 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 736466 5482 1 0 748077 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=2945736 CPUtime=3444.33 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 86568 0 0 0 344025 408 0 0 20 0 20 0 36244535 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=2945736 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2945864 CPUtime=0 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 20 0 36244541 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=2945864 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3574.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3547.3 s]
/proc/loadavg: 4.36 4.29 4.21 5/329 27418
/proc/meminfo: memFree=108912040/131382116 swapFree=33010684/33010684
[pid=26710] ppid=26701 vsize=19063512 memory=2945864 CPUtime=3600.02 cores=4,6
/proc/26710/stat : 26710 (java) S 26701 26710 26462 0 -1 4194304 162221 0 0 0 359330 672 0 0 20 0 20 0 36244532 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
/proc/26710/statm: 4765878 736466 5482 1 0 748077 0
[pid=26710/tid=26714] ppid=26701 vsize=19063512 memory=2945864 CPUtime=3468.76 cores=4,6
/proc/26710/task/26714/stat : 26714 (java) R 26701 26710 26462 0 -1 4194368 86571 0 0 0 346467 409 0 0 20 0 20 0 36244535 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26732] ppid=26701 vsize=19063512 memory=14352 CPUtime=0 cores=4,6
/proc/26710/task/26732/stat : 26732 (Finalizer) S 26701 26710 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244540 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26739] ppid=26701 vsize=19063512 memory=2945864 CPUtime=0.01 cores=4,6
/proc/26710/task/26739/stat : 26739 (Common-Cleaner) S 26701 26710 26462 0 -1 4194368 2419 0 0 0 0 1 0 0 20 0 20 0 36244541 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
[pid=26710/tid=26743] ppid=26701 vsize=19063512 memory=2945864 CPUtime=0 cores=4,6
/proc/26710/task/26743/stat : 26743 (Timer-0) S 26701 26710 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244631 19521036288 736466 18446744073709551615 94150721531904 94150721535600 140726287658032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94150721543416 94150721544208 94150724571136 140726287665453 140726287665638 140726287665638 140726287671240 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2945864 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.48 s, system=6.75818 s

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

[startup+3547.41 s]*
/proc/loadavg: 4.36 4.29 4.21 5/311 27421
/proc/meminfo: memFree=109959472/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): 3547.43
CPU time (s): 3600.24
CPU user time (s): 3593.48
CPU system time (s): 6.75818
CPU usage (%): 101.489
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3682192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.48
system time used= 6.75818
maximum resident set size= 3682192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164658
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2055928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130421
involuntary context switches= 13621


# summary of solver processes directly reported to runsolver:
#   pid: 26710
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3593.48
#   total CPU system time (s): 6.75818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8125 second user time and 38.1062 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 16:00:51
IDJOB=4510983
IDBENCH=160409
IDSOLVER=3362
FILE ID=nodeC010/4510983-1751205651
RUNJOBID= nodeC010-1751205646-26473
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-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510983-1751205651/watcher-4510983-1751205651 -o /tmp/evaluation-result-4510983-1751205651/solver-4510983-1751205651 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26473 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510983-1751205651 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510983-1751205651.opb

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
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.121
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.132
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.379
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.146
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.854
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.443
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		: 1197.147
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.440
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:        127276648 kB
MemAvailable:   127445812 kB
Buffers:            3280 kB
Cached:           979348 kB
SwapCached:            0 kB
Active:          2905564 kB
Inactive:         687316 kB
Active(anon):    2628240 kB
Inactive(anon):        0 kB
Active(file):     277324 kB
Inactive(file):   687316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8980 kB
Writeback:           304 kB
AnonPages:       2613032 kB
Mapped:           123252 kB
Shmem:             17960 kB
KReclaimable:      88300 kB
Slab:             168356 kB
SReclaimable:      88300 kB
SUnreclaim:        80056 kB
KernelStack:        4624 kB
PageTables:         8472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4829412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149960 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= 432564 MiB
End job on nodeC010 at 2025-06-29 16:59:59