Trace number 4492803

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.35 3417.04

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM34508937f6127f0a8669d934526c1066
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 benchmark1.25863
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints109861
Number of constraints which are clauses109861
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 constraint60
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 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2106806208
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.25	c Number of processors 	2
0.59/0.46	c Pseudo Boolean Optimization by upper bound
0.59/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.46	c  - never skip resolution steps
0.59/0.46	c  - Auto-division on coefficients is disabled
0.59/0.46	c  - No postprocessing
0.59/0.46	c  - Conflict is considered as is when resolving
0.59/0.46	c  - Use constraints as they come during conflict analysis
0.59/0.46	c  - Weaken first using unassigned literals
0.59/0.46	c  - Bump strategy: ALWAYS_ONE
0.59/0.46	c  - Bumper: EFFECTIVE
0.59/0.46	c --- Begin Solver configuration ---
0.59/0.46	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.46	c Learn all clauses as in MiniSAT
0.59/0.46	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.46	c No reason simplification
0.59/0.46	c Dynamic restart strategy considering the size of the coefficients
0.59/0.46	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.46	c timeout=2147483s
0.59/0.46	c DB Simplification allowed=false
0.59/0.46	c Listener: none
0.59/0.46	c --- End Solver configuration ---
0.59/0.46	c solving HOME/instance-4492803-1751149250.opb
0.59/0.46	c reading problem ... 
0.59/0.46	c using VERIPB proof format
0.59/0.47	c  no objective function found
3.42/1.97	c ... done. Wall clock time 1.503s.
3.42/1.97	c declared #vars     3660
3.42/1.97	c #constraints  109861
3.42/1.97	c constraints type 
3.42/1.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109800
3.42/1.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
3.42/1.97	c 109861 constraints processed.
7.23/4.07	c cleaning 2500 clauses out of 5002 with flag 0/5002
10.28/6.59	c cleaning 4244 clauses out of 8500 with flag 0/11000
14.96/11.06	c cleaning 5624 clauses out of 11257 with flag 0/18001
19.94/15.77	c cleaning 6810 clauses out of 13632 with flag 0/26000
26.80/22.44	c cleaning 7901 clauses out of 15822 with flag 0/35000
33.89/29.33	c cleaning 8959 clauses out of 17923 with flag 0/45002
41.38/36.30	c cleaning 9981 clauses out of 19964 with flag 0/56002
49.81/44.52	c cleaning 10987 clauses out of 21982 with flag 0/68001
60.32/54.54	c cleaning 11992 clauses out of 23995 with flag 0/81001
70.28/64.01	c cleaning 12998 clauses out of 26002 with flag 0/95000
83.87/77.27	c cleaning 13996 clauses out of 28004 with flag 0/110000
100.27/92.90	c cleaning 14998 clauses out of 30009 with flag 0/126001
116.28/108.42	c cleaning 15996 clauses out of 32010 with flag 0/143000
136.19/127.88	c cleaning 17002 clauses out of 34014 with flag 0/161000
157.16/148.32	c cleaning 18004 clauses out of 36013 with flag 0/180001
178.98/169.81	c cleaning 18996 clauses out of 38009 with flag 0/200001
203.65/194.04	c cleaning 19998 clauses out of 40012 with flag 0/221000
232.16/222.07	c cleaning 21001 clauses out of 42014 with flag 0/243000
263.22/252.31	c cleaning 22004 clauses out of 44015 with flag 0/266002
293.28/282.08	c cleaning 22997 clauses out of 46009 with flag 0/290000
330.25/318.47	c cleaning 24001 clauses out of 48013 with flag 0/315001
368.49/356.11	c cleaning 25001 clauses out of 50013 with flag 0/341002
406.85/392.68	c cleaning 26003 clauses out of 52013 with flag 0/368003
443.02/428.29	c cleaning 27004 clauses out of 54013 with flag 0/396006
481.29/466.08	c cleaning 27998 clauses out of 56004 with flag 0/425001
522.74/506.82	c cleaning 28998 clauses out of 58007 with flag 0/455002
570.16/553.60	c cleaning 29997 clauses out of 60007 with flag 0/486000
609.19/592.29	c cleaning 31000 clauses out of 62010 with flag 0/518000
647.16/629.75	c cleaning 32001 clauses out of 64014 with flag 0/551004
697.05/679.19	c cleaning 32997 clauses out of 66010 with flag 0/585001
752.53/733.95	c cleaning 34005 clauses out of 68014 with flag 0/620002
814.45/795.08	c cleaning 34998 clauses out of 70008 with flag 0/656001
882.05/860.90	c cleaning 35995 clauses out of 72010 with flag 0/693001
940.80/919.30	c cleaning 37004 clauses out of 74015 with flag 0/731001
1002.35/980.10	c cleaning 38006 clauses out of 76013 with flag 0/770003
1068.93/1046.07	c cleaning 38998 clauses out of 78004 with flag 0/810000
1140.81/1117.11	c cleaning 39991 clauses out of 80006 with flag 0/851000
1211.67/1187.21	c cleaning 41005 clauses out of 82016 with flag 0/893001
1286.85/1261.39	c cleaning 42000 clauses out of 84012 with flag 0/936002
1360.11/1332.83	c cleaning 43005 clauses out of 86012 with flag 0/980002
1444.26/1416.06	c cleaning 43999 clauses out of 88006 with flag 0/1025001
1533.91/1503.33	c cleaning 45000 clauses out of 90006 with flag 0/1071000
1637.09/1602.11	c cleaning 45998 clauses out of 92006 with flag 0/1118000
1741.99/1701.47	c cleaning 46999 clauses out of 94008 with flag 0/1166000
1846.33/1797.71	c cleaning 48000 clauses out of 96009 with flag 0/1215000
1954.28/1894.70	c cleaning 48999 clauses out of 98009 with flag 0/1265000
2076.16/2005.25	c cleaning 50001 clauses out of 100010 with flag 0/1316000
2177.72/2097.39	c cleaning 50995 clauses out of 102009 with flag 0/1368000
2283.21/2192.62	c cleaning 52000 clauses out of 104015 with flag 0/1421001
2404.91/2306.16	c cleaning 53002 clauses out of 106017 with flag 0/1475003
2568.21/2458.31	c cleaning 53996 clauses out of 108012 with flag 0/1530000
2718.66/2595.01	c cleaning 54990 clauses out of 110016 with flag 0/1586000
2883.60/2748.25	c cleaning 56000 clauses out of 112027 with flag 0/1643001
3063.55/2913.38	c cleaning 57005 clauses out of 114028 with flag 0/1701002
3241.25/3079.30	c cleaning 58003 clauses out of 116022 with flag 0/1760001
3436.17/3263.15	c cleaning 58997 clauses out of 118018 with flag 0/1820000
3600.07/3416.83	c starts		: 1
3600.07/3416.83	c timeout
3600.07/3416.85	c conflicts		: 1874835
3600.07/3416.85	c decisions		: 2046791
3600.07/3416.85	c propagations		: 20388104
3600.07/3416.85	c inspects		: 10052844579
3600.07/3416.85	c shortcuts		: 0
3600.07/3416.85	c learnt literals	: 0
3600.07/3416.85	c learnt binary clauses	: 0
3600.07/3416.85	c learnt ternary clauses	: 0
3600.07/3416.85	c learnt constraints	: 1874835
3600.07/3416.85	c ignored constraints	: 0
3600.07/3416.85	c root simplifications	: 0
3600.07/3416.85	c removed literals (reason simplification)	: 0
3600.07/3416.85	c reason swapping (by a shorter reason)	: 0
3600.07/3416.85	c Calls to reduceDB	: 56
3600.07/3416.85	c Number of update (reduction) of LBD	: 2754214
3600.07/3416.85	c Imported unit clauses	: 0
3600.07/3416.85	c No decision after first conflict	: false
3600.07/3416.86	c number of reductions to clauses (during analyze)	: 0
3600.07/3416.86	c number of learned constraints concerned by reduction	: 0
3600.07/3416.86	c number of learning phase by resolution	: 0
3600.07/3416.86	c number of learning phase by cutting planes	: 0
3600.07/3416.86	c number of rounding to 1 operations	: 0
3600.07/3416.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3416.86	c number of reductions of the coefficients by power 2 	: 0
3600.07/3416.87	c number of right shift for reduction by power 2 	: 0
3600.07/3416.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3416.87	c number of ending skipping 	: 0
3600.07/3416.87	c number of internal skipping 	: 0
3600.07/3416.87	c number of derivation steps 	: 13697005
3600.07/3416.87	c number of skipped derivation steps 	: 0
3600.07/3416.87	c number of remaining unassigned 	: 0
3600.07/3416.87	c number of remaining assigned 	: 0
3600.07/3416.87	c number of falsified literals weakened from reason	: 0
3600.07/3416.87	c number of falsified literals weakened from conflict	: 0
3600.07/3416.87	c time for arithmetic operations	: 0
3600.07/3416.87	c minimum degree of deleted constraints	: 1
3600.07/3416.87	c maximum degree of deleted constraints	: 1
3600.07/3416.87	c number of deleted constraints	: 1760979
3600.07/3416.87	c speed (assignments/second)	: 5970.3405489710085
3600.07/3416.87	c non guided choices	: 1790
3600.31/3417.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 113856
3600.31/3417.02	s UNKNOWN
3600.31/3417.02	c Total wall clock time (in seconds): 3416.561

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (58000 MiB free)
  memory of node 1: 64507 MiB (63496 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.101289 s]*
/proc/loadavg: 4.33 4.33 4.28 5/281 15631
/proc/meminfo: memFree=124387104/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=18930344 memory=47096 CPUtime=0.1 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 5645 0 0 0 6 4 0 0 20 0 18 0 30603866 19384672256 11774 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4732586 11774 5110 1 0 546872 0
[pid=15613/tid=15615] ppid=15610 vsize=18930384 memory=4026532361 CPUtime=0.06 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 4577 0 0 0 3 3 0 0 20 0 18 0 30603868 19384713216 11774 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603873 19384713216 11774 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=18930384 memory=55195547749698 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30603875 19384713216 11774 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 47096 KiB

[startup+0.213911 s]*
/proc/loadavg: 4.33 4.33 4.28 3/281 15631
/proc/meminfo: memFree=124385220/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=18930384 memory=49784 CPUtime=0.26 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 6126 0 0 0 22 4 0 0 20 0 18 0 30603866 19384713216 12446 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4732596 12446 5334 1 0 547241 0
[pid=15613/tid=15615] ppid=15610 vsize=18930384 memory=4026598884 CPUtime=0.17 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 4963 0 0 0 14 3 0 0 20 0 18 0 30603868 19384713216 12446 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=18930384 memory=1579 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603873 19384713216 12446 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30603875 19384713216 12446 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49784 KiB

[startup+0.313622 s]*
/proc/loadavg: 4.33 4.33 4.28 6/283 15637
/proc/meminfo: memFree=124643048/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=18930384 memory=55944 CPUtime=0.43 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 6652 0 0 0 37 6 0 0 20 0 18 0 30603866 19384713216 13986 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4732596 13986 5334 1 0 547684 0
[pid=15613/tid=15615] ppid=15610 vsize=18930384 memory=-7234871742002455421 CPUtime=0.26 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 5132 0 0 0 22 4 0 0 20 0 18 0 30603868 19384713216 13986 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603873 19384713216 14018 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30603875 19384713216 14018 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55944 KiB

[startup+0.700393 s]
/proc/loadavg: 4.33 4.33 4.28 6/284 15654
/proc/meminfo: memFree=124997320/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=18930384 memory=126304 CPUtime=1.09 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 7255 0 0 0 98 11 0 0 20 0 18 0 30603866 19384713216 31576 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4732596 31576 5430 1 0 548042 0
[pid=15613/tid=15615] ppid=15610 vsize=18930384 memory=17152 CPUtime=0.56 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 5430 0 0 0 48 8 0 0 20 0 18 0 30603868 19384713216 31576 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30603873 19384713216 31576 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30603875 19384713216 31576 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 126304 KiB

[startup+1.50025 s]
/proc/loadavg: 4.33 4.33 4.28 9/325 15723
/proc/meminfo: memFree=124692744/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=18996948 memory=1298076 CPUtime=2.62 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 17105 0 0 0 219 43 0 0 20 0 19 0 30603866 19452874752 324519 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4749237 324519 5462 1 0 552629 0
[pid=15613/tid=15615] ppid=15610 vsize=18996948 memory=3200 CPUtime=1.3 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 5991 0 0 0 93 37 0 0 20 0 19 0 30603868 19452874752 324519 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30603873 19452874752 324519 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 30603875 19452874752 324519 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1298076 KiB

[startup+3.10549 s]
/proc/loadavg: 4.47 4.35 4.29 7/329 15795
/proc/meminfo: memFree=123443060/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=1316488 CPUtime=5.78 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 22120 0 0 0 530 48 0 0 20 0 20 0 30603866 19521036288 329122 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 329122 5462 1 0 555766 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=11264 CPUtime=2.78 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 6083 0 0 0 239 39 0 0 20 0 20 0 30603868 19521036288 329122 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 329122 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 329122 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 329122 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316488 KiB

[startup+6.3003 s]
/proc/loadavg: 4.47 4.35 4.29 6/330 15862
/proc/meminfo: memFree=122148304/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=1523760 CPUtime=10.04 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 32723 0 0 0 948 56 0 0 20 0 20 0 30603866 19521036288 380940 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 380940 5462 1 0 1044598 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=0 CPUtime=5.82 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 7210 0 0 0 538 44 0 0 20 0 20 0 30603868 19521036288 380940 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 380940 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=128 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 380940 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=1310788 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 380940 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1523760 KiB

[startup+12.7005 s]
/proc/loadavg: 4.51 4.36 4.29 7/329 15928
/proc/meminfo: memFree=124735252/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2580648 CPUtime=16.79 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 33375 0 0 0 1598 81 0 0 20 0 20 0 30603866 19521036288 645162 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 645162 5462 1 0 1044608 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=2470016 CPUtime=11.83 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 7697 0 0 0 1120 63 0 0 20 0 20 0 30603868 19521036288 645162 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=2554012 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 645162 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 645162 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=33 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 645162 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2580648 KiB

[startup+25.5005 s]
/proc/loadavg: 4.46 4.36 4.29 5/331 15931
/proc/meminfo: memFree=120209048/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=3319256 CPUtime=30.01 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 34979 0 0 0 2902 99 0 0 20 0 20 0 30603866 19521036288 829814 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 829814 5462 1 0 1169943 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=0 CPUtime=24.07 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 8742 0 0 0 2329 78 0 0 20 0 20 0 30603868 19521036288 829814 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=3097916 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 829814 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=-6000919507133294446 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 829814 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=3097916 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 829814 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 30.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3319256 KiB

[startup+51.1096 s]
/proc/loadavg: 4.37 4.35 4.29 5/331 15931
/proc/meminfo: memFree=118561712/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=4543300 CPUtime=56.73 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 44430 0 0 0 5545 128 0 0 20 0 20 0 30603866 19521036288 1135825 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 1135825 5494 1 0 1289019 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=17152 CPUtime=48.54 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 11604 0 0 0 4754 100 0 0 20 0 20 0 30603868 19521036288 1135825 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 1135825 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 1135825 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=11264 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=118303624/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2692872 CPUtime=3265.19 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 244058 0 0 0 325782 737 0 0 20 0 20 0 30603866 19521036288 673218 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 673218 5526 1 0 684373 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=2259456 CPUtime=3032.04 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 116266 0 0 0 302815 389 0 0 20 0 20 0 30603868 19521036288 673218 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=2692872 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 673218 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=2692872 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2203 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 673218 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=2692872 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 673218 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3265.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2692872 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.31 4.32 5/328 16103
/proc/meminfo: memFree=120634928/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2376204 CPUtime=3328.52 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 247087 0 0 0 332107 745 0 0 20 0 20 0 30603866 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 594051 5526 1 0 605029 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=2259456 CPUtime=3090.71 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 117774 0 0 0 308680 391 0 0 20 0 20 0 30603868 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=2692872 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=2692872 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2254 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=2376204 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3328.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2376204 KiB

[startup+3222.3 s]
/proc/loadavg: 4.47 4.35 4.34 5/328 16105
/proc/meminfo: memFree=121118736/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2376204 CPUtime=3393.3 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 248391 0 0 0 338577 753 0 0 20 0 20 0 30603866 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 594051 5526 1 0 605029 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=2692872 CPUtime=3149.69 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 118729 0 0 0 314576 393 0 0 20 0 20 0 30603868 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2277 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=2376204 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 594051 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3393.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2376204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.30 4.32 5/328 16107
/proc/meminfo: memFree=120690484/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2376332 CPUtime=3456.83 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 248596 0 0 0 344922 761 0 0 20 0 20 0 30603866 19521036288 594083 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 594083 5526 1 0 605029 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=2376332 CPUtime=3208.58 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 118828 0 0 0 320464 394 0 0 20 0 20 0 30603868 19521036288 594083 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 594083 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2280 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 594083 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 594083 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3456.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2376332 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.32 4.32 5/327 16109
/proc/meminfo: memFree=120727264/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2628172 CPUtime=3520.59 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 249023 0 0 0 351281 778 0 0 20 0 20 0 30603866 19521036288 657043 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 657043 5526 1 0 669757 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=14720 CPUtime=3267.23 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 119035 0 0 0 326318 405 0 0 20 0 20 0 30603868 19521036288 657043 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 657043 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=2212428 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2281 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 657043 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=2628172 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 657043 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3520.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2628172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.48 4.35 4.33 7/326 16111
/proc/meminfo: memFree=120384652/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2634704 CPUtime=3585.44 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 250870 0 0 0 357758 786 0 0 20 0 20 0 30603866 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 658676 5526 1 0 669757 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=11264 CPUtime=3325.93 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 119645 0 0 0 332187 406 0 0 20 0 20 0 30603868 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=2212428 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=2634704 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2281 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3585.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2634704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3416.8 s]
/proc/loadavg: 4.37 4.34 4.33 5/326 16111
/proc/meminfo: memFree=120836992/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19063512 memory=2634704 CPUtime=3600.07 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 251400 0 0 0 359219 788 0 0 20 0 20 0 30603866 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4765878 658676 5526 1 0 669757 0
[pid=15613/tid=15615] ppid=15610 vsize=19063512 memory=4892 CPUtime=3340.23 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) R 15610 15613 14966 0 -1 4194368 120143 0 0 0 333616 407 0 0 20 0 20 0 30603868 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19063512 memory=-6000919507133294446 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30603873 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2281 0 0 0 0 0 0 0 20 0 20 0 30603875 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15736] ppid=15610 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15613/task/15736/stat : 15736 (Timer-0) S 15610 15613 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604064 19521036288 658676 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2634704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.46 s, system=7.89731 s

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

[startup+3417 s]*
/proc/loadavg: 4.37 4.34 4.33 5/327 16114
/proc/meminfo: memFree=120834312/131382112 swapFree=33010684/33010684
[pid=15613] ppid=15610 vsize=19263204 memory=2635344 CPUtime=3600.31 cores=1,3
/proc/15613/stat : 15613 (java) S 15610 15613 14966 0 -1 4194304 252742 0 0 0 359243 788 0 0 20 0 21 0 30603866 19725520896 658836 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
/proc/15613/statm: 4815801 658836 5526 1 0 670711 0
[pid=15613/tid=15615] ppid=15610 vsize=19263204 memory=-6000919477085103982 CPUtime=3340.26 cores=1,3
/proc/15613/task/15615/stat : 15615 (java) S 15610 15613 14966 0 -1 4194368 120286 0 0 0 333619 407 0 0 20 0 21 0 30603868 19725520896 658836 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15624] ppid=15610 vsize=19263204 memory=4137570670387818137 CPUtime=0 cores=1,3
/proc/15613/task/15624/stat : 15624 (Finalizer) S 15610 15613 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30603873 19725520896 658836 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=15631] ppid=15610 vsize=19263204 memory=6442805448191339114 CPUtime=0 cores=1,3
/proc/15613/task/15631/stat : 15631 (Common-Cleaner) S 15610 15613 14966 0 -1 4194368 2281 0 0 0 0 0 0 0 20 0 21 0 30603875 19725520896 658836 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
[pid=15613/tid=16113] ppid=15610 vsize=19263204 memory=8098996509894865259 CPUtime=0.14 cores=1,3
/proc/15613/task/16113/stat : 16113 (Thread-0) R 15610 15613 14966 0 -1 4194368 265 0 0 0 14 0 0 0 20 0 21 0 30945548 19725520896 658836 18446744073709551615 94803258355712 94803258359408 140728344760016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803258367224 94803258368016 94803274682368 140728344766765 140728344766950 140728344766950 140728344772552 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2635344 KiB

Child status: 143

Real time (s): 3417.04
CPU time (s): 3600.35
CPU user time (s): 3592.46
CPU system time (s): 7.89731
CPU usage (%): 105.365
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6460528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.46
system time used= 7.89731
maximum resident set size= 6460528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 371664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126473
involuntary context switches= 19273


# summary of solver processes directly reported to runsolver:
#   pid: 15613
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3592.46
#   total CPU system time (s): 7.89731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4167 second user time and 37.855 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 00:20:50
IDJOB=4492803
IDBENCH=147823
IDSOLVER=3362
FILE ID=nodeC001/4492803-1751149250
RUNJOBID= nodeC001-1751145706-14978
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492803-1751149250/watcher-4492803-1751149250 -o /tmp/evaluation-result-4492803-1751149250/solver-4492803-1751149250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14978 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492803-1751149250 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492803-1751149250.opb

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

MD5SUM BENCH= 34508937f6127f0a8669d934526c1066
RANDOM SEED=2081635126

nodeC001 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		: 1895.523
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.49
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.175
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.49
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		: 1895.847
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.49
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.139
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.49
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		: 3491.745
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124412348 kB
MemAvailable:   125198092 kB
Buffers:            3280 kB
Cached:          1596492 kB
SwapCached:            0 kB
Active:          5054144 kB
Inactive:        1364424 kB
Active(anon):    4836788 kB
Inactive(anon):        0 kB
Active(file):     217356 kB
Inactive(file):  1364424 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6788 kB
Writeback:             0 kB
AnonPages:       4821960 kB
Mapped:           121808 kB
Shmem:             17960 kB
KReclaimable:      86796 kB
Slab:             166692 kB
SReclaimable:      86796 kB
SUnreclaim:        79896 kB
KernelStack:        4284 kB
PageTables:        12496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5182868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149720 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4655104 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC001 at 2025-06-29 01:17:47