Trace number 4515715

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 Resolution VeriPB 2025-06-06UNSAT cert. 71.9697 69.0237

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.opb
MD5SUM9fec036f9114dcaf12f5e6b379091e55
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 benchmark10.6714
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33930
Total number of constraints6787
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints6784
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4515715-1751234681.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.50/0.36	c ... done. Wall clock time 0.226s.
0.50/0.36	c declared #vars     33930
0.50/0.36	c #constraints  6787
0.50/0.36	c constraints type 
0.50/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6787
0.50/0.36	c 6787 constraints processed.
1.66/0.97	c cleaning 2500 clauses out of 5001 with flag 13112/5001
2.25/1.25	c cleaning 4251 clauses out of 8503 with flag 28993/11003
2.66/1.41	c cleaning 5619 clauses out of 11249 with flag 50432/18000
2.86/1.58	c cleaning 6804 clauses out of 13630 with flag 74019/26000
3.25/1.73	c cleaning 7893 clauses out of 15828 with flag 102770/35002
3.45/1.86	c cleaning 8955 clauses out of 17934 with flag 129906/45001
3.86/2.07	c cleaning 9982 clauses out of 19978 with flag 161975/56000
4.24/2.20	c cleaning 10990 clauses out of 21996 with flag 196722/68000
4.37/2.36	c cleaning 11982 clauses out of 24006 with flag 232436/81000
4.58/2.55	c cleaning 13009 clauses out of 26028 with flag 275787/95004
4.79/2.71	c cleaning 14001 clauses out of 28015 with flag 317734/110000
4.99/2.91	c cleaning 15001 clauses out of 30014 with flag 363446/126000
5.22/3.14	c cleaning 15995 clauses out of 32014 with flag 417003/143001
5.45/3.33	c cleaning 17002 clauses out of 34018 with flag 475878/161000
5.65/3.55	c cleaning 18003 clauses out of 36016 with flag 539009/180000
5.99/3.82	c cleaning 18995 clauses out of 38013 with flag 601845/200000
6.30/4.10	c cleaning 19999 clauses out of 40018 with flag 664628/221000
6.59/4.41	c cleaning 20983 clauses out of 42020 with flag 736518/243001
6.79/4.66	c cleaning 21905 clauses out of 44036 with flag 815763/266000
7.11/4.98	c cleaning 23062 clauses out of 46134 with flag 894535/290003
7.52/5.30	c cleaning 24026 clauses out of 48069 with flag 972920/315000
7.82/5.63	c cleaning 25004 clauses out of 50044 with flag 1052401/341001
8.11/5.97	c cleaning 26012 clauses out of 52040 with flag 1133265/368001
8.52/6.31	c cleaning 26995 clauses out of 54027 with flag 1217314/396000
8.81/6.69	c cleaning 27963 clauses out of 56034 with flag 1300278/425002
9.23/7.05	c cleaning 29028 clauses out of 58070 with flag 1392188/455001
9.71/7.51	c cleaning 30017 clauses out of 60041 with flag 1479777/486000
10.02/7.89	c cleaning 31000 clauses out of 62024 with flag 1571853/518000
10.51/8.33	c cleaning 32003 clauses out of 64024 with flag 1664466/551000
11.03/8.84	c cleaning 33005 clauses out of 66022 with flag 1765288/585001
11.58/9.31	c cleaning 33984 clauses out of 68016 with flag 1871318/620000
12.10/9.80	c cleaning 35014 clauses out of 70032 with flag 1990318/656000
12.50/10.29	c cleaning 35999 clauses out of 72018 with flag 2099566/693000
13.17/10.81	c cleaning 37002 clauses out of 74020 with flag 2224972/731001
13.71/11.37	c cleaning 38002 clauses out of 76017 with flag 2345013/770000
14.35/11.93	c cleaning 38986 clauses out of 78015 with flag 2464988/810000
14.94/12.55	c cleaning 40011 clauses out of 80029 with flag 2585497/851000
15.50/13.09	c cleaning 40987 clauses out of 82019 with flag 2722338/893001
16.15/13.62	c cleaning 41992 clauses out of 84032 with flag 2853608/936001
16.76/14.22	c cleaning 42999 clauses out of 86039 with flag 2982991/980000
17.36/14.81	c cleaning 43986 clauses out of 88040 with flag 3117520/1025000
18.05/15.54	c cleaning 45007 clauses out of 90055 with flag 3248227/1071001
18.65/16.15	c cleaning 46022 clauses out of 92047 with flag 3388969/1118000
19.52/16.95	c cleaning 46971 clauses out of 94026 with flag 3532097/1166001
20.32/17.70	c cleaning 48019 clauses out of 96054 with flag 3678322/1215000
21.17/18.50	c cleaning 49015 clauses out of 98035 with flag 3830840/1265000
22.03/19.31	c cleaning 50005 clauses out of 100021 with flag 3972306/1316001
22.84/20.16	c cleaning 50990 clauses out of 102016 with flag 4133839/1368001
23.64/20.94	c cleaning 51964 clauses out of 104027 with flag 4289866/1421002
24.44/21.74	c cleaning 53017 clauses out of 106062 with flag 4441225/1475001
25.24/22.54	c cleaning 54008 clauses out of 108046 with flag 4608004/1530002
26.04/23.36	c cleaning 55010 clauses out of 110036 with flag 4778209/1586000
26.87/24.14	c cleaning 56005 clauses out of 112026 with flag 4954218/1643000
27.57/24.89	c cleaning 57010 clauses out of 114023 with flag 5119147/1701002
28.57/25.84	c cleaning 56871 clauses out of 116013 with flag 5290512/1760002
29.50/26.75	c cleaning 57245 clauses out of 119140 with flag 5455054/1820000
30.32/27.54	c cleaning 59006 clauses out of 122896 with flag 5640319/1881001
31.52/28.70	c cleaning 60277 clauses out of 125889 with flag 5818711/1943000
32.56/29.78	c cleaning 60951 clauses out of 128612 with flag 6016498/2006000
33.46/30.68	c cleaning 61761 clauses out of 131661 with flag 6201448/2070000
34.35/31.57	c cleaning 62570 clauses out of 134901 with flag 6392160/2135001
35.45/32.66	c cleaning 64117 clauses out of 138331 with flag 6592420/2201001
36.54/33.96	c cleaning 65135 clauses out of 141215 with flag 6796860/2268002
37.69/35.01	c cleaning 66082 clauses out of 144079 with flag 7001726/2336001
38.58/35.96	c cleaning 66959 clauses out of 146996 with flag 7208807/2405000
39.69/37.07	c cleaning 68446 clauses out of 150037 with flag 7425242/2475000
40.69/38.08	c cleaning 68769 clauses out of 152591 with flag 7630924/2546000
41.69/39.10	c cleaning 69600 clauses out of 155822 with flag 7842486/2618000
43.02/40.31	c cleaning 70287 clauses out of 159223 with flag 8063195/2691001
44.12/41.42	c cleaning 71457 clauses out of 162935 with flag 8281751/2765000
45.31/42.62	c cleaning 72921 clauses out of 166479 with flag 8505220/2840001
46.51/43.85	c cleaning 73694 clauses out of 169557 with flag 8723049/2916000
47.70/45.08	c cleaning 74352 clauses out of 172864 with flag 8948766/2993001
49.44/46.72	c cleaning 76011 clauses out of 176511 with flag 9186976/3071000
50.95/48.20	c cleaning 76513 clauses out of 179500 with flag 9411638/3150000
52.54/49.87	c cleaning 77553 clauses out of 182987 with flag 9641391/3230000
54.14/51.45	c cleaning 78452 clauses out of 186435 with flag 9882650/3311001
55.69/52.95	c cleaning 79009 clauses out of 189982 with flag 10126695/3393000
56.98/54.20	c cleaning 80464 clauses out of 193973 with flag 10374695/3476000
58.28/55.59	c cleaning 81608 clauses out of 197511 with flag 10631264/3560002
59.98/57.21	c cleaning 82654 clauses out of 200901 with flag 10870715/3645000
61.55/58.72	c cleaning 83102 clauses out of 204247 with flag 11123325/3731000
63.05/60.26	c cleaning 83694 clauses out of 208145 with flag 11383840/3818000
64.94/62.17	c cleaning 85798 clauses out of 212453 with flag 11642667/3906002
66.92/64.26	c cleaning 86552 clauses out of 215653 with flag 11908845/3995000
68.45/65.77	c cleaning 86980 clauses out of 219102 with flag 12166683/4085001
70.34/67.64	c cleaning 88176 clauses out of 223122 with flag 12435979/4176001
71.77/68.92	c starts		: 2771
71.77/68.92	c conflicts		: 4245255
71.77/68.93	c decisions		: 43482367
71.77/68.93	c propagations		: 65534504
71.77/68.93	c inspects		: 502747961
71.77/68.93	c shortcuts		: 0
71.77/68.93	c learnt literals	: 9
71.77/68.93	c learnt binary clauses	: 28
71.77/68.93	c learnt ternary clauses	: 18527
71.77/68.93	c learnt constraints	: 4245245
71.77/68.93	c ignored constraints	: 0
71.77/68.93	c root simplifications	: 0
71.77/68.93	c removed literals (reason simplification)	: 3380067
71.77/68.93	c reason swapping (by a shorter reason)	: 0
71.77/68.93	c Calls to reduceDB	: 87
71.77/68.93	c Number of update (reduction) of LBD	: 780983
71.77/68.93	c Imported unit clauses	: 0
71.77/68.93	c No decision after first conflict	: false
71.77/68.93	c number of reductions to clauses (during analyze)	: 0
71.77/68.93	c number of learned constraints concerned by reduction	: 0
71.77/68.93	c number of learning phase by resolution	: 0
71.77/68.93	c number of learning phase by cutting planes	: 0
71.77/68.93	c number of rounding to 1 operations	: 0
71.77/68.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
71.77/68.93	c number of reductions of the coefficients by power 2 	: 0
71.77/68.93	c number of right shift for reduction by power 2 	: 0
71.77/68.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
71.77/68.93	c number of ending skipping 	: 0
71.77/68.93	c number of internal skipping 	: 0
71.77/68.93	c number of derivation steps 	: 0
71.77/68.93	c number of skipped derivation steps 	: 0
71.77/68.93	c number of remaining unassigned 	: 0
71.77/68.93	c number of remaining assigned 	: 0
71.77/68.93	c number of falsified literals weakened from reason	: 0
71.77/68.93	c number of falsified literals weakened from conflict	: 0
71.77/68.93	c time for arithmetic operations	: 0
71.77/68.93	c minimum degree of deleted constraints	: null
71.77/68.93	c maximum degree of deleted constraints	: null
71.77/68.93	c number of deleted constraints	: 0
71.77/68.93	c speed (assignments/second)	: 955829.0039817394
71.77/68.93	c non guided choices	: 36351330
71.77/69.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 204162
71.77/69.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
71.77/69.00	s UNSATISFIABLE
71.77/69.00	c Total wall clock time (in seconds): 68.868

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:21:14 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515715-1751234681/watcher-4515715-1751234681 -o /tmp/evaluation-result-4515715-1751234681/solver-4515715-1751234681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515715-1751234681 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515715-1751234681.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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.el
Current StackSize limit: 8192 KiB

solver pid=35744, runsolver pid=35741

[startup+0.100061 s]*
/proc/loadavg: 4.35 4.35 4.22 5/347 35762
/proc/meminfo: memFree=58588960/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=18930384 memory=57740 CPUtime=0.13 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 6571 0 0 0 11 2 0 0 20 0 18 0 39147520 19384713216 14435 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4732596 14435 5328 1 0 547619 0
[pid=35744/tid=35746] ppid=35741 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 5073 0 0 0 6 1 0 0 20 0 18 0 39147521 19384713216 14435 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39147523 19384713216 14435 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=18930384 memory=60684515952020 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39147523 19384713216 14435 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57740 KiB

[startup+0.206153 s]*
/proc/loadavg: 4.35 4.35 4.22 7/347 35762
/proc/meminfo: memFree=58580768/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=18930384 memory=70088 CPUtime=0.31 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 7017 0 0 0 29 2 0 0 20 0 18 0 39147520 19384713216 17522 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4732596 17522 5424 1 0 547907 0
[pid=35744/tid=35746] ppid=35741 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 5279 0 0 0 16 1 0 0 20 0 18 0 39147521 19384713216 17522 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39147523 19384713216 17522 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39147523 19384713216 17522 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70088 KiB

[startup+0.306078 s]*
/proc/loadavg: 4.35 4.35 4.22 6/347 35762
/proc/meminfo: memFree=58539872/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=18930384 memory=109608 CPUtime=0.5 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 8778 0 0 0 47 3 0 0 20 0 18 0 39147520 19384713216 27402 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4732596 27402 5424 1 0 548987 0
[pid=35744/tid=35746] ppid=35741 vsize=18930384 memory=-6000919502787929964 CPUtime=0.27 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 5297 0 0 0 25 2 0 0 20 0 18 0 39147521 19384713216 27402 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39147523 19384713216 27402 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39147523 19384713216 27402 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109608 KiB

[startup+0.700226 s]
/proc/loadavg: 4.35 4.35 4.22 6/348 35763
/proc/meminfo: memFree=58495072/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=18996948 memory=160112 CPUtime=1.27 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 14606 0 0 0 122 5 0 0 20 0 19 0 39147520 19452874752 40028 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4749237 40028 5456 1 0 552471 0
[pid=35744/tid=35746] ppid=35741 vsize=18996948 memory=18048 CPUtime=0.63 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 5389 0 0 0 60 3 0 0 20 0 19 0 39147521 19452874752 40028 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39147523 19452874752 40028 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39147523 19452874752 40028 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39147557 19452874752 40028 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160112 KiB

[startup+1.50025 s]
/proc/loadavg: 4.35 4.35 4.22 7/349 35764
/proc/meminfo: memFree=58445096/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=187372 CPUtime=2.86 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 24134 0 0 0 278 8 0 0 20 0 20 0 39147520 19521036288 46843 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 46843 5456 1 0 554703 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=0 CPUtime=1.39 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 6185 0 0 0 136 3 0 0 20 0 20 0 39147521 19521036288 46843 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 46843 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 46843 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 46843 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187372 KiB

[startup+3.10604 s]
/proc/loadavg: 4.35 4.35 4.22 5/349 35764
/proc/meminfo: memFree=58355800/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=241536 CPUtime=5.22 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 26135 0 0 0 510 12 0 0 20 0 20 0 39147520 19521036288 60384 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 60384 5488 1 0 554737 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=10752 CPUtime=2.96 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 6631 0 0 0 289 7 0 0 20 0 20 0 39147521 19521036288 60384 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=-6000919502787929964 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 60384 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 60384 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 60384 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 241536 KiB

[startup+6.30021 s]
/proc/loadavg: 4.48 4.38 4.23 5/349 35764
/proc/meminfo: memFree=57995776/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=460496 CPUtime=8.52 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 26501 0 0 0 831 21 0 0 20 0 20 0 39147520 19521036288 115124 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 115124 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=0 CPUtime=6.09 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 6867 0 0 0 595 14 0 0 20 0 20 0 39147521 19521036288 115124 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 115124 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 115124 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=199836 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 115124 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 460496 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.38 4.23 5/349 35764
/proc/meminfo: memFree=57290988/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=970472 CPUtime=15.2 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 30341 0 0 0 1481 39 0 0 20 0 20 0 39147520 19521036288 242618 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 242618 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=199836 CPUtime=12.42 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 8299 0 0 0 1212 30 0 0 20 0 20 0 39147521 19521036288 242618 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=970472 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 242618 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 242618 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 242618 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 970472 KiB

[startup+25.5002 s]
/proc/loadavg: 4.57 4.41 4.24 5/349 35764
/proc/meminfo: memFree=56234892/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1372140 CPUtime=28.27 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 34344 0 0 0 2763 64 0 0 20 0 20 0 39147520 19521036288 343035 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 343035 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=-6000919502787929964 CPUtime=25.08 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 10022 0 0 0 2454 54 0 0 20 0 20 0 39147521 19521036288 343035 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=1363928 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 343035 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 343035 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 343035 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 28.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1372140 KiB

[startup+51.1061 s]
/proc/loadavg: 4.37 4.37 4.23 5/350 35767
/proc/meminfo: memFree=54884972/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1409128 CPUtime=53.84 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 37807 0 0 0 5292 92 0 0 20 0 20 0 39147520 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 352282 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=1402968 CPUtime=50.23 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 11719 0 0 0 4941 82 0 0 20 0 20 0 39147521 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=14412 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=1402968 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=1396812 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 53.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1409128 KiB

[startup+69.0236 s]
# the end of solver process 35744 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=70.8143 s, system=1.15545 s

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

[startup+51.2003 s]
/proc/loadavg: 4.37 4.37 4.23 5/350 35767
/proc/meminfo: memFree=54884972/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1409128 CPUtime=53.94 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 37807 0 0 0 5301 93 0 0 20 0 20 0 39147520 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 352282 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=14412 CPUtime=50.33 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 11719 0 0 0 4951 82 0 0 20 0 20 0 39147521 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=-6000919502787929964 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 352282 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 53.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1409128 KiB

[startup+57.6002 s]
/proc/loadavg: 4.34 4.37 4.23 5/350 35767
/proc/meminfo: memFree=54610236/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1417336 CPUtime=60.4 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 38699 0 0 0 5939 101 0 0 20 0 20 0 39147520 19521036288 354334 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 354334 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=14412 CPUtime=56.66 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 11728 0 0 0 5576 90 0 0 20 0 20 0 39147521 19521036288 354334 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 354334 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 354334 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 354334 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 60.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1417336 KiB

[startup+64.0002 s]*
/proc/loadavg: 4.53 4.40 4.25 6/350 35768
/proc/meminfo: memFree=54270860/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1433784 CPUtime=66.84 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 38830 0 0 0 6577 107 0 0 20 0 20 0 39147520 19521036288 358446 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 358446 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=-6000919502787929964 CPUtime=62.99 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 11747 0 0 0 6204 95 0 0 20 0 20 0 39147521 19521036288 358446 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=-4421386491902453348 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 358446 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 112 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 358446 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 358446 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 66.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1433784 KiB

[startup+67.2002 s]
/proc/loadavg: 4.53 4.40 4.25 6/350 35768
/proc/meminfo: memFree=54114540/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1454300 CPUtime=69.95 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 38860 0 0 0 6884 111 0 0 20 0 20 0 39147520 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 363575 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=1433784 CPUtime=65.97 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 11747 0 0 0 6498 99 0 0 20 0 20 0 39147521 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=1454300 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 112 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=-1884527896249735009 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 69.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1454300 KiB

[startup+68.0002 s]*
/proc/loadavg: 4.53 4.40 4.25 5/350 35768
/proc/meminfo: memFree=54074412/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1454300 CPUtime=70.75 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 38860 0 0 0 6963 112 0 0 20 0 20 0 39147520 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 363575 5488 1 0 554744 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=-6000919502787929964 CPUtime=66.78 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 11747 0 0 0 6578 100 0 0 20 0 20 0 39147521 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=1433784 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=1454300 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 112 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=1433784 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 363575 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 70.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1454300 KiB

[startup+68.8002 s]
/proc/loadavg: 4.53 4.40 4.25 5/350 35768
/proc/meminfo: memFree=54074412/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19063512 memory=1455196 CPUtime=71.58 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 40742 0 0 0 7045 113 0 0 20 0 20 0 39147520 19521036288 363799 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4765878 363799 5488 1 0 554989 0
[pid=35744/tid=35746] ppid=35741 vsize=19063512 memory=1454300 CPUtime=67.57 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) R 35741 35744 34474 0 -1 4194368 12884 0 0 0 6656 101 0 0 20 0 20 0 39147521 19521036288 363799 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19063512 memory=1454300 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 363799 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 112 0 0 0 0 0 0 0 20 0 20 0 39147523 19521036288 363799 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35763] ppid=35741 vsize=19063512 memory=-6000919502787929964 CPUtime=0 cores=5,7
/proc/35744/task/35763/stat : 35763 (Timer-0) S 35741 35744 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39147557 19521036288 363799 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 71.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1455196 KiB

[startup+69.0002 s]*
/proc/loadavg: 4.57 4.41 4.25 6/350 35770
/proc/meminfo: memFree=54051664/131250000 swapFree=33010684/33010684
[pid=35744] ppid=35741 vsize=19196640 memory=1455964 CPUtime=71.95 cores=5,7
/proc/35744/stat : 35744 (java) S 35741 35744 34474 0 -1 4194304 43672 0 0 0 7081 114 0 0 20 0 19 0 39147520 19657359360 363991 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
/proc/35744/statm: 4799160 363991 5520 1 0 555631 0
[pid=35744/tid=35746] ppid=35741 vsize=19196640 memory=-6000919502787929964 CPUtime=67.66 cores=5,7
/proc/35744/task/35746/stat : 35746 (java) S 35741 35744 34474 0 -1 4194368 13791 0 0 0 6664 102 0 0 20 0 16 0 39147521 19657359360 363991 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35755] ppid=35741 vsize=19196640 memory=-4421386491902453348 CPUtime=0 cores=5,7
/proc/35744/task/35755/stat : 35755 (Finalizer) S 35741 35744 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 39147523 19657359360 363991 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35762] ppid=35741 vsize=19196640 memory=14523856 CPUtime=0 cores=5,7
/proc/35744/task/35762/stat : 35762 (Common-Cleaner) S 35741 35744 34474 0 -1 4194368 112 0 0 0 0 0 0 0 20 0 16 0 39147523 19657359360 363991 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
[pid=35744/tid=35770] ppid=35741 vsize=19196640 memory=6772 CPUtime=0.07 cores=5,7
/proc/35744/task/35770/stat : 35770 (Thread-0) S 35741 35744 34474 0 -1 4194368 346 0 0 0 7 0 0 0 20 0 16 0 39154412 19657359360 363991 18446744073709551615 94180259635200 94180259638896 140721599351664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94180259646712 94180259647504 94180283719680 140721599355184 140721599355366 140721599355366 140721599360968 0
Current children cumulated CPU time: 71.95 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1455964 KiB

Child status: 20

Real time (s): 69.0237
CPU time (s): 71.9697
CPU user time (s): 70.8143
CPU system time (s): 1.15545
CPU usage (%): 104.268
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1455964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.8143
system time used= 1.15545
maximum resident set size= 1456092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 936624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5170
involuntary context switches= 1838


# summary of solver processes directly reported to runsolver:
#   pid: 35744
#   total CPU time (s): 71.9697
#   total CPU user time (s): 70.8143
#   total CPU system time (s): 1.15545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.166825 second user time and 0.386748 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-30 00:04:41
IDJOB=4515715
IDBENCH=165333
IDSOLVER=3364
FILE ID=nodeC033/4515715-1751234681
RUNJOBID= nodeC033-1751234104-34968
SLURM_JOB_ID= 9587701
Free space on /tmp= 432764 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515715-1751234681/watcher-4515715-1751234681 -o /tmp/evaluation-result-4515715-1751234681/solver-4515715-1751234681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515715-1751234681 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515715-1751234681.opb

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

MD5SUM BENCH= 9fec036f9114dcaf12f5e6b379091e55
RANDOM SEED=1027839912

nodeC033 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		: 3600.068
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	: 7000.13
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		: 3600.071
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	: 7000.13
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		: 3600.055
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	: 7000.13
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		: 3602.419
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	: 7000.13
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		: 3600.072
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	: 7000.13
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		: 3601.073
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	: 7000.13
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		: 3599.969
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	: 7000.13
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		: 3600.056
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        58609996 kB
MemAvailable:   83304512 kB
Buffers:            3280 kB
Cached:         25475008 kB
SwapCached:            0 kB
Active:         46229772 kB
Inactive:       25215184 kB
Active(anon):   45985216 kB
Inactive(anon):        0 kB
Active(file):     244556 kB
Inactive(file): 25215184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           7861916 kB
Writeback:             0 kB
AnonPages:      45968172 kB
Mapped:           123876 kB
Shmem:             18120 kB
KReclaimable:     148032 kB
Slab:             482912 kB
SReclaimable:     148032 kB
SUnreclaim:       334880 kB
KernelStack:        5328 kB
PageTables:        93556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   46810724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151608 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  45412352 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432764 MiB
End job on nodeC033 at 2025-06-30 00:05:50