Trace number 4515607

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. 59.6702 57.0287

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP095.shuf-2.opb
MD5SUM431f08d4eea5f2e22db9cb62a33eb4a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.00172
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23280
Total number of constraints4657
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints4652
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.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.13	c solving HOME/instance-4515607-1751234234.opb
0.11/0.13	c reading problem ... 
0.18/0.26	c using VERIPB proof format
0.18/0.26	c  no objective function found
0.45/0.44	c ... done. Wall clock time 0.301s.
0.45/0.44	c declared #vars     23280
0.45/0.44	c #constraints  4657
0.45/0.44	c constraints type 
0.45/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4657
0.45/0.44	c 4657 constraints processed.
1.41/0.99	c cleaning 2494 clauses out of 5000 with flag 17493/5000
1.98/1.25	c cleaning 4254 clauses out of 8509 with flag 34404/11003
2.39/1.49	c cleaning 5613 clauses out of 11252 with flag 54741/18000
2.78/1.65	c cleaning 6812 clauses out of 13639 with flag 79192/26000
3.18/1.80	c cleaning 7910 clauses out of 15827 with flag 103290/35000
3.38/1.93	c cleaning 8949 clauses out of 17920 with flag 130346/45003
3.59/2.06	c cleaning 9980 clauses out of 19969 with flag 161109/56001
3.91/2.22	c cleaning 10988 clauses out of 21989 with flag 193327/68001
4.02/2.36	c cleaning 11996 clauses out of 24001 with flag 228176/81001
4.23/2.53	c cleaning 12961 clauses out of 26004 with flag 268213/95000
4.42/2.70	c cleaning 14012 clauses out of 28043 with flag 312812/110000
4.63/2.91	c cleaning 15009 clauses out of 30031 with flag 363267/126000
4.85/3.14	c cleaning 16003 clauses out of 32022 with flag 409713/143000
5.07/3.34	c cleaning 17007 clauses out of 34019 with flag 461533/161000
5.26/3.58	c cleaning 17975 clauses out of 36013 with flag 523696/180001
5.46/3.78	c cleaning 18986 clauses out of 38040 with flag 588130/200003
5.78/4.04	c cleaning 20010 clauses out of 40052 with flag 652439/221001
5.97/4.28	c cleaning 21012 clauses out of 42043 with flag 715326/243002
6.27/4.56	c cleaning 22010 clauses out of 44029 with flag 779351/266000
6.58/4.85	c cleaning 23007 clauses out of 46020 with flag 843809/290001
6.89/5.12	c cleaning 23994 clauses out of 48012 with flag 916145/315000
7.19/5.44	c cleaning 24962 clauses out of 50018 with flag 994033/341000
7.51/5.75	c cleaning 26008 clauses out of 52056 with flag 1075255/368000
7.94/6.13	c cleaning 27006 clauses out of 54049 with flag 1158772/396001
8.25/6.50	c cleaning 28015 clauses out of 56044 with flag 1245162/425002
8.65/6.87	c cleaning 29010 clauses out of 58027 with flag 1329205/455000
9.04/7.25	c cleaning 30000 clauses out of 60017 with flag 1418970/486000
9.45/7.63	c cleaning 30965 clauses out of 62018 with flag 1509656/518001
9.85/8.05	c cleaning 32018 clauses out of 64052 with flag 1606258/551000
10.24/8.49	c cleaning 32996 clauses out of 66035 with flag 1708091/585001
10.74/8.99	c cleaning 33990 clauses out of 68038 with flag 1810568/620000
11.29/9.47	c cleaning 35018 clauses out of 70048 with flag 1915662/656000
11.79/9.97	c cleaning 35981 clauses out of 72030 with flag 2022340/693000
12.28/10.45	c cleaning 36989 clauses out of 74049 with flag 2139303/731000
12.78/10.90	c cleaning 38001 clauses out of 76060 with flag 2267997/770000
13.29/11.40	c cleaning 39001 clauses out of 78061 with flag 2390232/810002
13.82/11.94	c cleaning 39986 clauses out of 80058 with flag 2515219/851000
14.45/12.50	c cleaning 41015 clauses out of 82073 with flag 2639578/893001
14.96/13.04	c cleaning 41991 clauses out of 84060 with flag 2763462/936003
15.50/13.57	c cleaning 43005 clauses out of 86066 with flag 2899349/980000
16.13/14.14	c cleaning 44021 clauses out of 88061 with flag 3034981/1025000
16.82/14.83	c cleaning 45014 clauses out of 90040 with flag 3165400/1071000
17.54/15.51	c cleaning 46003 clauses out of 92026 with flag 3300203/1118000
18.05/16.08	c cleaning 46984 clauses out of 94023 with flag 3436574/1166000
18.77/16.73	c cleaning 47993 clauses out of 96040 with flag 3578112/1215001
19.67/17.50	c cleaning 49012 clauses out of 98046 with flag 3731825/1265000
20.31/18.16	c cleaning 50002 clauses out of 100034 with flag 3889035/1316000
21.15/18.92	c cleaning 50981 clauses out of 102032 with flag 4046711/1368000
21.85/19.68	c cleaning 51993 clauses out of 104051 with flag 4209287/1421000
22.67/20.42	c cleaning 53010 clauses out of 106058 with flag 4362668/1475000
23.47/21.21	c cleaning 54018 clauses out of 108048 with flag 4533131/1530000
24.17/21.94	c cleaning 54555 clauses out of 110030 with flag 4728502/1586000
24.87/22.66	c cleaning 54888 clauses out of 112476 with flag 4891364/1643001
25.67/23.49	c cleaning 56370 clauses out of 115587 with flag 5060114/1701000
26.56/24.32	c cleaning 57281 clauses out of 118217 with flag 5241762/1760000
27.50/25.21	c cleaning 58135 clauses out of 120937 with flag 5410951/1820001
28.30/26.09	c cleaning 58966 clauses out of 123801 with flag 5594342/1881000
29.36/27.04	c cleaning 60278 clauses out of 126835 with flag 5780053/1943000
30.26/27.99	c cleaning 61179 clauses out of 129558 with flag 5957553/2006001
31.39/29.05	c cleaning 62098 clauses out of 132378 with flag 6141439/2070000
32.49/30.13	c cleaning 63512 clauses out of 135282 with flag 6330657/2135002
33.51/31.15	c cleaning 63963 clauses out of 137770 with flag 6524370/2201002
34.60/32.22	c cleaning 65444 clauses out of 140806 with flag 6719675/2268001
35.61/33.26	c cleaning 66010 clauses out of 143362 with flag 6910897/2336001
36.79/34.73	c cleaning 67430 clauses out of 146351 with flag 7111617/2405000
37.79/35.72	c cleaning 67205 clauses out of 148922 with flag 7321590/2475001
39.03/36.93	c cleaning 69150 clauses out of 152719 with flag 7523723/2546003
40.23/38.13	c cleaning 69990 clauses out of 155566 with flag 7726600/2618000
41.23/39.19	c cleaning 70992 clauses out of 158577 with flag 7940343/2691001
42.52/40.47	c cleaning 72127 clauses out of 161585 with flag 8156271/2765001
43.72/41.66	c cleaning 72718 clauses out of 164457 with flag 8366943/2840000
45.05/42.93	c cleaning 73698 clauses out of 167739 with flag 8602465/2916000
46.25/44.10	c cleaning 74540 clauses out of 171041 with flag 8829539/2993000
47.35/45.29	c cleaning 75330 clauses out of 174502 with flag 9060419/3071001
48.64/46.57	c cleaning 76618 clauses out of 178171 with flag 9283930/3150000
50.08/47.99	c cleaning 77707 clauses out of 181555 with flag 9517134/3230002
51.38/49.21	c cleaning 78684 clauses out of 184847 with flag 9752658/3311001
52.98/50.82	c cleaning 79724 clauses out of 188162 with flag 9985784/3393000
54.37/52.20	c cleaning 81283 clauses out of 191438 with flag 10238630/3476000
55.72/53.56	c cleaning 81392 clauses out of 194155 with flag 10483345/3560000
57.33/55.16	c cleaning 82608 clauses out of 197763 with flag 10720347/3645000
59.46/56.92	c starts		: 2378
59.46/56.92	c conflicts		: 3726212
59.46/56.92	c decisions		: 33497023
59.46/56.92	c propagations		: 52570707
59.46/56.92	c inspects		: 450769948
59.46/56.92	c shortcuts		: 0
59.46/56.92	c learnt literals	: 10
59.46/56.92	c learnt binary clauses	: 44
59.46/56.92	c learnt ternary clauses	: 18152
59.46/56.92	c learnt constraints	: 3726201
59.46/56.93	c ignored constraints	: 0
59.46/56.93	c root simplifications	: 0
59.46/56.93	c removed literals (reason simplification)	: 3109071
59.46/56.93	c reason swapping (by a shorter reason)	: 0
59.46/56.93	c Calls to reduceDB	: 81
59.46/56.93	c Number of update (reduction) of LBD	: 651716
59.46/56.93	c Imported unit clauses	: 0
59.46/56.93	c No decision after first conflict	: false
59.46/56.93	c number of reductions to clauses (during analyze)	: 0
59.46/56.93	c number of learned constraints concerned by reduction	: 0
59.46/56.93	c number of learning phase by resolution	: 0
59.46/56.93	c number of learning phase by cutting planes	: 0
59.46/56.93	c number of rounding to 1 operations	: 0
59.46/56.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
59.46/56.93	c number of reductions of the coefficients by power 2 	: 0
59.46/56.93	c number of right shift for reduction by power 2 	: 0
59.46/56.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
59.46/56.93	c number of ending skipping 	: 0
59.46/56.93	c number of internal skipping 	: 0
59.46/56.93	c number of derivation steps 	: 0
59.46/56.93	c number of skipped derivation steps 	: 0
59.46/56.93	c number of remaining unassigned 	: 0
59.46/56.93	c number of remaining assigned 	: 0
59.46/56.93	c number of falsified literals weakened from reason	: 0
59.46/56.93	c number of falsified literals weakened from conflict	: 0
59.46/56.93	c time for arithmetic operations	: 0
59.46/56.93	c minimum degree of deleted constraints	: null
59.46/56.93	c maximum degree of deleted constraints	: null
59.46/56.93	c number of deleted constraints	: 0
59.46/56.93	c speed (assignments/second)	: 930702.0801982827
59.46/56.93	c non guided choices	: 27330017
59.46/57.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 196312
59.46/57.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 44
59.66/57.00	s UNSATISFIABLE
59.66/57.00	c Total wall clock time (in seconds): 56.867

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:15:23 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 (37115 MiB free)
  memory of node 1: 64465 MiB (51830 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515607-1751234234/watcher-4515607-1751234234 -o /tmp/evaluation-result-4515607-1751234234/solver-4515607-1751234234 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515607-1751234234 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515607-1751234234.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.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=35491, runsolver pid=35488

[startup+0.10006 s]*
/proc/loadavg: 4.54 4.33 4.14 6/343 35509
/proc/meminfo: memFree=91055484/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=18930384 memory=57796 CPUtime=0.11 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 6555 0 0 0 10 1 0 0 20 0 18 0 39102866 19384713216 14449 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4732596 14449 5367 1 0 547604 0
[pid=35491/tid=35493] ppid=35488 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 39102867 19384713216 14449 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39102869 19384713216 14449 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=18930384 memory=60684515952020 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39102870 19384713216 14449 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57796 KiB

[startup+0.205764 s]*
/proc/loadavg: 4.54 4.33 4.14 5/343 35509
/proc/meminfo: memFree=91047168/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=18930384 memory=58948 CPUtime=0.18 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 6804 0 0 0 16 2 0 0 20 0 18 0 39102866 19384713216 14737 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4732596 14737 5431 1 0 547794 0
[pid=35491/tid=35493] ppid=35488 vsize=18930384 memory=4026597660 CPUtime=0.1 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) D 35488 35491 34474 0 -1 4456512 5208 0 0 0 9 1 0 0 20 0 18 0 39102867 19384713216 14737 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39102869 19384713216 14737 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39102870 19384713216 14737 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58948 KiB

[startup+0.30573 s]*
/proc/loadavg: 4.54 4.33 4.14 7/343 35509
/proc/meminfo: memFree=91034504/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=18930384 memory=63596 CPUtime=0.26 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 6916 0 0 0 24 2 0 0 20 0 18 0 39102866 19384713216 15899 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4732596 15899 5431 1 0 547839 0
[pid=35491/tid=35493] ppid=35488 vsize=18930384 memory=-6000919472656246636 CPUtime=0.14 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 5260 0 0 0 13 1 0 0 20 0 18 0 39102867 19384713216 15899 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39102869 19384713216 15899 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39102870 19384713216 15899 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63596 KiB

[startup+0.700223 s]
/proc/loadavg: 4.54 4.33 4.14 7/344 35510
/proc/meminfo: memFree=90984156/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=18997688 memory=135488 CPUtime=1.01 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 10964 0 0 0 97 4 0 0 20 0 19 0 39102866 19453632512 33872 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4749422 33872 5463 1 0 550943 0
[pid=35491/tid=35493] ppid=35488 vsize=18997688 memory=18048 CPUtime=0.51 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 5363 0 0 0 48 3 0 0 20 0 19 0 39102867 19453632512 33872 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=18997688 memory=10752 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39102869 19453632512 33872 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=18997688 memory=3328 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39102870 19453632512 33734 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=18997688 memory=4764 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39102911 19453632512 33692 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 18997688 KiB
Current children cumulated memory: 135488 KiB

[startup+1.5002 s]
/proc/loadavg: 4.54 4.33 4.14 7/344 35510
/proc/meminfo: memFree=90909244/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=186712 CPUtime=2.58 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 24963 0 0 0 251 7 0 0 20 0 20 0 39102866 19521036288 46678 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 46678 5463 1 0 555072 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=0 CPUtime=1.27 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 6323 0 0 0 123 4 0 0 20 0 20 0 39102867 19521036288 46678 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 46678 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 46678 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 46678 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186712 KiB

[startup+3.1056 s]
/proc/loadavg: 4.54 4.33 4.14 5/345 35511
/proc/meminfo: memFree=89389768/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=277676 CPUtime=4.85 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 27457 0 0 0 473 12 0 0 20 0 20 0 39102866 19521036288 69419 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 69419 5495 1 0 555073 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=10752 CPUtime=2.83 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 6774 0 0 0 275 8 0 0 20 0 20 0 39102867 19521036288 69419 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=-6000919472656246636 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 69419 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 69419 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 69419 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 277676 KiB

[startup+6.3002 s]
/proc/loadavg: 4.49 4.32 4.13 5/345 35511
/proc/meminfo: memFree=88737456/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=527892 CPUtime=8.15 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 27911 0 0 0 793 22 0 0 20 0 20 0 39102866 19521036288 131973 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 131973 5495 1 0 555079 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 7007 0 0 0 581 17 0 0 20 0 20 0 39102867 19521036288 131973 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 131973 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 131973 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=186712 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 131973 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 527892 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.32 4.13 6/345 35511
/proc/meminfo: memFree=87832804/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=849448 CPUtime=14.66 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 31843 0 0 0 1429 37 0 0 20 0 20 0 39102866 19521036288 212362 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 212362 5495 1 0 555079 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=186712 CPUtime=12.33 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 8261 0 0 0 1202 31 0 0 20 0 20 0 39102867 19521036288 212362 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 212362 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=849448 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 212362 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 212362 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 849448 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.30 4.13 6/346 35512
/proc/meminfo: memFree=85168012/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=1369920 CPUtime=27.8 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 34880 0 0 0 2717 63 0 0 20 0 20 0 39102866 19521036288 342480 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 342480 5495 1 0 555079 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=-6000919472656246636 CPUtime=24.99 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 9876 0 0 0 2445 54 0 0 20 0 20 0 39102867 19521036288 342480 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 342480 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 342480 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 342480 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 27.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1369920 KiB

[startup+51.1057 s]
/proc/loadavg: 4.37 4.31 4.14 6/346 35512
/proc/meminfo: memFree=82250956/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=1400732 CPUtime=53.29 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 36218 0 0 0 5237 92 0 0 20 0 20 0 39102866 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 350183 5495 1 0 555079 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=1384336 CPUtime=50.06 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 9903 0 0 0 4925 81 0 0 20 0 20 0 39102867 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=1380232 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=1048204 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 53.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1400732 KiB

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

# cumulated CPU time of all completed processes:  user=58.6534 s, system=1.01683 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.31 4.14 6/346 35512
/proc/meminfo: memFree=82250956/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=1400732 CPUtime=53.38 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 36218 0 0 0 5246 92 0 0 20 0 20 0 39102866 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 350183 5495 1 0 555079 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=1384336 CPUtime=50.16 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 9903 0 0 0 4934 82 0 0 20 0 20 0 39102867 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=-6000919472656246636 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=1400732 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 350183 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 53.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1400732 KiB

[startup+54.4002 s]
/proc/loadavg: 4.37 4.31 4.14 5/346 35512
/proc/meminfo: memFree=82092864/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=1415104 CPUtime=56.62 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 36386 0 0 0 5566 96 0 0 20 0 20 0 39102866 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 353776 5495 1 0 555079 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=215587488049 CPUtime=53.29 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 10000 0 0 0 5244 85 0 0 20 0 20 0 39102867 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=-6000919472656246636 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 56.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1415104 KiB

[startup+56.0001 s]*
/proc/loadavg: 4.42 4.32 4.14 5/346 35513
/proc/meminfo: memFree=81852420/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=1415104 CPUtime=58.23 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 36420 0 0 0 5726 97 0 0 20 0 20 0 39102866 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 353776 5495 1 0 555079 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=-6000919472656246636 CPUtime=54.89 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) R 35488 35491 34474 0 -1 4194368 10003 0 0 0 5403 86 0 0 20 0 20 0 39102867 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 353776 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 58.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1415104 KiB

[startup+56.8002 s]
/proc/loadavg: 4.42 4.32 4.14 5/346 35513
/proc/meminfo: memFree=81852420/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19063512 memory=1426624 CPUtime=59.35 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 42698 0 0 0 5836 99 0 0 20 0 20 0 39102866 19521036288 356656 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4765878 356656 5495 1 0 555974 0
[pid=35491/tid=35493] ppid=35488 vsize=19063512 memory=1415104 CPUtime=55.6 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) D 35488 35491 34474 0 -1 4194368 11455 0 0 0 5472 88 0 0 20 0 20 0 39102867 19521036288 356656 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39102869 19521036288 356656 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39102870 19521036288 356656 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35510] ppid=35488 vsize=19063512 memory=-6000919472656246636 CPUtime=0 cores=5,7
/proc/35491/task/35510/stat : 35510 (Timer-0) S 35488 35491 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39102911 19521036288 356656 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 59.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1426624 KiB

[startup+57.0002 s]*
/proc/loadavg: 4.42 4.32 4.14 6/346 35515
/proc/meminfo: memFree=81759432/131250000 swapFree=33010684/33010684
[pid=35491] ppid=35488 vsize=19196640 memory=1427520 CPUtime=59.66 cores=5,7
/proc/35491/stat : 35491 (java) S 35488 35491 34474 0 -1 4194304 43903 0 0 0 5865 101 0 0 20 0 16 0 39102866 19657359360 356880 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
/proc/35491/statm: 4799160 356880 5527 1 0 556592 0
[pid=35491/tid=35493] ppid=35488 vsize=19196640 memory=-6000919472656246636 CPUtime=55.61 cores=5,7
/proc/35491/task/35493/stat : 35493 (java) S 35488 35491 34474 0 -1 4194368 12070 0 0 0 5472 89 0 0 20 0 16 0 39102867 19657359360 356880 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35502] ppid=35488 vsize=19196640 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/35491/task/35502/stat : 35502 (Finalizer) S 35488 35491 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 39102869 19657359360 356880 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
[pid=35491/tid=35509] ppid=35488 vsize=19196640 memory=0 CPUtime=0 cores=5,7
/proc/35491/task/35509/stat : 35509 (Common-Cleaner) S 35488 35491 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 16 0 39102870 19657359360 356880 18446744073709551615 94695926960128 94695926963824 140726855580592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94695926971640 94695926972432 94695954161664 140726855588144 140726855588326 140726855588326 140726855593928 0
Current children cumulated CPU time: 59.66 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1427520 KiB

Child status: 20

Real time (s): 57.0287
CPU time (s): 59.6702
CPU user time (s): 58.6534
CPU system time (s): 1.01683
CPU usage (%): 104.632
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1427520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.6534
system time used= 1.01683
maximum resident set size= 1427520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 801496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8291
involuntary context switches= 1467


# summary of solver processes directly reported to runsolver:
#   pid: 35491
#   total CPU time (s): 59.6702
#   total CPU user time (s): 58.6534
#   total CPU system time (s): 1.01683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.126334 second user time and 0.307916 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 23:57:15
IDJOB=4515607
IDBENCH=165315
IDSOLVER=3364
FILE ID=nodeC033/4515607-1751234234
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-sumineqArity5pyramidP095.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515607-1751234234/watcher-4515607-1751234234 -o /tmp/evaluation-result-4515607-1751234234/solver-4515607-1751234234 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515607-1751234234 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515607-1751234234.opb

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

MD5SUM BENCH= 431f08d4eea5f2e22db9cb62a33eb4a4
RANDOM SEED=946528779

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.050
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.057
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		: 3599.723
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		: 3600.356
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.065
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		: 3600.062
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		: 3600.489
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.063
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:        91080356 kB
MemAvailable:   98844232 kB
Buffers:            3280 kB
Cached:          8564316 kB
SwapCached:            0 kB
Active:         31126652 kB
Inactive:        8304820 kB
Active(anon):   30882096 kB
Inactive(anon):        0 kB
Active(file):     244556 kB
Inactive(file):  8304820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           2614936 kB
Writeback:             0 kB
AnonPages:      30866980 kB
Mapped:           123756 kB
Shmem:             18120 kB
KReclaimable:     107480 kB
Slab:             277492 kB
SReclaimable:     107480 kB
SUnreclaim:       170012 kB
KernelStack:        5312 kB
PageTables:        64024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   34342448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30619648 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-29 23:58:12