Trace number 4486891

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
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 constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: EFFECTIVE
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Dynamic restart strategy considering the size of the coefficients
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4486891-1751334828.opb
0.09/0.17	c reading problem ... 
0.09/0.18	c using VERIPB proof format
0.09/0.18	c  objective function found
2.00/1.10	c ... done. Wall clock time 0.924s.
2.00/1.10	c declared #vars     4500
2.00/1.10	c #constraints  72413
2.00/1.10	c constraints type 
2.00/1.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
2.00/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
2.00/1.10	c 72413 constraints processed.
2.00/1.12	c objective function length is 4500 literals
5.07/2.75	c cleaning 2500 clauses out of 5000 with flag 0/5000
7.33/4.72	c cleaning 4244 clauses out of 8500 with flag 0/11000
10.10/7.48	c cleaning 5626 clauses out of 11257 with flag 0/18001
14.24/11.45	c cleaning 6811 clauses out of 13630 with flag 0/26000
18.67/15.80	c cleaning 7907 clauses out of 15820 with flag 0/35001
23.78/20.96	c cleaning 8950 clauses out of 17912 with flag 0/45000
30.20/27.22	c cleaning 9980 clauses out of 19963 with flag 0/56001
37.33/34.35	c cleaning 10981 clauses out of 21982 with flag 0/68000
45.62/42.61	c cleaning 11997 clauses out of 24002 with flag 0/81001
54.91/51.88	c cleaning 12990 clauses out of 26004 with flag 0/95000
64.53/61.36	c cleaning 14001 clauses out of 28014 with flag 0/110000
75.12/72.10	c cleaning 14999 clauses out of 30013 with flag 0/126000
85.91/82.53	c cleaning 15999 clauses out of 32014 with flag 0/143000
99.01/95.34	c cleaning 17003 clauses out of 34017 with flag 0/161002
112.77/108.92	c cleaning 17992 clauses out of 36012 with flag 0/180000
128.37/124.37	c cleaning 19003 clauses out of 38020 with flag 0/200000
145.41/141.13	c cleaning 19998 clauses out of 40017 with flag 0/221000
164.29/159.72	c cleaning 21003 clauses out of 42021 with flag 0/243002
184.95/180.18	c cleaning 21995 clauses out of 44016 with flag 0/266000
205.31/200.35	c cleaning 22996 clauses out of 46021 with flag 0/290000
227.07/221.84	c cleaning 24000 clauses out of 48026 with flag 0/315001
253.02/247.43	c cleaning 25000 clauses out of 50025 with flag 0/341000
280.60/274.77	c cleaning 26007 clauses out of 52027 with flag 0/368002
309.43/303.24	c cleaning 27003 clauses out of 54019 with flag 0/396001
340.51/333.95	c cleaning 27998 clauses out of 56015 with flag 0/425000
372.98/366.04	c cleaning 28994 clauses out of 58017 with flag 0/455000
406.54/399.22	c cleaning 30002 clauses out of 60025 with flag 0/486002
443.78/436.27	c cleaning 31000 clauses out of 62023 with flag 0/518002
480.66/472.86	c cleaning 32000 clauses out of 64022 with flag 0/551001
522.48/514.31	c cleaning 32999 clauses out of 66021 with flag 0/585000
569.95/561.39	c cleaning 33996 clauses out of 68023 with flag 0/620001
617.38/608.57	c cleaning 35001 clauses out of 70026 with flag 0/656000
665.14/655.97	c cleaning 36001 clauses out of 72025 with flag 0/693000
720.60/711.02	c cleaning 37007 clauses out of 74026 with flag 0/731002
775.31/765.34	c cleaning 38000 clauses out of 76018 with flag 0/770001
827.82/817.50	c cleaning 38999 clauses out of 78018 with flag 0/810001
883.76/873.14	c cleaning 40001 clauses out of 80018 with flag 0/851000
943.04/932.00	c cleaning 41005 clauses out of 82018 with flag 0/893001
1010.68/999.39	c cleaning 41995 clauses out of 84014 with flag 0/936002
1072.28/1060.46	c cleaning 43004 clauses out of 86017 with flag 0/980000
1149.01/1136.88	c cleaning 43999 clauses out of 88013 with flag 0/1025000
1223.62/1211.48	c cleaning 45003 clauses out of 90016 with flag 0/1071002
1301.30/1288.70	c cleaning 45998 clauses out of 92011 with flag 0/1118000
1389.25/1376.03	c cleaning 47000 clauses out of 94015 with flag 0/1166002
1467.12/1453.55	c cleaning 47999 clauses out of 96014 with flag 0/1215001
1557.67/1543.56	c cleaning 49001 clauses out of 98015 with flag 0/1265001
1648.75/1634.21	c cleaning 49999 clauses out of 100013 with flag 0/1316000
1747.72/1732.63	c cleaning 50993 clauses out of 102014 with flag 0/1368000
1843.68/1828.14	c cleaning 52003 clauses out of 104021 with flag 0/1421000
1949.97/1934.13	c cleaning 53001 clauses out of 106018 with flag 0/1475000
2074.94/2058.61	c cleaning 54002 clauses out of 108018 with flag 0/1530001
2180.12/2162.87	c cleaning 54999 clauses out of 110015 with flag 0/1586000
2302.25/2284.74	c cleaning 55999 clauses out of 112016 with flag 0/1643000
2423.93/2406.60	c cleaning 56998 clauses out of 114017 with flag 0/1701000
2548.16/2530.37	c cleaning 58006 clauses out of 116019 with flag 0/1760000
2680.77/2662.44	c cleaning 58976 clauses out of 118013 with flag 0/1820000
2805.01/2785.72	c cleaning 60012 clauses out of 120038 with flag 0/1881001
2935.68/2915.86	c cleaning 61000 clauses out of 122025 with flag 0/1943000
3084.87/3064.90	c cleaning 61999 clauses out of 124026 with flag 0/2006001
3208.87/3188.40	c cleaning 63001 clauses out of 126026 with flag 0/2070000
3372.59/3351.04	c cleaning 64002 clauses out of 128026 with flag 0/2135001
3510.67/3488.72	c cleaning 65002 clauses out of 130023 with flag 0/2201000
3600.01/3577.81	c starts		: 1
3600.01/3577.81	c conflicts		: 2247485
3600.01/3577.82	c decisions		: 2731650
3600.01/3577.82	c propagations		: 670913331
3600.01/3577.82	c inspects		: 23171837537
3600.01/3577.82	c shortcuts		: 0
3600.01/3577.82	c learnt literals	: 0
3600.01/3577.82	c learnt binary clauses	: 0
3600.01/3577.82	c learnt ternary clauses	: 0
3600.01/3577.82	c learnt constraints	: 2247484
3600.01/3577.82	c ignored constraints	: 0
3600.01/3577.82	c root simplifications	: 0
3600.01/3577.82	c removed literals (reason simplification)	: 0
3600.01/3577.82	c reason swapping (by a shorter reason)	: 0
3600.01/3577.82	c Calls to reduceDB	: 62
3600.01/3577.82	c Number of update (reduction) of LBD	: 3314879
3600.01/3577.82	c Imported unit clauses	: 0
3600.01/3577.82	c No decision after first conflict	: false
3600.01/3577.82	c number of reductions to clauses (during analyze)	: 0
3600.01/3577.82	c number of learned constraints concerned by reduction	: 0
3600.01/3577.82	c number of learning phase by resolution	: 0
3600.01/3577.82	c number of learning phase by cutting planes	: 0
3600.01/3577.82	c number of rounding to 1 operations	: 0
3600.01/3577.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3577.82	c number of reductions of the coefficients by power 2 	: 0
3600.01/3577.82	c number of right shift for reduction by power 2 	: 0
3600.01/3577.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3577.82	c number of ending skipping 	: 0
3600.01/3577.82	c number of internal skipping 	: 0
3600.01/3577.82	c number of derivation steps 	: 72129798
3600.01/3577.82	c number of skipped derivation steps 	: 0
3600.01/3577.82	c number of remaining unassigned 	: 0
3600.01/3577.82	c number of remaining assigned 	: 0
3600.01/3577.82	c number of falsified literals weakened from reason	: 0
3600.01/3577.82	c number of falsified literals weakened from conflict	: 0
3600.01/3577.82	c time for arithmetic operations	: 0
3600.01/3577.82	c minimum degree of deleted constraints	: 1
3600.01/3577.82	c maximum degree of deleted constraints	: 1
3600.01/3577.82	c number of deleted constraints	: 2135979
3600.01/3577.82	c speed (assignments/second)	: 187580.49207237238
3600.01/3577.82	c non guided choices	: 0
3600.01/3577.83	c timeout
3600.01/3577.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 111505
3600.01/3577.88	s UNKNOWN
3600.01/3577.88	c Total wall clock time (in seconds): 3577.698

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=54674, runsolver pid=54671

[startup+0.100053 s]*
/proc/loadavg: 4.41 4.22 4.14 5/340 54692
/proc/meminfo: memFree=121182208/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=18930384 memory=51992 CPUtime=0.09 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 6119 0 0 0 8 1 0 0 20 0 18 0 49161611 19384713216 12998 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4732596 12998 5369 1 0 547232 0
[pid=54674/tid=54676] ppid=54671 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 4960 0 0 0 5 0 0 0 20 0 18 0 49161614 19384713216 12998 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49161616 19384713216 12998 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=18930384 memory=57385981077077 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49161617 19384713216 12998 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51992 KiB

[startup+0.205698 s]*
/proc/loadavg: 4.41 4.22 4.14 7/340 54692
/proc/meminfo: memFree=121136964/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=18930384 memory=64560 CPUtime=0.28 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 7153 0 0 0 26 2 0 0 20 0 18 0 49161611 19384713216 16140 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4732596 16140 5433 1 0 548077 0
[pid=54674/tid=54676] ppid=54671 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 5347 0 0 0 15 1 0 0 20 0 18 0 49161614 19384713216 16140 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=18930384 memory=17913 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49161616 19384713216 16140 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49161617 19384713216 16140 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64560 KiB

[startup+0.305654 s]*
/proc/loadavg: 4.41 4.22 4.14 7/341 54693
/proc/meminfo: memFree=121083716/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=18996948 memory=151928 CPUtime=0.47 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 7495 0 0 0 43 4 0 0 20 0 19 0 49161611 19452874752 37982 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4749237 37982 5497 1 0 548438 0
[pid=54674/tid=54676] ppid=54671 vsize=18996948 memory=-6000919502737664106 CPUtime=0.25 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 5435 0 0 0 22 3 0 0 20 0 19 0 49161614 19452874752 37982 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49161616 19452874752 37982 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49161617 19452874752 37982 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151928 KiB

[startup+0.700234 s]
/proc/loadavg: 4.41 4.22 4.14 6/341 54693
/proc/meminfo: memFree=120724908/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=18998208 memory=1024956 CPUtime=1.21 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 14649 0 0 0 99 22 0 0 20 0 19 0 49161611 19454164992 256239 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4749552 256239 5497 1 0 552452 0
[pid=54674/tid=54676] ppid=54671 vsize=18998208 memory=17792 CPUtime=0.63 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 5852 0 0 0 44 19 0 0 20 0 19 0 49161614 19454164992 256239 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=18998208 memory=10752 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49161616 19454164992 256239 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=18998208 memory=3200 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49161617 19454164992 256239 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18998208 KiB
Current children cumulated memory: 1024956 KiB

[startup+1.50023 s]
/proc/loadavg: 4.41 4.22 4.14 6/341 54693
/proc/meminfo: memFree=119808800/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=1311628 CPUtime=2.78 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 21957 0 0 0 248 30 0 0 20 0 20 0 49161611 19521036288 327907 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 327907 5529 1 0 555660 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3200 CPUtime=1.31 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 6105 0 0 0 105 26 0 0 20 0 20 0 49161614 19521036288 327907 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 327907 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 327907 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311628 KiB

[startup+3.10556 s]
/proc/loadavg: 4.46 4.23 4.14 6/342 54694
/proc/meminfo: memFree=119728464/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=1321392 CPUtime=5.58 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 22461 0 0 0 527 31 0 0 20 0 20 0 49161611 19521036288 330348 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 330348 5529 1 0 555707 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=10752 CPUtime=2.87 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) S 54671 54674 53743 0 -1 4194368 6273 0 0 0 261 26 0 0 20 0 20 0 49161614 19521036288 330348 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 330348 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 330348 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 330348 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321392 KiB

[startup+6.30023 s]
/proc/loadavg: 4.46 4.23 4.14 5/342 54694
/proc/meminfo: memFree=119415472/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=1317924 CPUtime=9.01 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 23429 0 0 0 869 32 0 0 20 0 20 0 49161611 19521036288 329481 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 329481 5529 1 0 555715 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 7001 0 0 0 578 27 0 0 20 0 20 0 49161614 19521036288 329481 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=4570474860524113270 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 329481 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=-6000919502737664106 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 329481 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 329481 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 9.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.42 4.22 4.14 5/342 54694
/proc/meminfo: memFree=118920808/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=1338492 CPUtime=15.54 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 30149 0 0 0 1520 34 0 0 20 0 20 0 49161611 19521036288 334623 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 334623 5529 1 0 555715 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=0 CPUtime=12.34 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 7638 0 0 0 1207 27 0 0 20 0 20 0 49161614 19521036288 334623 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=1338492 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 334623 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 334623 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 334623 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1338492 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 4.21 4.14 5/342 54694
/proc/meminfo: memFree=118828172/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=1350992 CPUtime=28.48 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 37657 0 0 0 2811 37 0 0 20 0 20 0 49161611 19521036288 337748 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 337748 5561 1 0 555715 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=-6000919502737664106 CPUtime=24.97 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 9625 0 0 0 2467 30 0 0 20 0 20 0 49161614 19521036288 337748 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=3026 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 337748 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=1344716 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 337748 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=1344716 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 337748 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 28.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1350992 KiB

[startup+51.1056 s]
/proc/loadavg: 4.29 4.21 4.14 5/342 54695
/proc/meminfo: memFree=118590632/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=1373720 CPUtime=54.17 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 41459 0 0 0 5376 41 0 0 20 0 20 0 49161611 19521036288 343430 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 343430 5561 1 0 555715 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=1373720 CPUtime=50.23 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 11215 0 0 0 4990 33 0 0 20 0 20 0 49161614 19521036288 343430 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=-6000919502737664106 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 343430 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=1363376 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 343430 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=1348944 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 343430 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0

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

/proc/meminfo: memFree=109915664/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3182.65 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 128738 0 0 0 317926 339 0 0 20 0 20 0 49161611 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778224 5561 1 0 790954 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3122.3 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 57889 0 0 0 312019 211 0 0 20 0 20 0 49161614 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2315 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3182.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.24 4.19 5/343 54862
/proc/meminfo: memFree=109870524/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3242.9 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 129766 0 0 0 323945 345 0 0 20 0 20 0 49161611 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778224 5561 1 0 790954 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3181.68 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 58776 0 0 0 317953 215 0 0 20 0 20 0 49161614 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2315 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3242.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.23 4.19 5/341 54864
/proc/meminfo: memFree=109818784/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3303.13 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 131565 0 0 0 329963 350 0 0 20 0 20 0 49161611 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778224 5561 1 0 790954 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3241.1 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 59869 0 0 0 323892 218 0 0 20 0 20 0 49161614 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=-6000919502737664106 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2437 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3303.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.20 4.18 5/342 54873
/proc/meminfo: memFree=109776428/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3363.34 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 133108 0 0 0 335980 354 0 0 20 0 20 0 49161611 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778224 5561 1 0 790954 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3300.52 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 60893 0 0 0 329831 221 0 0 20 0 20 0 49161614 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2437 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778224 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3363.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.17 4.17 5/343 54876
/proc/meminfo: memFree=109703012/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3113792 CPUtime=3423.89 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 136112 0 0 0 342029 360 0 0 20 0 20 0 49161611 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778448 5561 1 0 791175 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3360.09 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 62239 0 0 0 335784 225 0 0 20 0 20 0 49161614 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2457 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=3113792 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3423.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.20 4.18 5/343 54944
/proc/meminfo: memFree=111851908/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3113792 CPUtime=3484.15 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 136450 0 0 0 348048 367 0 0 20 0 20 0 49161611 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778448 5561 1 0 791175 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3112896 CPUtime=3419.45 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 62500 0 0 0 341715 230 0 0 20 0 20 0 49161614 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=3112896 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2457 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=3113792 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3484.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.18 4.18 5/344 54947
/proc/meminfo: memFree=111300796/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3113792 CPUtime=3544.35 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 138332 0 0 0 354063 372 0 0 20 0 20 0 49161611 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778448 5561 1 0 791175 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=3113792 CPUtime=3478.93 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 63722 0 0 0 347660 233 0 0 20 0 20 0 49161614 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=3113792 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=3113792 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2457 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=3113792 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3544.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.8 s]
/proc/loadavg: 4.23 4.19 4.18 5/344 55016
/proc/meminfo: memFree=116336816/131249992 swapFree=33010684/33010684
[pid=54674] ppid=54671 vsize=19063512 memory=3113792 CPUtime=3600.01 cores=0,2
/proc/54674/stat : 54674 (java) S 54671 54674 53743 0 -1 4194304 140050 0 0 0 359624 377 0 0 20 0 20 0 49161611 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
/proc/54674/statm: 4765878 778448 5561 1 0 791175 0
[pid=54674/tid=54676] ppid=54671 vsize=19063512 memory=5632 CPUtime=3533.84 cores=0,2
/proc/54674/task/54676/stat : 54676 (java) R 54671 54674 53743 0 -1 4194368 64820 0 0 0 353149 235 0 0 20 0 20 0 49161614 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54685] ppid=54671 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/54674/task/54685/stat : 54685 (Finalizer) S 54671 54674 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49161616 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54692] ppid=54671 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/54674/task/54692/stat : 54692 (Common-Cleaner) S 54671 54674 53743 0 -1 4194368 2550 0 0 0 0 0 0 0 20 0 20 0 49161617 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
[pid=54674/tid=54694] ppid=54671 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/54674/task/54694/stat : 54694 (Timer-0) S 54671 54674 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49161727 19521036288 778448 18446744073709551615 94439917453312 94439917457008 140726143784912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439917464824 94439917465616 94439946878976 140726143793453 140726143793638 140726143793638 140726143799240 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.35 s, system=3.79022 s

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

Child status: 143

Real time (s): 3577.92
CPU time (s): 3600.14
CPU user time (s): 3596.35
CPU system time (s): 3.79022
CPU usage (%): 100.621
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3113792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.35
system time used= 3.79022
maximum resident set size= 3114920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142725
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1390344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126516
involuntary context switches= 10600


# summary of solver processes directly reported to runsolver:
#   pid: 54674
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.35
#   total CPU system time (s): 3.79022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60384 second user time and 16.9685 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 03:53:48
IDJOB=4486891
IDBENCH=147077
IDSOLVER=3362
FILE ID=nodeC025/4486891-1751334828
RUNJOBID= nodeC025-1751331234-53753
SLURM_JOB_ID= 9594378
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486891-1751334828/watcher-4486891-1751334828 -o /tmp/evaluation-result-4486891-1751334828/solver-4486891-1751334828 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751331234-53753 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486891-1751334828 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4486891-1751334828.opb

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

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=1556409097

nodeC025 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	: 0xb00002a
cpu MHz		: 3599.882
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.832
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.593
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.830
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.839
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.828
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3600.309
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.860
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        121271780 kB
MemAvailable:   123996316 kB
Buffers:            3280 kB
Cached:          3523308 kB
SwapCached:            0 kB
Active:          6134996 kB
Inactive:        3184072 kB
Active(anon):    5810620 kB
Inactive(anon):        0 kB
Active(file):     324376 kB
Inactive(file):  3184072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             52856 kB
Writeback:             0 kB
AnonPages:       5795636 kB
Mapped:           123276 kB
Shmem:             18084 kB
KReclaimable:     110656 kB
Slab:             201528 kB
SReclaimable:     110656 kB
SUnreclaim:        90872 kB
KernelStack:        5248 kB
PageTables:        14988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10691728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5582848 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC025 at 2025-07-01 04:53:27